zerigo_dns 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/zerigo_dns.gemspec +58 -0
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "tom@jackhq.com"
11
11
  gem.homepage = "http://github.com/twilson63/zerigo_dns"
12
12
  gem.authors = ["Tom Wilson"]
13
- gem.add_dependency "active_resource"
13
+ gem.add_dependency "activeresource"
14
14
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
15
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
16
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -0,0 +1,58 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{zerigo_dns}
8
+ s.version = "1.0.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Tom Wilson"]
12
+ s.date = %q{2010-02-06}
13
+ s.description = %q{This gem is a resource wrapper of the example provide by zerigo dns}
14
+ s.email = %q{tom@jackhq.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.rdoc",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "example/sample.rb",
27
+ "lib/zerigo_ns.rb",
28
+ "test/helper.rb",
29
+ "test/test_zerigo_dns.rb",
30
+ "zerigo_dns.gemspec"
31
+ ]
32
+ s.homepage = %q{http://github.com/twilson63/zerigo_dns}
33
+ s.rdoc_options = ["--charset=UTF-8"]
34
+ s.require_paths = ["lib"]
35
+ s.rubygems_version = %q{1.3.5}
36
+ s.summary = %q{Zerigo DNS Gem}
37
+ s.test_files = [
38
+ "test/helper.rb",
39
+ "test/test_zerigo_dns.rb"
40
+ ]
41
+
42
+ if s.respond_to? :specification_version then
43
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
44
+ s.specification_version = 3
45
+
46
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
47
+ s.add_runtime_dependency(%q<activeresource>, [">= 0"])
48
+ s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
49
+ else
50
+ s.add_dependency(%q<activeresource>, [">= 0"])
51
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
52
+ end
53
+ else
54
+ s.add_dependency(%q<activeresource>, [">= 0"])
55
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
56
+ end
57
+ end
58
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zerigo_dns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Wilson
@@ -13,7 +13,7 @@ date: 2010-02-06 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: active_resource
16
+ name: activeresource
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -52,6 +52,7 @@ files:
52
52
  - lib/zerigo_ns.rb
53
53
  - test/helper.rb
54
54
  - test/test_zerigo_dns.rb
55
+ - zerigo_dns.gemspec
55
56
  has_rdoc: true
56
57
  homepage: http://github.com/twilson63/zerigo_dns
57
58
  licenses: []