Skip to content

Commit

Permalink
Fixed version loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Nov 19, 2011
1 parent 87f6f64 commit 0a87883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added .aws-s3.gemspec.swp
Binary file not shown.
3 changes: 2 additions & 1 deletion aws-s3.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require "aws/s3/version"

Gem::Specification.new do |s|
s.name = 'aws-s3'
s.version = Gem::Version.new(AWS::S3::Version)
s.version = AWS::S3::Version
s.summary = "Client library for Amazon's Simple Storage Service's REST API"
s.description = s.summary
s.email = '[email protected]'
Expand Down

0 comments on commit 0a87883

Please sign in to comment.