{"id":27357900,"url":"https://github.com/l3r8yj/jini","last_synced_at":"2025-10-04T08:23:51.766Z","repository":{"id":59384669,"uuid":"536783974","full_name":"l3r8yJ/jini","owner":"l3r8yJ","description":"Jini helps you build an XPATH and then modify its parts via simple fluent interface.","archived":false,"fork":false,"pushed_at":"2024-09-26T20:05:33.000Z","size":193,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T23:56:16.854Z","etag":null,"topics":["ruby","rubygem"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jini","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l3r8yJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-14T22:49:03.000Z","updated_at":"2023-03-11T19:24:51.000Z","dependencies_parsed_at":"2025-04-12T23:56:18.988Z","dependency_job_id":"6afe9468-f068-423f-a4bf-cdf874d55c70","html_url":"https://github.com/l3r8yJ/jini","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/l3r8yJ/jini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3r8yJ%2Fjini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3r8yJ%2Fjini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3r8yJ%2Fjini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3r8yJ%2Fjini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l3r8yJ","download_url":"https://codeload.github.com/l3r8yJ/jini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3r8yJ%2Fjini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278284368,"owners_count":25961482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","rubygem"],"created_at":"2025-04-12T23:56:19.702Z","updated_at":"2025-10-04T08:23:51.748Z","avatar_url":"https://github.com/l3r8yJ.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg src=\"https://raw.githubusercontent.com/l3r8yJ/jini.github/db555c356e7db006ad7b33b930dc4f4432add220/new-jini.svg\" width=\"150\"/\u003e](https://l3r8yj.github.io/jini.github/)\n\n[![Gem Version](https://badge.fury.io/rb/jini.svg)](https://badge.fury.io/rb/jini)\n[![Hits-of-Code](https://hitsofcode.com/github/l3r8yJ/jini)](https://hitsofcode.com/github/l3r8yJ/jini/view)\n\nThe class [`Jini`](https://www.rubydoc.info/gems/jini/1.3.0/Jini) helps you build an XPATH.\n\n```ruby\nrequire 'jini'\nxpath = Jini.new\n  .add_node('parent') # addition a path node\n  .add_node('child') # addition a path node \n  .add_attr('key', 'value') # addition an attribute\n  .remove_node('child') # removes node\n  .to_s # convert it to a string\nputs(xpath) # -\u003e xpath: /parent[@key=\"value\"]\n```\n\nThe full list of methods is [here](https://www.rubydoc.info/gems/jini/1.3.0).\n\nInstall it:\n\n```bash\n$ gem install jini\n```\n\nOr add this to your `Gemfile`:\n\n```bash\ngem 'jini'\n```\n\nPay attention, it is not a parser. The only functionality this gem provides\nis _building_ XPATHs.\n\n## New features requests\nIf you find an error, or you want to add new functionality, just create a new `Issue`\nand describe what happened, also try to add/fix something and send pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3r8yj%2Fjini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl3r8yj%2Fjini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3r8yj%2Fjini/lists"}