Skip to content

Commit da4594e

Browse files
committed
Merge pull request #160 from pivotal-casebook/fix-gemspec
Fix formatting issue with gemspec
2 parents d706038 + e530c04 commit da4594e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

jammit.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'jammit'
33
s.version = '0.6.0' # Keep version in sync with jammit.rb
4-
s.date = '2010-11-8'
4+
s.date = '2010-11-08'
55

66
s.homepage = "http://documentcloud.github.com/jammit/"
77
s.summary = "Industrial Strength Asset Packaging for Rails"
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
2020
s.require_paths = ['lib']
2121
s.executables = ['jammit']
2222

23-
s.has_rdoc = true
2423
s.extra_rdoc_files = ['README']
2524
s.rdoc_options << '--title' << 'Jammit' <<
2625
'--exclude' << 'test' <<

0 commit comments

Comments
 (0)