Rakefile in remi-rack-staticifier-0.1.3 vs Rakefile in remi-rack-staticifier-0.1.4
- old
+ new
@@ -13,11 +13,11 @@
s.email = 'remi@remitaylor.com'
s.homepage = 'http://github.com/remi/rack-staticifier'
s.description = ''
s.authors = %w( remi )
s.files = FileList['[A-Z]*', '{lib,spec,bin,examples}/**/*']
- # s.add_dependency 'person-gemname'
- # s.executables << 'script'
+ s.add_dependency 'remi-rackbox'
+ s.executables << 'staticify'
# s.rubyforge_project = 'gemname'
# s.extra_rdoc_files = %w( README.rdoc )
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"