squall 0.0.1 → 0.0.2

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.yml +1 -1
  3. data/squall.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{A Ruby library for working with the OnApp REST API}
9
9
  gem.description = %Q{A Ruby library for working with the OnApp REST API}
10
10
  gem.email = "jmazzi@site5.com"
11
- gem.homepage = "http://github.com/site5/squall"
11
+ gem.homepage = "http://www.site5.com"
12
12
  gem.authors = ["Justin Mazzi"]
13
13
  gem.add_dependency 'rest-client'
14
14
  gem.add_dependency 'json'
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :build:
4
4
  :major: 0
5
5
  :minor: 0
data/squall.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{squall}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Mazzi"]
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  "test/test_squall.rb",
34
34
  "test/test_virtual_machine.rb"
35
35
  ]
36
- s.homepage = %q{http://github.com/site5/squall}
36
+ s.homepage = %q{http://www.site5.com}
37
37
  s.require_paths = ["lib"]
38
38
  s.rubygems_version = %q{1.3.7}
39
39
  s.summary = %q{A Ruby library for working with the OnApp REST API}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: squall
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Mazzi
@@ -100,7 +100,7 @@ files:
100
100
  - test/test_squall.rb
101
101
  - test/test_virtual_machine.rb
102
102
  has_rdoc: true
103
- homepage: http://github.com/site5/squall
103
+ homepage: http://www.site5.com
104
104
  licenses: []
105
105
 
106
106
  post_install_message: