booster-slicehost-tools 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
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.11"
7
+ s.version = "0.0.12"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
@@ -8,5 +8,5 @@ else
8
8
  end
9
9
 
10
10
  class Resource < ActiveResource::Base
11
- self.site = "http://#{SlicehostSecretKey}@api.slicehost.com" if defined?(SlicehostSecretKey)
11
+ self.site = "https://#{SlicehostSecretKey}@api.slicehost.com" if defined?(SlicehostSecretKey)
12
12
  end
@@ -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.11"
5
+ s.version = "0.0.12"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booster-slicehost-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cox