Skip to content

Commit

Permalink
Fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiosl committed Nov 7, 2014
1 parent 4284d80 commit 1568274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tn_s3_file_uploader/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TnS3FileUploader
VERSION = '0.1.0'
VERSION = '0.1.1'
end
6 changes: 3 additions & 3 deletions tn_s3_file_uploader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ require File.join(File.dirname(__FILE__), 'lib', 'tn_s3_file_uploader', 'version
Gem::Specification.new do |s|
s.name = 'tn_s3_file_uploader'
s.version = TnS3FileUploader::VERSION
s.date = '2014-06-25'
s.summary = "S3 file uploader"
s.description = "S3 file uploader that can build folder structures based on timestamp. Typically used in conjunction with Unix's logrotate."
s.date = '2014-11-07'
s.summary = "Amazon S3 file uploader"
s.description = "Amazon S3 file uploader that can build folder structures based on timestamp. Typically used in conjunction with Unix's logrotate."
s.authors = ["Thinknear.com"]
s.email = '[email protected]'
s.files = Dir.glob("{bin/**/*,lib/**/*.rb}") + %w(README.md LICENSE.txt)
Expand Down

0 comments on commit 1568274

Please sign in to comment.