{"id":19716393,"url":"https://github.com/computestacks/autodns-ruby","last_synced_at":"2025-10-13T07:33:56.912Z","repository":{"id":152867841,"uuid":"255725269","full_name":"ComputeStacks/autodns-ruby","owner":"ComputeStacks","description":"AutoDNS Rubygem","archived":false,"fork":false,"pushed_at":"2022-11-27T22:26:44.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T18:55:01.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComputeStacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-04-14T21:01:20.000Z","updated_at":"2022-01-26T22:07:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e5330ef-ce0d-447b-8f25-d99b79a95c5d","html_url":"https://github.com/ComputeStacks/autodns-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ComputeStacks/autodns-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputeStacks%2Fautodns-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputeStacks%2Fautodns-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputeStacks%2Fautodns-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputeStacks%2Fautodns-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComputeStacks","download_url":"https://codeload.github.com/ComputeStacks/autodns-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputeStacks%2Fautodns-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014107,"owners_count":26085463,"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-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-11-11T22:41:56.854Z","updated_at":"2025-10-13T07:33:56.893Z","avatar_url":"https://github.com/ComputeStacks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoDNS Module for ComputeStacks\n\n## Building\n\n```bash\ngem build autodns.gemspec\ngem push --key github --host https://rubygems.pkg.github.com/ComputeStacks autodns-*.gem\n```\n\n#### Examples:\n\n\n```ruby\n##\n# Load a Zone\n\nauth = AutoDNS::Auth.new(0, 'USER', 'PASS', 'CONTEXT')\nclient = AutoDNS::Client.new(nil, auth)\nzone = AutoDNS::Dns::Zone.find(client, 'kwtester.net')\n\n##\n# Create a Zone\nzone = AutoDNS::Dns::Zone.new(client, nil)\nzone.name = 'cmptstks.com'\nzone.soa_email = 'dns@computestacks.com'\nzone.default_ip = '62.116.130.8'\nzone\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputestacks%2Fautodns-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomputestacks%2Fautodns-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputestacks%2Fautodns-ruby/lists"}