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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +3 -9
- data/{CHANGELOG.markdown → CHANGELOG.md} +4 -0
- data/Gemfile +0 -2
- data/LICENSE +1 -1
- data/README.md +5 -0
- data/Rakefile +0 -15
- data/dnsimple-ruby.gemspec +11 -19
- data/lib/dnsimple-ruby.rb +2 -0
- metadata +20 -288
- data/README.markdown +0 -159
- data/bin/dnsimple +0 -4
- data/bin/dnsimple.rb +0 -156
- data/features/README.md +0 -9
- data/features/cli/certificates/purchase_certificate.feature +0 -10
- data/features/cli/contacts/create_contact.feature +0 -10
- data/features/cli/domains/check_domain.feature +0 -10
- data/features/cli/domains/create_domain.feature +0 -10
- data/features/cli/domains/delete_domain.feature +0 -11
- data/features/cli/domains/register_domain.feature +0 -10
- data/features/cli/records/create_ptr_record.feature +0 -11
- data/features/cli/records/create_record.feature +0 -12
- data/features/cli/records/delete_record.feature +0 -14
- data/features/cli/templates/apply_template.feature +0 -11
- data/features/step_definitions/certificate_steps.rb +0 -3
- data/features/step_definitions/cli_steps.rb +0 -8
- data/features/step_definitions/domain_steps.rb +0 -32
- data/features/step_definitions/record_steps.rb +0 -38
- data/features/step_definitions/template_steps.rb +0 -9
- data/features/support/env.rb +0 -19
- data/lib/dnsimple.rb +0 -33
- data/lib/dnsimple/base.rb +0 -10
- data/lib/dnsimple/certificate.rb +0 -140
- data/lib/dnsimple/cli.rb +0 -121
- data/lib/dnsimple/client.rb +0 -128
- data/lib/dnsimple/commands/certificate_describe.rb +0 -34
- data/lib/dnsimple/commands/certificate_list.rb +0 -15
- data/lib/dnsimple/commands/certificate_purchase.rb +0 -17
- data/lib/dnsimple/commands/certificate_submit.rb +0 -17
- data/lib/dnsimple/commands/contact_create.rb +0 -23
- data/lib/dnsimple/commands/contact_delete.rb +0 -14
- data/lib/dnsimple/commands/contact_describe.rb +0 -25
- data/lib/dnsimple/commands/contact_list.rb +0 -13
- data/lib/dnsimple/commands/contact_update.rb +0 -25
- data/lib/dnsimple/commands/domain_apply_template.rb +0 -15
- data/lib/dnsimple/commands/domain_check.rb +0 -11
- data/lib/dnsimple/commands/domain_clear.rb +0 -16
- data/lib/dnsimple/commands/domain_create.rb +0 -16
- data/lib/dnsimple/commands/domain_delete.rb +0 -14
- data/lib/dnsimple/commands/domain_describe.rb +0 -14
- data/lib/dnsimple/commands/domain_list.rb +0 -13
- data/lib/dnsimple/commands/domain_register.rb +0 -33
- data/lib/dnsimple/commands/domain_transfer.rb +0 -21
- data/lib/dnsimple/commands/extended_attribute_list.rb +0 -25
- data/lib/dnsimple/commands/me.rb +0 -18
- data/lib/dnsimple/commands/record_create.rb +0 -18
- data/lib/dnsimple/commands/record_delete.rb +0 -16
- data/lib/dnsimple/commands/record_describe.rb +0 -16
- data/lib/dnsimple/commands/record_list.rb +0 -19
- data/lib/dnsimple/commands/record_update.rb +0 -23
- data/lib/dnsimple/commands/service_add.rb +0 -14
- data/lib/dnsimple/commands/service_describe.rb +0 -12
- data/lib/dnsimple/commands/service_list.rb +0 -14
- data/lib/dnsimple/commands/service_list_applied.rb +0 -16
- data/lib/dnsimple/commands/service_list_available.rb +0 -16
- data/lib/dnsimple/commands/service_remove.rb +0 -14
- data/lib/dnsimple/commands/template_create.rb +0 -14
- data/lib/dnsimple/commands/template_delete.rb +0 -13
- data/lib/dnsimple/commands/template_list.rb +0 -13
- data/lib/dnsimple/commands/template_record_create.rb +0 -18
- data/lib/dnsimple/commands/template_record_delete.rb +0 -16
- data/lib/dnsimple/commands/template_record_list.rb +0 -17
- data/lib/dnsimple/contact.rb +0 -154
- data/lib/dnsimple/domain.rb +0 -217
- data/lib/dnsimple/error.rb +0 -32
- data/lib/dnsimple/extended_attribute.rb +0 -52
- data/lib/dnsimple/record.rb +0 -94
- data/lib/dnsimple/service.rb +0 -42
- data/lib/dnsimple/template.rb +0 -63
- data/lib/dnsimple/template_record.rb +0 -80
- data/lib/dnsimple/transfer_order.rb +0 -34
- data/lib/dnsimple/user.rb +0 -51
- data/lib/dnsimple/version.rb +0 -3
- data/spec/ci/.dnsimple.test +0 -3
- data/spec/commands/certificate_purchase_spec.rb +0 -25
- data/spec/commands/certificate_submit_spec.rb +0 -18
- data/spec/commands/record_create_spec.rb +0 -23
- data/spec/commands/record_list_spec.rb +0 -23
- data/spec/commands/service_add_spec.rb +0 -20
- data/spec/dnsimple/certificate_spec.rb +0 -59
- data/spec/dnsimple/client_spec.rb +0 -154
- data/spec/dnsimple/contact_spec.rb +0 -45
- data/spec/dnsimple/domain_spec.rb +0 -133
- data/spec/dnsimple/extended_attributes_spec.rb +0 -54
- data/spec/dnsimple/record_spec.rb +0 -51
- data/spec/dnsimple/template_spec.rb +0 -31
- data/spec/dnsimple/user_spec.rb +0 -70
- data/spec/files/2fa/error-badtoken.http +0 -22
- data/spec/files/2fa/error-required.http +0 -23
- data/spec/files/2fa/exchange-token.http +0 -25
- data/spec/files/account/user/success.http +0 -19
- data/spec/files/certificates/index/success.http +0 -19
- data/spec/files/certificates/show/notfound.http +0 -17
- data/spec/files/certificates/show/success.http +0 -19
- data/spec/files/contacts/show/notfound.http +0 -17
- data/spec/files/contacts/show/success.http +0 -19
- data/spec/files/domains/auto_renewal_disable/notfound.http +0 -21
- data/spec/files/domains/auto_renewal_disable/success.http +0 -23
- data/spec/files/domains/auto_renewal_enable/notfound.http +0 -21
- data/spec/files/domains/auto_renewal_enable/success.http +0 -23
- data/spec/files/domains/show/notfound.http +0 -17
- data/spec/files/domains/show/success.http +0 -19
- data/spec/files/extended_attributes/ca.http +0 -19
- data/spec/files/extended_attributes/com.http +0 -19
- data/spec/files/extended_attributes/success.http +0 -19
- data/spec/files/records/index/success.http +0 -19
- data/spec/files/records/show/notfound.http +0 -17
- data/spec/files/records/show/success.http +0 -19
- data/spec/files/templates/show/notfound.http +0 -17
- data/spec/files/templates/show/success.http +0 -19
- data/spec/spec_helper.rb +0 -39
- data/spec/support/helpers.rb +0 -15
- data/spec/support/webmock.rb +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 864f78e53cadcf401ae90b6c0a722971a0f8be94
|
4
|
+
data.tar.gz: dcbf92903a4597f6010f6c035a9769f338b4c435
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e48d6319d31f6d3382149fb47d813736120c552a4043952962e1f60a8581c324f18b4280dbee1f1b144d355f1f5a58bc106466c8cd0ed2037c8d7ec1c6574bf
|
7
|
+
data.tar.gz: 6f763001b35b6926ce6d9755abcaf000f99d8f47f8369dbe0baca8e8b85e7a7bf6fd14c835375ca802b0ea77c06154a66b46147e055a2fc38d7dfcdd073c3be0
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.2
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/LICENSE
CHANGED
data/README.md
ADDED
@@ -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"
|
data/dnsimple-ruby.gemspec
CHANGED
@@ -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 =
|
8
|
-
s.authors = ['Anthony Eden']
|
9
|
-
s.email = ['anthony.eden@dnsimple.com']
|
10
|
-
s.homepage = '
|
11
|
-
s.summary = '
|
12
|
-
s.description = '
|
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.
|
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.
|
23
|
-
|
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
|
data/lib/dnsimple-ruby.rb
CHANGED
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:
|
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:
|
12
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
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: :
|
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:
|
126
|
-
|
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
|
-
|
130
|
-
|
131
|
-
- dnsimple.rb
|
32
|
+
- simone.carletti@dnsimple.com
|
33
|
+
executables: []
|
132
34
|
extensions: []
|
133
35
|
extra_rdoc_files:
|
134
|
-
- README.
|
135
|
-
- CHANGELOG.
|
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.
|
45
|
+
- CHANGELOG.md
|
144
46
|
- Gemfile
|
145
47
|
- LICENSE
|
146
|
-
- README.
|
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
|
-
|
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:
|
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.
|
71
|
+
rubygems_version: 2.4.8
|
282
72
|
signing_key:
|
283
73
|
specification_version: 4
|
284
|
-
summary:
|
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: []
|