yam-aws-s3 0.6.2.2 → 0.6.2.3

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.
Files changed (2) hide show
  1. data/lib/aws/s3/version.rb +2 -1
  2. metadata +4 -4
@@ -1,5 +1,6 @@
1
1
  module AWS
2
2
  module S3
3
- VERSION = "0.6.2.2" unless defined?(::AWS::S3::VERSION)
3
+ VERSION = "0.6.2.3" unless defined?(::AWS::S3::VERSION)
4
+ Version = VERSION unless defined?(::AWS::S3::Version)
4
5
  end
5
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yam-aws-s3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 115
4
+ hash: 113
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 2
10
- - 2
11
- version: 0.6.2.2
10
+ - 3
11
+ version: 0.6.2.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Marcel Molina
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-10-13 00:00:00 -07:00
21
+ date: 2011-10-19 00:00:00 -07:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency