scalr 0.2.0 → 0.2.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 (6) hide show
  1. data/VERSION +1 -1
  2. data/lib/scalr.rb +0 -2
  3. data/scalr.gemspec +2 -4
  4. metadata +4 -6
  5. data/Gemfile +0 -3
  6. data/Gemfile.lock +0 -12
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,6 +1,4 @@
1
1
  require 'rubygems'
2
- require 'bundler'
3
- Bundler.setup
4
2
  require 'active_support'
5
3
 
6
4
  require File.dirname(__FILE__) + '/scalr/response'
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{scalr}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Hodgson"]
12
- s.date = %q{2010-10-12}
12
+ s.date = %q{2010-10-17}
13
13
  s.description = %q{Scalr is a cloud infrastructure management provider. This gem is for interfacing with the Scalr.net API to obtain information about your instances and farms.}
14
14
  s.email = %q{mhodgson@youcastr.com}
15
15
  s.extra_rdoc_files = [
@@ -19,8 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.files = [
20
20
  ".document",
21
21
  ".gitignore",
22
- "Gemfile",
23
- "Gemfile.lock",
24
22
  "LICENSE",
25
23
  "README.rdoc",
26
24
  "Rakefile",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Hodgson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-12 00:00:00 -04:00
18
+ date: 2010-10-17 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -74,8 +74,6 @@ extra_rdoc_files:
74
74
  files:
75
75
  - .document
76
76
  - .gitignore
77
- - Gemfile
78
- - Gemfile.lock
79
77
  - LICENSE
80
78
  - README.rdoc
81
79
  - Rakefile
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "http://gemcutter.org"
2
- gem "activesupport", "2.3.4"
3
- gem "ruby-hmac"
@@ -1,12 +0,0 @@
1
- GEM
2
- remote: http://gemcutter.org/
3
- specs:
4
- activesupport (2.3.4)
5
- ruby-hmac (0.4.0)
6
-
7
- PLATFORMS
8
- ruby
9
-
10
- DEPENDENCIES
11
- activesupport (= 2.3.4)
12
- ruby-hmac