intouch-gdata4ruby 0.1.7.1 → 0.1.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -168,7 +168,7 @@ module GData4Ruby
168
168
  @session_cookie = cookie if cookie =~ /^S=.+/
169
169
  end
170
170
 
171
- if not ret.status === (200...201)
171
+ if not ret.status == 200...201
172
172
  puts "invalid response received: "+ret.status if @debug
173
173
  raise HTTPRequestFailed, ret
174
174
  end
@@ -66,7 +66,7 @@ module GData4Ruby
66
66
  @access_token.delete(request.url.to_s, {}, request.headers)
67
67
  end
68
68
 
69
- if not ret.status === (200...201)
69
+ if not ret.status == 200...201
70
70
  log("invalid response received: "+ret.status)
71
71
  raise HTTPRequestFailed, ret
72
72
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: intouch-gdata4ruby
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7.1
5
+ version: 0.1.7.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Reich