cognac.gemspec in cognac-0.1.1 vs cognac.gemspec in cognac-0.1.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Cognac::VERSION spec.authors = ["Bala Paranj"] spec.email = ["bparanj@gmail.com"] spec.summary = %q{A simple library to implement Amazon S3 upload using CORS.} - spec.description = %q{This gem builds the AWS authentication signature as described in http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html. It requires the Amazon keys, as well as options about the request (request type, resource, etc).} + spec.description = %q{This gem builds the AWS authentication signature as described in http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html. It requires the Amazon keys, as well as options about the request (request type, resource, etc).} spec.homepage = "http://www.rubyplus.com" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"