squall 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- data/squall.gemspec +2 -2
- 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://
|
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
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.
|
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://
|
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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://
|
103
|
+
homepage: http://www.site5.com
|
104
104
|
licenses: []
|
105
105
|
|
106
106
|
post_install_message:
|