spore 0.0.6 → 0.0.7
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +13 -10
data/Rakefile
CHANGED
|
@@ -14,7 +14,7 @@ begin
|
|
|
14
14
|
gem.authors = ["Alexis Sukrieh <sukria@sukria.net> [sukria]", "Hery Ramihajamalala <hery@rails-royce.org> [hallelujah]"]
|
|
15
15
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
16
16
|
gem.add_dependency "json", ">= 1.4.6"
|
|
17
|
-
gem.add_dependency "httpclient"
|
|
17
|
+
gem.add_dependency "httpclient", "= 2.1.7.2"
|
|
18
18
|
end
|
|
19
19
|
Jeweler::GemcutterTasks.new
|
|
20
20
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexis Sukrieh <sukria@sukria.net> [sukria]
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-07-27 00:00:00 +02:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -41,12 +41,15 @@ dependencies:
|
|
|
41
41
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
42
|
none: false
|
|
43
43
|
requirements:
|
|
44
|
-
- - "
|
|
44
|
+
- - "="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash:
|
|
46
|
+
hash: 127
|
|
47
47
|
segments:
|
|
48
|
-
-
|
|
49
|
-
|
|
48
|
+
- 2
|
|
49
|
+
- 1
|
|
50
|
+
- 7
|
|
51
|
+
- 2
|
|
52
|
+
version: 2.1.7.2
|
|
50
53
|
type: :runtime
|
|
51
54
|
version_requirements: *id002
|
|
52
55
|
description: Spore is a specification for describing ReST API that can be parsed and used automatically by client implementations to communicate with the descibed API
|
|
@@ -116,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
119
|
requirements: []
|
|
117
120
|
|
|
118
121
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 1.
|
|
122
|
+
rubygems_version: 1.3.7
|
|
120
123
|
signing_key:
|
|
121
124
|
specification_version: 3
|
|
122
125
|
summary: A Ruby implementation for SPORE
|