slicehost-tools 0.0.13 → 0.0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/slicehost-tools.gemspec +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
4
4
 
5
5
  gem_spec = Gem::Specification.new do |s|
6
6
  s.name = %q{slicehost-tools}
7
- s.version = "0.0.13"
7
+ s.version = "0.0.13.1"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
@@ -17,7 +17,7 @@ gem_spec = Gem::Specification.new do |s|
17
17
  s.extra_rdoc_files = ["README.markdown", "LICENSE"]
18
18
  s.files = Dir['**/**'].reject{ |f| f =~ /pkg/i }
19
19
  s.has_rdoc = false
20
- s.homepage = %q{http://github.com/booster/slicehost-tools/}
20
+ s.homepage = %q{http://github.com/cameroncox/slicehost-tools/}
21
21
  s.require_paths = ["lib"]
22
22
  s.rubygems_version = %q{1.1.1}
23
23
  s.add_dependency("thor", ">= 0.9.8")
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{slicehost-tools}
5
- s.version = "0.0.13"
5
+ s.version = "0.0.13.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Cameron Cox", "Bobby Uhlenbrock", "Corey Martella"]
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.files = ["bin", "bin/slicehost-dns", "bin/slicehost-slice", "lib", "lib/slicehost-tools", "lib/slicehost-tools/resources", "lib/slicehost-tools/resources/dns.rb", "lib/slicehost-tools/resources/slice.rb", "lib/slicehost-tools/resources.rb", "lib/slicehost-tools/tools", "lib/slicehost-tools/tools/dns.rb", "lib/slicehost-tools/tools/slice.rb", "lib/slicehost-tools/tools.rb", "lib/slicehost-tools.rb", "LICENSE", "Rakefile", "README.markdown", "slicehost-tools.gemspec"]
14
14
  s.homepage = %q{http://github.com/cameroncox/slicehost-tools/}
15
15
  s.require_paths = ["lib"]
16
- s.rubygems_version = %q{1.3.1}
16
+ s.rubygems_version = %q{1.3.5}
17
17
  s.summary = %q{tools utilizing the slicehost api}
18
18
 
19
19
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slicehost-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cox
@@ -59,7 +59,7 @@ files:
59
59
  - README.markdown
60
60
  - slicehost-tools.gemspec
61
61
  has_rdoc: true
62
- homepage: http://github.com/booster/slicehost-tools/
62
+ homepage: http://github.com/cameroncox/slicehost-tools/
63
63
  licenses: []
64
64
 
65
65
  post_install_message: