{"id":22808195,"url":"https://github.com/sixarm/sixarm_ruby_uspto","last_synced_at":"2026-02-28T11:06:36.988Z","repository":{"id":3334589,"uuid":"4378565","full_name":"SixArm/sixarm_ruby_uspto","owner":"SixArm","description":"SixArm.com » Ruby » USPTO: United States Patent and Trademark Office","archived":false,"fork":false,"pushed_at":"2025-04-14T09:21:25.000Z","size":307,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-06T11:42:17.925Z","etag":null,"topics":["gem","patent","ruby","trademark","uspto"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-05-19T14:14:12.000Z","updated_at":"2025-04-14T09:21:29.000Z","dependencies_parsed_at":"2025-04-14T10:26:03.169Z","dependency_job_id":"81918c7b-d34e-4f9b-b6ab-aaffba56c02a","html_url":"https://github.com/SixArm/sixarm_ruby_uspto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SixArm/sixarm_ruby_uspto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_uspto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_uspto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_uspto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_uspto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_ruby_uspto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_uspto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29931307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gem","patent","ruby","trademark","uspto"],"created_at":"2024-12-12T11:08:27.324Z","updated_at":"2026-02-28T11:06:36.933Z","avatar_url":"https://github.com/SixArm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SixArm.com → Ruby → \u003cbr\u003e USPTO: United State Patent and Trademark Office\n\n\u003c!--header-open--\u003e\n\n[![Gem Version](https://badge.fury.io/rb/sixarm_ruby_uspto.svg)](http://badge.fury.io/rb/sixarm_ruby_uspto)\n[![Build Status](https://travis-ci.org/SixArm/sixarm_ruby_uspto.png)](https://travis-ci.org/SixArm/sixarm_ruby_uspto)\n[![Code Climate](https://api.codeclimate.com/v1/badges/4d3679cc39eaad717f2a/maintainability)](https://codeclimate.com/github/SixArm/sixarm_ruby_uspto/maintainability)\n\n* Git: \u003chttps://github.com/SixArm/sixarm_ruby_uspto\u003e\n* Doc: \u003chttp://sixarm.com/sixarm_ruby_uspto/doc\u003e\n* Gem: \u003chttps://rubygems.org/gems/sixarm_ruby_uspto\u003e\n* Contact: Joel Parker Henderson, \u003cjoel@sixarm.com\u003e\n* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).\n\n\u003c!--header-shut--\u003e\n\n## Introduction\n\nProvides a \"Patent\" class for working with USPTO Gazette XML.\n\nSee USPTO Bulk Downloads: Patent Grant Full Text:\u003cbr\u003e\nhttp://www.google.com/googlebooks/uspto-patents-grants-text.html\n\nFor docs go to \u003chttp://sixarm.com/sixarm_ruby_uspto/doc\u003e\n\n\n\u003c!--install-open--\u003e\n\n## Install\n\n### Gem\n\nTo install this gem in your shell or terminal:\n\n    gem install sixarm_ruby_uspto\n\n### Gemfile\n\nTo add this gem to your Gemfile:\n\n    gem 'sixarm_ruby_uspto'\n\n### Require\n\nTo require the gem in your code:\n\n    require 'sixarm_ruby_uspto'\n\n\u003c!--install-shut--\u003e\n\n\n## Examples\n\n    require \"sixarm_ruby_uspto\"\n    require \"nokogiri\"\n\n    text = File.read(\"patent.xml\")\n    doc = Nokogiri.XML(text)\n    patent = Patent.new(:doc =\u003e doc)\n\n    patent.id #=\u003e \"US1234\"\n    patent.date #=\u003e \"20120101\"\n    patent.claims #=\u003e XML element of claim items\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_uspto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_ruby_uspto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_uspto/lists"}