devver-octopi 0.2.12 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +2 -2
  2. data/lib/octopi/api.rb +1 -1
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 2
3
- :patch: 12
2
+ :patch: 13
4
3
  :major: 0
4
+ :minor: 2
@@ -193,7 +193,7 @@ __
193
193
  end
194
194
  end
195
195
  begin
196
- key = "#{Api.api.class.to_s}:#{path}:#{format}:#{params.inspect}:#{auth_parameters.inspect}"
196
+ key = "#{Api.api.class.to_s}:#{path}:#{format}:#{params.inspect}:#{auth_parameters.inspect}".gsub(/ /,'')
197
197
  resp = if cache
198
198
  APICache.get(key, :cache => 61) do
199
199
  handle_github_api_bug_569(path, format) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devver-octopi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Coury
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-18 00:00:00 -05:00
12
+ date: 2010-01-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency