dnsimple-ruby 1.7.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/.travis.yml +3 -9
  4. data/{CHANGELOG.markdown → CHANGELOG.md} +4 -0
  5. data/Gemfile +0 -2
  6. data/LICENSE +1 -1
  7. data/README.md +5 -0
  8. data/Rakefile +0 -15
  9. data/dnsimple-ruby.gemspec +11 -19
  10. data/lib/dnsimple-ruby.rb +2 -0
  11. metadata +20 -288
  12. data/README.markdown +0 -159
  13. data/bin/dnsimple +0 -4
  14. data/bin/dnsimple.rb +0 -156
  15. data/features/README.md +0 -9
  16. data/features/cli/certificates/purchase_certificate.feature +0 -10
  17. data/features/cli/contacts/create_contact.feature +0 -10
  18. data/features/cli/domains/check_domain.feature +0 -10
  19. data/features/cli/domains/create_domain.feature +0 -10
  20. data/features/cli/domains/delete_domain.feature +0 -11
  21. data/features/cli/domains/register_domain.feature +0 -10
  22. data/features/cli/records/create_ptr_record.feature +0 -11
  23. data/features/cli/records/create_record.feature +0 -12
  24. data/features/cli/records/delete_record.feature +0 -14
  25. data/features/cli/templates/apply_template.feature +0 -11
  26. data/features/step_definitions/certificate_steps.rb +0 -3
  27. data/features/step_definitions/cli_steps.rb +0 -8
  28. data/features/step_definitions/domain_steps.rb +0 -32
  29. data/features/step_definitions/record_steps.rb +0 -38
  30. data/features/step_definitions/template_steps.rb +0 -9
  31. data/features/support/env.rb +0 -19
  32. data/lib/dnsimple.rb +0 -33
  33. data/lib/dnsimple/base.rb +0 -10
  34. data/lib/dnsimple/certificate.rb +0 -140
  35. data/lib/dnsimple/cli.rb +0 -121
  36. data/lib/dnsimple/client.rb +0 -128
  37. data/lib/dnsimple/commands/certificate_describe.rb +0 -34
  38. data/lib/dnsimple/commands/certificate_list.rb +0 -15
  39. data/lib/dnsimple/commands/certificate_purchase.rb +0 -17
  40. data/lib/dnsimple/commands/certificate_submit.rb +0 -17
  41. data/lib/dnsimple/commands/contact_create.rb +0 -23
  42. data/lib/dnsimple/commands/contact_delete.rb +0 -14
  43. data/lib/dnsimple/commands/contact_describe.rb +0 -25
  44. data/lib/dnsimple/commands/contact_list.rb +0 -13
  45. data/lib/dnsimple/commands/contact_update.rb +0 -25
  46. data/lib/dnsimple/commands/domain_apply_template.rb +0 -15
  47. data/lib/dnsimple/commands/domain_check.rb +0 -11
  48. data/lib/dnsimple/commands/domain_clear.rb +0 -16
  49. data/lib/dnsimple/commands/domain_create.rb +0 -16
  50. data/lib/dnsimple/commands/domain_delete.rb +0 -14
  51. data/lib/dnsimple/commands/domain_describe.rb +0 -14
  52. data/lib/dnsimple/commands/domain_list.rb +0 -13
  53. data/lib/dnsimple/commands/domain_register.rb +0 -33
  54. data/lib/dnsimple/commands/domain_transfer.rb +0 -21
  55. data/lib/dnsimple/commands/extended_attribute_list.rb +0 -25
  56. data/lib/dnsimple/commands/me.rb +0 -18
  57. data/lib/dnsimple/commands/record_create.rb +0 -18
  58. data/lib/dnsimple/commands/record_delete.rb +0 -16
  59. data/lib/dnsimple/commands/record_describe.rb +0 -16
  60. data/lib/dnsimple/commands/record_list.rb +0 -19
  61. data/lib/dnsimple/commands/record_update.rb +0 -23
  62. data/lib/dnsimple/commands/service_add.rb +0 -14
  63. data/lib/dnsimple/commands/service_describe.rb +0 -12
  64. data/lib/dnsimple/commands/service_list.rb +0 -14
  65. data/lib/dnsimple/commands/service_list_applied.rb +0 -16
  66. data/lib/dnsimple/commands/service_list_available.rb +0 -16
  67. data/lib/dnsimple/commands/service_remove.rb +0 -14
  68. data/lib/dnsimple/commands/template_create.rb +0 -14
  69. data/lib/dnsimple/commands/template_delete.rb +0 -13
  70. data/lib/dnsimple/commands/template_list.rb +0 -13
  71. data/lib/dnsimple/commands/template_record_create.rb +0 -18
  72. data/lib/dnsimple/commands/template_record_delete.rb +0 -16
  73. data/lib/dnsimple/commands/template_record_list.rb +0 -17
  74. data/lib/dnsimple/contact.rb +0 -154
  75. data/lib/dnsimple/domain.rb +0 -217
  76. data/lib/dnsimple/error.rb +0 -32
  77. data/lib/dnsimple/extended_attribute.rb +0 -52
  78. data/lib/dnsimple/record.rb +0 -94
  79. data/lib/dnsimple/service.rb +0 -42
  80. data/lib/dnsimple/template.rb +0 -63
  81. data/lib/dnsimple/template_record.rb +0 -80
  82. data/lib/dnsimple/transfer_order.rb +0 -34
  83. data/lib/dnsimple/user.rb +0 -51
  84. data/lib/dnsimple/version.rb +0 -3
  85. data/spec/ci/.dnsimple.test +0 -3
  86. data/spec/commands/certificate_purchase_spec.rb +0 -25
  87. data/spec/commands/certificate_submit_spec.rb +0 -18
  88. data/spec/commands/record_create_spec.rb +0 -23
  89. data/spec/commands/record_list_spec.rb +0 -23
  90. data/spec/commands/service_add_spec.rb +0 -20
  91. data/spec/dnsimple/certificate_spec.rb +0 -59
  92. data/spec/dnsimple/client_spec.rb +0 -154
  93. data/spec/dnsimple/contact_spec.rb +0 -45
  94. data/spec/dnsimple/domain_spec.rb +0 -133
  95. data/spec/dnsimple/extended_attributes_spec.rb +0 -54
  96. data/spec/dnsimple/record_spec.rb +0 -51
  97. data/spec/dnsimple/template_spec.rb +0 -31
  98. data/spec/dnsimple/user_spec.rb +0 -70
  99. data/spec/files/2fa/error-badtoken.http +0 -22
  100. data/spec/files/2fa/error-required.http +0 -23
  101. data/spec/files/2fa/exchange-token.http +0 -25
  102. data/spec/files/account/user/success.http +0 -19
  103. data/spec/files/certificates/index/success.http +0 -19
  104. data/spec/files/certificates/show/notfound.http +0 -17
  105. data/spec/files/certificates/show/success.http +0 -19
  106. data/spec/files/contacts/show/notfound.http +0 -17
  107. data/spec/files/contacts/show/success.http +0 -19
  108. data/spec/files/domains/auto_renewal_disable/notfound.http +0 -21
  109. data/spec/files/domains/auto_renewal_disable/success.http +0 -23
  110. data/spec/files/domains/auto_renewal_enable/notfound.http +0 -21
  111. data/spec/files/domains/auto_renewal_enable/success.http +0 -23
  112. data/spec/files/domains/show/notfound.http +0 -17
  113. data/spec/files/domains/show/success.http +0 -19
  114. data/spec/files/extended_attributes/ca.http +0 -19
  115. data/spec/files/extended_attributes/com.http +0 -19
  116. data/spec/files/extended_attributes/success.http +0 -19
  117. data/spec/files/records/index/success.http +0 -19
  118. data/spec/files/records/show/notfound.http +0 -17
  119. data/spec/files/records/show/success.http +0 -19
  120. data/spec/files/templates/show/notfound.http +0 -17
  121. data/spec/files/templates/show/success.http +0 -19
  122. data/spec/spec_helper.rb +0 -39
  123. data/spec/support/helpers.rb +0 -15
  124. data/spec/support/webmock.rb +0 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64281e9ce10e2195c78a11431293d6a8c85a4c7b
4
- data.tar.gz: 270e24c58a03faebd723068cad3a77909f3ae9bb
3
+ metadata.gz: 864f78e53cadcf401ae90b6c0a722971a0f8be94
4
+ data.tar.gz: dcbf92903a4597f6010f6c035a9769f338b4c435
5
5
  SHA512:
6
- metadata.gz: ec10b4c5f6e07f87152a8a7d0ebe5620aa975451845b759e62fa77c86e5714481ae3c69c8636811389e0d5f531d6d2fb3cfba9d1a376ec08a29af860ecbf1599
7
- data.tar.gz: 9faabff968a756c203547081c83d66c006b19751905a242e4a0cc588371338b6618ec18ae38a0793c0332024dd784f49cfe0b6073260c1ed73ee8439836a026e
6
+ metadata.gz: 8e48d6319d31f6d3382149fb47d813736120c552a4043952962e1f60a8581c324f18b4280dbee1f1b144d355f1f5a58bc106466c8cd0ed2037c8d7ec1c6574bf
7
+ data.tar.gz: 6f763001b35b6926ce6d9755abcaf000f99d8f47f8369dbe0baca8e8b85e7a7bf6fd14c835375ca802b0ea77c06154a66b46147e055a2fc38d7dfcdd073c3be0
@@ -1 +1 @@
1
- ruby-2.1
1
+ ruby-2.2
@@ -1,12 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.8.7
4
- - 1.9.2
5
3
  - 1.9.3
6
- - 2.0.0
7
- - 2.1.0
8
- env: DNSIMPLE_TEST_CONFIG=spec/ci/.dnsimple.test COVERALL=1
9
-
10
- matrix:
11
- allow_failures:
12
- - rvm: 1.8.7
4
+ - 2.0
5
+ - 2.1
6
+ - 2.2
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ #### Release 2.0
4
+
5
+ The gem has been renamed to `dnsimple`. The `dnsimple-ruby` gem now simply requires `dnsimple`.
6
+
3
7
  #### Release 1.7.1
4
8
 
5
9
  - FIXED: Updated Certificate to match the serialized attributes (GH-53)
data/Gemfile CHANGED
@@ -1,5 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
-
5
- gem 'coveralls', :require => false
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2013 Aetrion LLC
1
+ Copyright (c) 2010-2015 Aetrion LLC
2
2
 
3
3
  MIT License
4
4
 
@@ -0,0 +1,5 @@
1
+ # `dnsimple-ruby` is now `dnsimple`
2
+
3
+ The gem has been renamed to [`dnsimple`](https://rubygems.org/gems/dnsimple). The `dnsimple-ruby` gem now simply requires `dnsimple`.
4
+
5
+ You are encouraged to [update your code](https://github.com/aetrion/dnsimple-ruby/blob/master/UPGRADING.markdown) to use the `dnsimple` gem.
data/Rakefile CHANGED
@@ -11,21 +11,6 @@ RSpec::Core::RakeTask.new do |t|
11
11
  end
12
12
 
13
13
 
14
- require 'yard'
15
-
16
- YARD::Rake::YardocTask.new(:yardoc) do |y|
17
- y.options = ["--output-dir", "yardoc"]
18
- end
19
-
20
- namespace :yardoc do
21
- task :clobber do
22
- rm_r "yardoc" rescue nil
23
- end
24
- end
25
-
26
- task :clobber => "yardoc:clobber"
27
-
28
-
29
14
  desc "Open an irb session preloaded with this library"
30
15
  task :console do
31
16
  sh "irb -rubygems -I lib -r dnsimple.rb"
@@ -1,29 +1,21 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path('../lib', __FILE__)
3
- require 'dnsimple/version'
4
3
 
5
4
  Gem::Specification.new do |s|
6
5
  s.name = 'dnsimple-ruby'
7
- s.version = DNSimple::VERSION
8
- s.authors = ['Anthony Eden']
9
- s.email = ['anthony.eden@dnsimple.com']
10
- s.homepage = 'http://github.com/aetrion/dnsimple-ruby'
11
- s.summary = 'A Ruby client for the DNSimple API'
12
- s.description = 'A Ruby client for the DNSimple API that also includes a command-line client.'
6
+ s.version = '2.0.0'
7
+ s.authors = ['Anthony Eden', 'Simone Carletti']
8
+ s.email = ['anthony.eden@dnsimple.com', 'simone.carletti@dnsimple.com']
9
+ s.homepage = 'https://github.com/aetrion/dnsimple-ruby'
10
+ s.summary = 'This gem is deprecated, please use dnsimple.'
11
+ s.description = 'The DNSimple API client for Ruby. This gem is deprecated, please use dnsimple.'
12
+
13
+ s.required_ruby_version = ">= 1.9.3"
13
14
 
14
15
  s.require_paths = ['lib']
15
16
  s.files = `git ls-files`.split("\n")
16
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
- s.extra_rdoc_files = %w( README.markdown CHANGELOG.markdown LICENSE )
18
- s.executables = `git ls-files -- bin/*`.split("\n").collect { |f| File.basename(f) }
19
-
20
- s.add_dependency 'httparty', RUBY_VERSION < "1.9.3" ? [">= 0.10", "< 0.12"] : "~> 0.12"
18
+ s.extra_rdoc_files = %w( README.md CHANGELOG.md LICENSE )
21
19
 
22
- s.add_development_dependency 'rake'
23
- s.add_development_dependency 'aruba'
24
- s.add_development_dependency 'cucumber'
25
- s.add_development_dependency 'mocha'
26
- s.add_development_dependency 'rspec'
27
- s.add_development_dependency 'yard'
28
- s.add_development_dependency 'webmock'
29
- end
20
+ s.add_dependency 'dnsimple', '>= 2.0'
21
+ end
@@ -1 +1,3 @@
1
1
  require 'dnsimple'
2
+
3
+ warn("The `dnsimple-ruby` gem is deprecated, use `dnsimple` instead. See https://rubygems.org/gems/dnsimple")
metadata CHANGED
@@ -1,138 +1,40 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsimple-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Eden
8
+ - Simone Carletti
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-12-13 00:00:00.000000000 Z
12
+ date: 2015-12-10 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
- name: httparty
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '0.12'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '0.12'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: aruba
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: cucumber
15
+ name: dnsimple
57
16
  requirement: !ruby/object:Gem::Requirement
58
17
  requirements:
59
18
  - - ">="
60
19
  - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: mocha
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- version: '0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: rspec
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: yard
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: webmock
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
20
+ version: '2.0'
21
+ type: :runtime
119
22
  prerelease: false
120
23
  version_requirements: !ruby/object:Gem::Requirement
121
24
  requirements:
122
25
  - - ">="
123
26
  - !ruby/object:Gem::Version
124
- version: '0'
125
- description: A Ruby client for the DNSimple API that also includes a command-line
126
- client.
27
+ version: '2.0'
28
+ description: The DNSimple API client for Ruby. This gem is deprecated, please use
29
+ dnsimple.
127
30
  email:
128
31
  - anthony.eden@dnsimple.com
129
- executables:
130
- - dnsimple
131
- - dnsimple.rb
32
+ - simone.carletti@dnsimple.com
33
+ executables: []
132
34
  extensions: []
133
35
  extra_rdoc_files:
134
- - README.markdown
135
- - CHANGELOG.markdown
36
+ - README.md
37
+ - CHANGELOG.md
136
38
  - LICENSE
137
39
  files:
138
40
  - ".gitignore"
@@ -140,126 +42,14 @@ files:
140
42
  - ".ruby-gemset"
141
43
  - ".ruby-version"
142
44
  - ".travis.yml"
143
- - CHANGELOG.markdown
45
+ - CHANGELOG.md
144
46
  - Gemfile
145
47
  - LICENSE
146
- - README.markdown
48
+ - README.md
147
49
  - Rakefile
148
- - bin/dnsimple
149
- - bin/dnsimple.rb
150
50
  - dnsimple-ruby.gemspec
151
- - features/README.md
152
- - features/cli/certificates/purchase_certificate.feature
153
- - features/cli/contacts/create_contact.feature
154
- - features/cli/domains/check_domain.feature
155
- - features/cli/domains/create_domain.feature
156
- - features/cli/domains/delete_domain.feature
157
- - features/cli/domains/register_domain.feature
158
- - features/cli/records/create_ptr_record.feature
159
- - features/cli/records/create_record.feature
160
- - features/cli/records/delete_record.feature
161
- - features/cli/templates/apply_template.feature
162
- - features/step_definitions/certificate_steps.rb
163
- - features/step_definitions/cli_steps.rb
164
- - features/step_definitions/domain_steps.rb
165
- - features/step_definitions/record_steps.rb
166
- - features/step_definitions/template_steps.rb
167
- - features/support/env.rb
168
51
  - lib/dnsimple-ruby.rb
169
- - lib/dnsimple.rb
170
- - lib/dnsimple/base.rb
171
- - lib/dnsimple/certificate.rb
172
- - lib/dnsimple/cli.rb
173
- - lib/dnsimple/client.rb
174
- - lib/dnsimple/commands/certificate_describe.rb
175
- - lib/dnsimple/commands/certificate_list.rb
176
- - lib/dnsimple/commands/certificate_purchase.rb
177
- - lib/dnsimple/commands/certificate_submit.rb
178
- - lib/dnsimple/commands/contact_create.rb
179
- - lib/dnsimple/commands/contact_delete.rb
180
- - lib/dnsimple/commands/contact_describe.rb
181
- - lib/dnsimple/commands/contact_list.rb
182
- - lib/dnsimple/commands/contact_update.rb
183
- - lib/dnsimple/commands/domain_apply_template.rb
184
- - lib/dnsimple/commands/domain_check.rb
185
- - lib/dnsimple/commands/domain_clear.rb
186
- - lib/dnsimple/commands/domain_create.rb
187
- - lib/dnsimple/commands/domain_delete.rb
188
- - lib/dnsimple/commands/domain_describe.rb
189
- - lib/dnsimple/commands/domain_list.rb
190
- - lib/dnsimple/commands/domain_register.rb
191
- - lib/dnsimple/commands/domain_transfer.rb
192
- - lib/dnsimple/commands/extended_attribute_list.rb
193
- - lib/dnsimple/commands/me.rb
194
- - lib/dnsimple/commands/record_create.rb
195
- - lib/dnsimple/commands/record_delete.rb
196
- - lib/dnsimple/commands/record_describe.rb
197
- - lib/dnsimple/commands/record_list.rb
198
- - lib/dnsimple/commands/record_update.rb
199
- - lib/dnsimple/commands/service_add.rb
200
- - lib/dnsimple/commands/service_describe.rb
201
- - lib/dnsimple/commands/service_list.rb
202
- - lib/dnsimple/commands/service_list_applied.rb
203
- - lib/dnsimple/commands/service_list_available.rb
204
- - lib/dnsimple/commands/service_remove.rb
205
- - lib/dnsimple/commands/template_create.rb
206
- - lib/dnsimple/commands/template_delete.rb
207
- - lib/dnsimple/commands/template_list.rb
208
- - lib/dnsimple/commands/template_record_create.rb
209
- - lib/dnsimple/commands/template_record_delete.rb
210
- - lib/dnsimple/commands/template_record_list.rb
211
- - lib/dnsimple/contact.rb
212
- - lib/dnsimple/domain.rb
213
- - lib/dnsimple/error.rb
214
- - lib/dnsimple/extended_attribute.rb
215
- - lib/dnsimple/record.rb
216
- - lib/dnsimple/service.rb
217
- - lib/dnsimple/template.rb
218
- - lib/dnsimple/template_record.rb
219
- - lib/dnsimple/transfer_order.rb
220
- - lib/dnsimple/user.rb
221
- - lib/dnsimple/version.rb
222
- - spec/ci/.dnsimple.test
223
- - spec/commands/certificate_purchase_spec.rb
224
- - spec/commands/certificate_submit_spec.rb
225
- - spec/commands/record_create_spec.rb
226
- - spec/commands/record_list_spec.rb
227
- - spec/commands/service_add_spec.rb
228
- - spec/dnsimple/certificate_spec.rb
229
- - spec/dnsimple/client_spec.rb
230
- - spec/dnsimple/contact_spec.rb
231
- - spec/dnsimple/domain_spec.rb
232
- - spec/dnsimple/extended_attributes_spec.rb
233
- - spec/dnsimple/record_spec.rb
234
- - spec/dnsimple/template_spec.rb
235
- - spec/dnsimple/user_spec.rb
236
- - spec/files/2fa/error-badtoken.http
237
- - spec/files/2fa/error-required.http
238
- - spec/files/2fa/exchange-token.http
239
- - spec/files/account/user/success.http
240
- - spec/files/certificates/index/success.http
241
- - spec/files/certificates/show/notfound.http
242
- - spec/files/certificates/show/success.http
243
- - spec/files/contacts/show/notfound.http
244
- - spec/files/contacts/show/success.http
245
- - spec/files/domains/auto_renewal_disable/notfound.http
246
- - spec/files/domains/auto_renewal_disable/success.http
247
- - spec/files/domains/auto_renewal_enable/notfound.http
248
- - spec/files/domains/auto_renewal_enable/success.http
249
- - spec/files/domains/show/notfound.http
250
- - spec/files/domains/show/success.http
251
- - spec/files/extended_attributes/ca.http
252
- - spec/files/extended_attributes/com.http
253
- - spec/files/extended_attributes/success.http
254
- - spec/files/records/index/success.http
255
- - spec/files/records/show/notfound.http
256
- - spec/files/records/show/success.http
257
- - spec/files/templates/show/notfound.http
258
- - spec/files/templates/show/success.http
259
- - spec/spec_helper.rb
260
- - spec/support/helpers.rb
261
- - spec/support/webmock.rb
262
- homepage: http://github.com/aetrion/dnsimple-ruby
52
+ homepage: https://github.com/aetrion/dnsimple-ruby
263
53
  licenses: []
264
54
  metadata: {}
265
55
  post_install_message:
@@ -270,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
60
  requirements:
271
61
  - - ">="
272
62
  - !ruby/object:Gem::Version
273
- version: '0'
63
+ version: 1.9.3
274
64
  required_rubygems_version: !ruby/object:Gem::Requirement
275
65
  requirements:
276
66
  - - ">="
@@ -278,66 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
68
  version: '0'
279
69
  requirements: []
280
70
  rubyforge_project:
281
- rubygems_version: 2.4.4
71
+ rubygems_version: 2.4.8
282
72
  signing_key:
283
73
  specification_version: 4
284
- summary: A Ruby client for the DNSimple API
285
- test_files:
286
- - features/README.md
287
- - features/cli/certificates/purchase_certificate.feature
288
- - features/cli/contacts/create_contact.feature
289
- - features/cli/domains/check_domain.feature
290
- - features/cli/domains/create_domain.feature
291
- - features/cli/domains/delete_domain.feature
292
- - features/cli/domains/register_domain.feature
293
- - features/cli/records/create_ptr_record.feature
294
- - features/cli/records/create_record.feature
295
- - features/cli/records/delete_record.feature
296
- - features/cli/templates/apply_template.feature
297
- - features/step_definitions/certificate_steps.rb
298
- - features/step_definitions/cli_steps.rb
299
- - features/step_definitions/domain_steps.rb
300
- - features/step_definitions/record_steps.rb
301
- - features/step_definitions/template_steps.rb
302
- - features/support/env.rb
303
- - spec/ci/.dnsimple.test
304
- - spec/commands/certificate_purchase_spec.rb
305
- - spec/commands/certificate_submit_spec.rb
306
- - spec/commands/record_create_spec.rb
307
- - spec/commands/record_list_spec.rb
308
- - spec/commands/service_add_spec.rb
309
- - spec/dnsimple/certificate_spec.rb
310
- - spec/dnsimple/client_spec.rb
311
- - spec/dnsimple/contact_spec.rb
312
- - spec/dnsimple/domain_spec.rb
313
- - spec/dnsimple/extended_attributes_spec.rb
314
- - spec/dnsimple/record_spec.rb
315
- - spec/dnsimple/template_spec.rb
316
- - spec/dnsimple/user_spec.rb
317
- - spec/files/2fa/error-badtoken.http
318
- - spec/files/2fa/error-required.http
319
- - spec/files/2fa/exchange-token.http
320
- - spec/files/account/user/success.http
321
- - spec/files/certificates/index/success.http
322
- - spec/files/certificates/show/notfound.http
323
- - spec/files/certificates/show/success.http
324
- - spec/files/contacts/show/notfound.http
325
- - spec/files/contacts/show/success.http
326
- - spec/files/domains/auto_renewal_disable/notfound.http
327
- - spec/files/domains/auto_renewal_disable/success.http
328
- - spec/files/domains/auto_renewal_enable/notfound.http
329
- - spec/files/domains/auto_renewal_enable/success.http
330
- - spec/files/domains/show/notfound.http
331
- - spec/files/domains/show/success.http
332
- - spec/files/extended_attributes/ca.http
333
- - spec/files/extended_attributes/com.http
334
- - spec/files/extended_attributes/success.http
335
- - spec/files/records/index/success.http
336
- - spec/files/records/show/notfound.http
337
- - spec/files/records/show/success.http
338
- - spec/files/templates/show/notfound.http
339
- - spec/files/templates/show/success.http
340
- - spec/spec_helper.rb
341
- - spec/support/helpers.rb
342
- - spec/support/webmock.rb
343
- has_rdoc:
74
+ summary: This gem is deprecated, please use dnsimple.
75
+ test_files: []