forked from dnsimple/dnsimple-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdnsimple-ruby.gemspec
185 lines (180 loc) · 7.4 KB
/
dnsimple-ruby.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "dnsimple-ruby"
s.version = "1.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Anthony Eden"]
s.date = "2011-11-03"
s.description = "A ruby wrapper for the DNSimple API that also includes a command-line client."
s.email = "anthony.eden@dnsimple.com"
s.executables = ["dnsimple"]
s.extra_rdoc_files = [
"LICENSE",
"README",
"README.rdoc",
"README.textile"
]
s.files = [
".bundle/config",
".rvmrc",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README",
"README.rdoc",
"README.textile",
"Rakefile",
"VERSION",
"bin/dnsimple",
"bin/dnsimple.rb",
"dnsimple-ruby.gemspec",
"features/README",
"features/cli/certificates/purchase_certificate.feature",
"features/cli/contacts/create_contact.feature",
"features/cli/domains/check_domain.feature",
"features/cli/domains/create_domain.feature",
"features/cli/domains/delete_domain.feature",
"features/cli/domains/register_domain.feature",
"features/cli/records/create_ptr_record.feature",
"features/cli/records/create_record.feature",
"features/cli/records/delete_record.feature",
"features/cli/templates/apply_template.feature",
"features/step_definitions/certificate_steps.rb",
"features/step_definitions/cli_steps.rb",
"features/step_definitions/domain_steps.rb",
"features/step_definitions/record_steps.rb",
"features/step_definitions/template_steps.rb",
"features/support/env.rb",
"fixtures/vcr_cassettes/DNSimple_Contact/a_new_contact.yml",
"fixtures/vcr_cassettes/DNSimple_Contact/an_existing_contact.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/_all.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/applying_templates.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/creating_a_new_domain.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/finding_an_existing_domain.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/finding_an_existing_domain/by_id.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/finding_an_existing_domain/by_name.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/registration/with_a_new_registrant_contact.yml",
"fixtures/vcr_cassettes/DNSimple_Domain/registration/with_an_existing_contact.yml",
"fixtures/vcr_cassettes/DNSimple_ExtendedAttribute/list_extended_attributes/for_ca.yml",
"fixtures/vcr_cassettes/DNSimple_ExtendedAttribute/list_extended_attributes/for_com.yml",
"fixtures/vcr_cassettes/DNSimple_Record/_all.yml",
"fixtures/vcr_cassettes/DNSimple_Record/creating_a_new_record.yml",
"fixtures/vcr_cassettes/DNSimple_Record/find_a_record.yml",
"fixtures/vcr_cassettes/DNSimple_Template/a_template.yml",
"fixtures/vcr_cassettes/DNSimple_User/_me.yml",
"lib/dnsimple.rb",
"lib/dnsimple/certificate.rb",
"lib/dnsimple/cli.rb",
"lib/dnsimple/client.rb",
"lib/dnsimple/commands/add_service.rb",
"lib/dnsimple/commands/add_template_record.rb",
"lib/dnsimple/commands/apply_template.rb",
"lib/dnsimple/commands/check_domain.rb",
"lib/dnsimple/commands/clear_domain.rb",
"lib/dnsimple/commands/create_contact.rb",
"lib/dnsimple/commands/create_domain.rb",
"lib/dnsimple/commands/create_record.rb",
"lib/dnsimple/commands/create_template.rb",
"lib/dnsimple/commands/delete_contact.rb",
"lib/dnsimple/commands/delete_domain.rb",
"lib/dnsimple/commands/delete_record.rb",
"lib/dnsimple/commands/delete_template.rb",
"lib/dnsimple/commands/delete_template_record.rb",
"lib/dnsimple/commands/describe_contact.rb",
"lib/dnsimple/commands/describe_domain.rb",
"lib/dnsimple/commands/describe_record.rb",
"lib/dnsimple/commands/describe_service.rb",
"lib/dnsimple/commands/describe_user.rb",
"lib/dnsimple/commands/list_applied_services.rb",
"lib/dnsimple/commands/list_available_services.rb",
"lib/dnsimple/commands/list_contacts.rb",
"lib/dnsimple/commands/list_domains.rb",
"lib/dnsimple/commands/list_extended_attributes.rb",
"lib/dnsimple/commands/list_records.rb",
"lib/dnsimple/commands/list_services.rb",
"lib/dnsimple/commands/list_template_records.rb",
"lib/dnsimple/commands/list_templates.rb",
"lib/dnsimple/commands/purchase_certificate.rb",
"lib/dnsimple/commands/register_domain.rb",
"lib/dnsimple/commands/remove_service.rb",
"lib/dnsimple/commands/transfer_domain.rb",
"lib/dnsimple/commands/update_contact.rb",
"lib/dnsimple/commands/update_record.rb",
"lib/dnsimple/contact.rb",
"lib/dnsimple/domain.rb",
"lib/dnsimple/error.rb",
"lib/dnsimple/extended_attribute.rb",
"lib/dnsimple/record.rb",
"lib/dnsimple/service.rb",
"lib/dnsimple/template.rb",
"lib/dnsimple/template_record.rb",
"lib/dnsimple/transfer_order.rb",
"lib/dnsimple/user.rb",
"spec/README",
"spec/certificate_spec.rb",
"spec/contact_spec.rb",
"spec/domain_spec.rb",
"spec/extended_attributes_spec.rb",
"spec/record_spec.rb",
"spec/spec_helper.rb",
"spec/template_spec.rb",
"spec/user_spec.rb"
]
s.homepage = "http://github.com/aetrion/dnsimple-ruby"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "A ruby wrapper for the DNSimple API"
s.test_files = [
"spec/certificate_spec.rb",
"spec/contact_spec.rb",
"spec/domain_spec.rb",
"spec/extended_attributes_spec.rb",
"spec/record_spec.rb",
"spec/spec_helper.rb",
"spec/template_spec.rb",
"spec/user_spec.rb"
]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httparty>, [">= 0"])
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 2.0.0"])
s.add_development_dependency(%q<ruby-debug>, [">= 0"])
s.add_development_dependency(%q<cucumber>, [">= 0"])
s.add_development_dependency(%q<aruba>, [">= 0"])
s.add_development_dependency(%q<ruby-debug>, [">= 0"])
s.add_development_dependency(%q<fakeweb>, [">= 0"])
s.add_development_dependency(%q<vcr>, [">= 0"])
s.add_runtime_dependency(%q<httparty>, [">= 0"])
else
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 2.0.0"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<aruba>, [">= 0"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
s.add_dependency(%q<vcr>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
end
else
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 2.0.0"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<aruba>, [">= 0"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
s.add_dependency(%q<vcr>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
end
end