tryphon-pige-client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ module Pige::Client
45
45
  end
46
46
 
47
47
  puts "Create Chunk with #{attributes.inspect}"
48
- Pige::Chunk.create attributes unless dry_run?
48
+ Pige::Client::Chunk.create attributes unless dry_run?
49
49
  end
50
50
 
51
51
  end
@@ -1,6 +1,6 @@
1
1
  module Pige
2
2
  module Client
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
6
6
 
@@ -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/pige-client"
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.1
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/pige-client
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: -3436598005319949381
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: -3436598005319949381
179
+ hash: 1808611327852964082
180
180
  requirements: []
181
181
  rubyforge_project:
182
182
  rubygems_version: 1.8.23