couchrest.gemspec in couchrest-1.1.1 vs couchrest.gemspec in couchrest-1.1.2

- old
+ new

@@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- -require File.join(File.dirname(__FILE__),'lib','couchrest','version') + Gem::Specification.new do |s| s.name = %q{couchrest} - s.version = CouchRest::VERSION + s.version = `cat VERSION`.strip s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber", "Sam Lown"] - s.date = %q{2011-04-06} + s.date = File.mtime('VERSION') s.description = %q{CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.} s.email = %q{jchris@apache.org} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")