reidiculous-actionwebservice-client 3.0.4 → 3.0.4.1

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.
@@ -320,14 +320,14 @@ end
320
320
 
321
321
 
322
322
  # for ruby/1.6.
323
- unless Enumerable.instance_methods.include?('inject')
324
- module Enumerable
325
- def inject(init)
326
- result = init
327
- each do |item|
328
- result = yield(result, item)
329
- end
330
- result
331
- end
332
- end
333
- end
323
+ # unless Enumerable.instance_methods.include?('inject')
324
+ # module Enumerable
325
+ # def inject(init)
326
+ # result = init
327
+ # each do |item|
328
+ # result = yield(result, item)
329
+ # end
330
+ # result
331
+ # end
332
+ # end
333
+ # end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: reidiculous-actionwebservice-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.0.4
5
+ version: 3.0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Leon Breedt, Kent Sibilev
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-15 00:00:00 -05:00
13
+ date: 2011-02-16 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency