tryphon-pige-client 0.0.1 → 0.0.2
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/lib/pige/client/version.rb
CHANGED
data/tryphon-pige-client.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["alban@tryphon.eu", "florent@tryphon.eu"]
|
11
11
|
gem.description = %q{Invokes Tryphon PigeBox via a simple DSL}
|
12
12
|
gem.summary = %q{Tryphon PigeBox API ruby client}
|
13
|
-
gem.homepage = "http://projects.tryphon.eu/projects/
|
13
|
+
gem.homepage = "http://projects.tryphon.eu/projects/pigeclient"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tryphon-pige-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -153,7 +153,7 @@ files:
|
|
153
153
|
- tasks/rdoc.rake
|
154
154
|
- tasks/rspec.rake
|
155
155
|
- tryphon-pige-client.gemspec
|
156
|
-
homepage: http://projects.tryphon.eu/projects/
|
156
|
+
homepage: http://projects.tryphon.eu/projects/pigeclient
|
157
157
|
licenses: []
|
158
158
|
post_install_message:
|
159
159
|
rdoc_options: []
|
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
167
167
|
version: '0'
|
168
168
|
segments:
|
169
169
|
- 0
|
170
|
-
hash:
|
170
|
+
hash: 1808611327852964082
|
171
171
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
172
172
|
none: false
|
173
173
|
requirements:
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
segments:
|
178
178
|
- 0
|
179
|
-
hash:
|
179
|
+
hash: 1808611327852964082
|
180
180
|
requirements: []
|
181
181
|
rubyforge_project:
|
182
182
|
rubygems_version: 1.8.23
|