aws-s3 0.6.1 → 0.6.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.
@@ -127,7 +127,7 @@ end
127
127
  module Kernel
128
128
  def __method__(depth = 0)
129
129
  caller[depth][/`([^']+)'/, 1]
130
- end if RUBY_VERSION < '1.8.7'
130
+ end if RUBY_VERSION <= '1.8.7'
131
131
 
132
132
  def __called_from__
133
133
  caller[1][/`([^']+)'/, 1]
@@ -3,7 +3,7 @@ module AWS
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = '0'
5
5
  MINOR = '6'
6
- TINY = '1'
6
+ TINY = '2'
7
7
  BETA = nil #Time.now.to_i.to_s
8
8
  end
9
9
 
@@ -139,7 +139,7 @@ class KerneltExtensionsTest < Test::Unit::TestCase
139
139
  assert_equal 'foo', b.foo
140
140
  assert_equal 'bar', b.bar
141
141
  end
142
- end if RUBY_VERSION < '1.8.7'
142
+ end if RUBY_VERSION <= '1.8.7'
143
143
 
144
144
  class ModuleExtensionsTest < Test::Unit::TestCase
145
145
  class Foo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcel Molina Jr.
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-20 00:00:00 -07:00
12
+ date: 2009-04-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency