We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d706038 + e530c04 commit da4594eCopy full SHA for da4594e
1 file changed
jammit.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
2
s.name = 'jammit'
3
s.version = '0.6.0' # Keep version in sync with jammit.rb
4
- s.date = '2010-11-8'
+ s.date = '2010-11-08'
5
6
s.homepage = "http://documentcloud.github.com/jammit/"
7
s.summary = "Industrial Strength Asset Packaging for Rails"
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
20
s.require_paths = ['lib']
21
s.executables = ['jammit']
22
23
- s.has_rdoc = true
24
s.extra_rdoc_files = ['README']
25
s.rdoc_options << '--title' << 'Jammit' <<
26
'--exclude' << 'test' <<
0 commit comments