s3repo.gemspec in s3repo-0.0.3 vs s3repo.gemspec in s3repo-0.1.0

- old
+ new

@@ -1,7 +1,10 @@ +$:.unshift File.expand_path('../lib/', __FILE__) +require 's3repo/version' + Gem::Specification.new do |s| s.name = 's3repo' - s.version = '0.0.3' + s.version = S3Repo::VERSION s.date = Time.now.strftime('%Y-%m-%d') s.summary = 'S3 Archlinux repo library' s.description = "Simple library for interacting with Archlinux repos in S3" s.authors = ['Les Aker']