--- !ruby/object:Gem::Specification name: dnsimple version: !ruby/object:Gem::Version version: 4.0.0 platform: ruby authors: - Anthony Eden - Simone Carletti - Javier Acero - Joseph Caudle - Luca Guidi autorequire: bindir: bin cert_chain: [] date: 2016-11-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httparty requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: The DNSimple API client for Ruby. email: - anthony.eden@dnsimple.com - simone.carletti@dnsimple.com - javier.acero@dnsimple.com - joseph.caudle@dnsimple.com - luca.guidi@dnsimple.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_dnsimple.yml" - ".rubocop_todo.yml" - ".ruby-gemset" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - CONTRIBUTING.md - Gemfile - LICENSE.txt - README.md - Rakefile - UPGRADING.md - dnsimple.gemspec - lib/dnsimple.rb - lib/dnsimple/client.rb - lib/dnsimple/client/accounts.rb - lib/dnsimple/client/certificates.rb - lib/dnsimple/client/clients.rb - lib/dnsimple/client/collaborators.rb - lib/dnsimple/client/contacts.rb - lib/dnsimple/client/domains.rb - lib/dnsimple/client/domains_email_forwards.rb - lib/dnsimple/client/domains_pushes.rb - lib/dnsimple/client/identity.rb - lib/dnsimple/client/oauth.rb - lib/dnsimple/client/registrar.rb - lib/dnsimple/client/registrar_auto_renewal.rb - lib/dnsimple/client/registrar_delegation.rb - lib/dnsimple/client/registrar_whois_privacy.rb - lib/dnsimple/client/services.rb - lib/dnsimple/client/services_domains.rb - lib/dnsimple/client/templates.rb - lib/dnsimple/client/templates_domains.rb - lib/dnsimple/client/templates_records.rb - lib/dnsimple/client/tlds.rb - lib/dnsimple/client/vanity_name_servers.rb - lib/dnsimple/client/webhooks.rb - lib/dnsimple/client/zones.rb - lib/dnsimple/client/zones_records.rb - lib/dnsimple/default.rb - lib/dnsimple/error.rb - lib/dnsimple/extra.rb - lib/dnsimple/options.rb - lib/dnsimple/response.rb - lib/dnsimple/struct.rb - lib/dnsimple/struct/account.rb - lib/dnsimple/struct/certificate.rb - lib/dnsimple/struct/certificate_bundle.rb - lib/dnsimple/struct/collaborator.rb - lib/dnsimple/struct/contact.rb - lib/dnsimple/struct/domain.rb - lib/dnsimple/struct/domain_check.rb - lib/dnsimple/struct/domain_push.rb - lib/dnsimple/struct/email_forward.rb - lib/dnsimple/struct/extended_attribute.rb - lib/dnsimple/struct/oauth_token.rb - lib/dnsimple/struct/service.rb - lib/dnsimple/struct/template.rb - lib/dnsimple/struct/template_record.rb - lib/dnsimple/struct/tld.rb - lib/dnsimple/struct/user.rb - lib/dnsimple/struct/webhook.rb - lib/dnsimple/struct/whoami.rb - lib/dnsimple/struct/whois_privacy.rb - lib/dnsimple/struct/zone.rb - lib/dnsimple/struct/zone_file.rb - lib/dnsimple/struct/zone_record.rb - lib/dnsimple/version.rb - spec/dnsimple/client/accounts_spec.rb - spec/dnsimple/client/certificates_spec.rb - spec/dnsimple/client/client_service_spec.rb - spec/dnsimple/client/collaborators_spec.rb - spec/dnsimple/client/contacts_spec.rb - spec/dnsimple/client/domains_email_forwards_spec.rb - spec/dnsimple/client/domains_pushes_spec.rb - spec/dnsimple/client/domains_spec.rb - spec/dnsimple/client/identity_spec.rb - spec/dnsimple/client/oauth_spec.rb - spec/dnsimple/client/registrar_auto_renewal_spec.rb - spec/dnsimple/client/registrar_delegation_spec.rb - spec/dnsimple/client/registrar_spec.rb - spec/dnsimple/client/registrar_whois_privacy_spec.rb - spec/dnsimple/client/services_domains_spec.rb - spec/dnsimple/client/services_spec.rb - spec/dnsimple/client/templates_domains_spec.rb - spec/dnsimple/client/templates_records_spec.rb - spec/dnsimple/client/templates_spec.rb - spec/dnsimple/client/tlds_spec.rb - spec/dnsimple/client/vanity_name_servers_spec.rb - spec/dnsimple/client/webhooks_spec.rb - spec/dnsimple/client/zones_records_spec.rb - spec/dnsimple/client/zones_spec.rb - spec/dnsimple/client_spec.rb - spec/dnsimple/extra_spec.rb - spec/dnsimple/options/base_spec.rb - spec/dnsimple/options/list_options_spec.rb - spec/fixtures.http/acceptPush/success.http - spec/fixtures.http/addCollaborator/invite-success.http - spec/fixtures.http/addCollaborator/success.http - spec/fixtures.http/appliedServices/success.http - spec/fixtures.http/applyService/created.http - spec/fixtures.http/applyTemplate/success.http - spec/fixtures.http/badgateway.http - spec/fixtures.http/changeDomainDelegation/success.http - spec/fixtures.http/changeDomainDelegationFromVanity/success.http - spec/fixtures.http/changeDomainDelegationToVanity/success.http - spec/fixtures.http/checkDomain/success.http - spec/fixtures.http/createContact/created.http - spec/fixtures.http/createDomain/created.http - spec/fixtures.http/createEmailForward/created.http - spec/fixtures.http/createTemplate/created.http - spec/fixtures.http/createTemplateRecord/created.http - spec/fixtures.http/createWebhook/created.http - spec/fixtures.http/createZoneRecord/created.http - spec/fixtures.http/deleteContact/success.http - spec/fixtures.http/deleteDomain/success.http - spec/fixtures.http/deleteEmailForward/success.http - spec/fixtures.http/deleteTemplate/success.http - spec/fixtures.http/deleteTemplateRecord/success.http - spec/fixtures.http/deleteWebhook/success.http - spec/fixtures.http/deleteZoneRecord/success.http - spec/fixtures.http/disableAutoRenewal/success.http - spec/fixtures.http/disableVanityNameServers/success.http - spec/fixtures.http/disableWhoisPrivacy/success.http - spec/fixtures.http/downloadCertificate/success.http - spec/fixtures.http/enableAutoRenewal/success.http - spec/fixtures.http/enableVanityNameServers/success.http - spec/fixtures.http/enableWhoisPrivacy/created.http - spec/fixtures.http/enableWhoisPrivacy/success.http - spec/fixtures.http/getCertificate/success.http - spec/fixtures.http/getCertificatePrivateKey/success.http - spec/fixtures.http/getContact/success.http - spec/fixtures.http/getDomain/success.http - spec/fixtures.http/getDomainDelegation/success-empty.http - spec/fixtures.http/getDomainDelegation/success.http - spec/fixtures.http/getEmailForward/success.http - spec/fixtures.http/getService/success.http - spec/fixtures.http/getTemplate/success.http - spec/fixtures.http/getTemplateRecord/success.http - spec/fixtures.http/getTld/success.http - spec/fixtures.http/getTldExtendedAttributes/success-noattributes.http - spec/fixtures.http/getTldExtendedAttributes/success.http - spec/fixtures.http/getWebhook/success.http - spec/fixtures.http/getWhoisPrivacy/success.http - spec/fixtures.http/getZone/success.http - spec/fixtures.http/getZoneFile/success.http - spec/fixtures.http/getZoneRecord/success.http - spec/fixtures.http/initiatePush/success.http - spec/fixtures.http/listAccounts/success-account.http - spec/fixtures.http/listAccounts/success-user.http - spec/fixtures.http/listCertificates/success.http - spec/fixtures.http/listCollaborators/success.http - spec/fixtures.http/listContacts/success.http - spec/fixtures.http/listDomains/success.http - spec/fixtures.http/listEmailForwards/success.http - spec/fixtures.http/listPushes/success.http - spec/fixtures.http/listServices/success.http - spec/fixtures.http/listTemplateRecords/success.http - spec/fixtures.http/listTemplates/success.http - spec/fixtures.http/listTlds/success.http - spec/fixtures.http/listWebhooks/success.http - spec/fixtures.http/listZoneRecords/success.http - spec/fixtures.http/listZones/success.http - spec/fixtures.http/method-not-allowed.http - spec/fixtures.http/notfound-certificate.http - spec/fixtures.http/notfound-collaborator.http - spec/fixtures.http/notfound-contact.http - spec/fixtures.http/notfound-domain.http - spec/fixtures.http/notfound-domainpush.http - spec/fixtures.http/notfound-emailforward.http - spec/fixtures.http/notfound-record.http - spec/fixtures.http/notfound-template.http - spec/fixtures.http/notfound-webhook.http - spec/fixtures.http/notfound-zone.http - spec/fixtures.http/oauthAccessToken/success.http - spec/fixtures.http/pages-1of3.http - spec/fixtures.http/pages-2of3.http - spec/fixtures.http/pages-3of3.http - spec/fixtures.http/registerDomain/success.http - spec/fixtures.http/rejectPush/success.http - spec/fixtures.http/removeCollaborator/success.http - spec/fixtures.http/renewDomain/error-tooearly.http - spec/fixtures.http/renewDomain/success.http - spec/fixtures.http/resetDomainToken/success.http - spec/fixtures.http/response.http - spec/fixtures.http/transferDomain/error-indnsimple.http - spec/fixtures.http/transferDomain/error-missing-authcode.http - spec/fixtures.http/transferDomain/success.http - spec/fixtures.http/transferDomainOut/success.http - spec/fixtures.http/unapplyService/success.http - spec/fixtures.http/updateContact/success.http - spec/fixtures.http/updateTemplate/success.http - spec/fixtures.http/updateZoneRecord/success.http - spec/fixtures.http/whoami/success.http - spec/fixtures.http/whoami/success_account.http - spec/fixtures.http/whoami/success_user.http - spec/spec_helper.rb - spec/support/helpers.rb - spec/support/webmock.rb homepage: https://github.com/dnsimple/dnsimple-ruby licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: The DNSimple API client for Ruby test_files: - spec/dnsimple/client/accounts_spec.rb - spec/dnsimple/client/certificates_spec.rb - spec/dnsimple/client/client_service_spec.rb - spec/dnsimple/client/collaborators_spec.rb - spec/dnsimple/client/contacts_spec.rb - spec/dnsimple/client/domains_email_forwards_spec.rb - spec/dnsimple/client/domains_pushes_spec.rb - spec/dnsimple/client/domains_spec.rb - spec/dnsimple/client/identity_spec.rb - spec/dnsimple/client/oauth_spec.rb - spec/dnsimple/client/registrar_auto_renewal_spec.rb - spec/dnsimple/client/registrar_delegation_spec.rb - spec/dnsimple/client/registrar_spec.rb - spec/dnsimple/client/registrar_whois_privacy_spec.rb - spec/dnsimple/client/services_domains_spec.rb - spec/dnsimple/client/services_spec.rb - spec/dnsimple/client/templates_domains_spec.rb - spec/dnsimple/client/templates_records_spec.rb - spec/dnsimple/client/templates_spec.rb - spec/dnsimple/client/tlds_spec.rb - spec/dnsimple/client/vanity_name_servers_spec.rb - spec/dnsimple/client/webhooks_spec.rb - spec/dnsimple/client/zones_records_spec.rb - spec/dnsimple/client/zones_spec.rb - spec/dnsimple/client_spec.rb - spec/dnsimple/extra_spec.rb - spec/dnsimple/options/base_spec.rb - spec/dnsimple/options/list_options_spec.rb - spec/fixtures.http/acceptPush/success.http - spec/fixtures.http/addCollaborator/invite-success.http - spec/fixtures.http/addCollaborator/success.http - spec/fixtures.http/appliedServices/success.http - spec/fixtures.http/applyService/created.http - spec/fixtures.http/applyTemplate/success.http - spec/fixtures.http/badgateway.http - spec/fixtures.http/changeDomainDelegation/success.http - spec/fixtures.http/changeDomainDelegationFromVanity/success.http - spec/fixtures.http/changeDomainDelegationToVanity/success.http - spec/fixtures.http/checkDomain/success.http - spec/fixtures.http/createContact/created.http - spec/fixtures.http/createDomain/created.http - spec/fixtures.http/createEmailForward/created.http - spec/fixtures.http/createTemplate/created.http - spec/fixtures.http/createTemplateRecord/created.http - spec/fixtures.http/createWebhook/created.http - spec/fixtures.http/createZoneRecord/created.http - spec/fixtures.http/deleteContact/success.http - spec/fixtures.http/deleteDomain/success.http - spec/fixtures.http/deleteEmailForward/success.http - spec/fixtures.http/deleteTemplate/success.http - spec/fixtures.http/deleteTemplateRecord/success.http - spec/fixtures.http/deleteWebhook/success.http - spec/fixtures.http/deleteZoneRecord/success.http - spec/fixtures.http/disableAutoRenewal/success.http - spec/fixtures.http/disableVanityNameServers/success.http - spec/fixtures.http/disableWhoisPrivacy/success.http - spec/fixtures.http/downloadCertificate/success.http - spec/fixtures.http/enableAutoRenewal/success.http - spec/fixtures.http/enableVanityNameServers/success.http - spec/fixtures.http/enableWhoisPrivacy/created.http - spec/fixtures.http/enableWhoisPrivacy/success.http - spec/fixtures.http/getCertificate/success.http - spec/fixtures.http/getCertificatePrivateKey/success.http - spec/fixtures.http/getContact/success.http - spec/fixtures.http/getDomain/success.http - spec/fixtures.http/getDomainDelegation/success-empty.http - spec/fixtures.http/getDomainDelegation/success.http - spec/fixtures.http/getEmailForward/success.http - spec/fixtures.http/getService/success.http - spec/fixtures.http/getTemplate/success.http - spec/fixtures.http/getTemplateRecord/success.http - spec/fixtures.http/getTld/success.http - spec/fixtures.http/getTldExtendedAttributes/success-noattributes.http - spec/fixtures.http/getTldExtendedAttributes/success.http - spec/fixtures.http/getWebhook/success.http - spec/fixtures.http/getWhoisPrivacy/success.http - spec/fixtures.http/getZone/success.http - spec/fixtures.http/getZoneFile/success.http - spec/fixtures.http/getZoneRecord/success.http - spec/fixtures.http/initiatePush/success.http - spec/fixtures.http/listAccounts/success-account.http - spec/fixtures.http/listAccounts/success-user.http - spec/fixtures.http/listCertificates/success.http - spec/fixtures.http/listCollaborators/success.http - spec/fixtures.http/listContacts/success.http - spec/fixtures.http/listDomains/success.http - spec/fixtures.http/listEmailForwards/success.http - spec/fixtures.http/listPushes/success.http - spec/fixtures.http/listServices/success.http - spec/fixtures.http/listTemplateRecords/success.http - spec/fixtures.http/listTemplates/success.http - spec/fixtures.http/listTlds/success.http - spec/fixtures.http/listWebhooks/success.http - spec/fixtures.http/listZoneRecords/success.http - spec/fixtures.http/listZones/success.http - spec/fixtures.http/method-not-allowed.http - spec/fixtures.http/notfound-certificate.http - spec/fixtures.http/notfound-collaborator.http - spec/fixtures.http/notfound-contact.http - spec/fixtures.http/notfound-domain.http - spec/fixtures.http/notfound-domainpush.http - spec/fixtures.http/notfound-emailforward.http - spec/fixtures.http/notfound-record.http - spec/fixtures.http/notfound-template.http - spec/fixtures.http/notfound-webhook.http - spec/fixtures.http/notfound-zone.http - spec/fixtures.http/oauthAccessToken/success.http - spec/fixtures.http/pages-1of3.http - spec/fixtures.http/pages-2of3.http - spec/fixtures.http/pages-3of3.http - spec/fixtures.http/registerDomain/success.http - spec/fixtures.http/rejectPush/success.http - spec/fixtures.http/removeCollaborator/success.http - spec/fixtures.http/renewDomain/error-tooearly.http - spec/fixtures.http/renewDomain/success.http - spec/fixtures.http/resetDomainToken/success.http - spec/fixtures.http/response.http - spec/fixtures.http/transferDomain/error-indnsimple.http - spec/fixtures.http/transferDomain/error-missing-authcode.http - spec/fixtures.http/transferDomain/success.http - spec/fixtures.http/transferDomainOut/success.http - spec/fixtures.http/unapplyService/success.http - spec/fixtures.http/updateContact/success.http - spec/fixtures.http/updateTemplate/success.http - spec/fixtures.http/updateZoneRecord/success.http - spec/fixtures.http/whoami/success.http - spec/fixtures.http/whoami/success_account.http - spec/fixtures.http/whoami/success_user.http - spec/spec_helper.rb - spec/support/helpers.rb - spec/support/webmock.rb