documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Gemspec is invalid for rubygems 1.7 #158

Closed brainopia closed 13 years ago

brainopia commented 13 years ago

Story behind issue - https://github.com/rubygems/rubygems/pull/54#issuecomment-955906

The simple fix is to use date in gemspec in format of "xxxx-xx-xx" with leading zeroes if needed.

pivotal-casebook commented 13 years ago

Pull request at https://github.com/documentcloud/jammit/pull/160 fixes this.

sarcilav commented 13 years ago

More general pull request at https://github.com/documentcloud/jammit/pull/165 fixes this and avoid future problems :)

jashkenas commented 13 years ago

Pull request merged in #160.