ci_in_a_can 0.2.1 → 0.2.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.
@@ -97,7 +97,7 @@ EOF
97
97
 
98
98
  post %r{/push/(.+)} do
99
99
  capture = params[:captures].first.split('/')
100
- api_key = capture.shift
100
+ api_key = capture.pop
101
101
  id = capture.join('/')
102
102
 
103
103
  repo = CiInACan::Repo.find id
@@ -1,3 +1,3 @@
1
1
  module CiInACan
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_in_a_can
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -304,7 +304,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
304
304
  version: '0'
305
305
  segments:
306
306
  - 0
307
- hash: -632425961653812053
307
+ hash: 1791188646681337785
308
308
  required_rubygems_version: !ruby/object:Gem::Requirement
309
309
  none: false
310
310
  requirements:
@@ -313,7 +313,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
313
313
  version: '0'
314
314
  segments:
315
315
  - 0
316
- hash: -632425961653812053
316
+ hash: 1791188646681337785
317
317
  requirements: []
318
318
  rubyforge_project:
319
319
  rubygems_version: 1.8.24