Rakefile in parlement-0.9 vs Rakefile in parlement-0.10
- old
+ new
@@ -54,11 +54,11 @@
- PGP signatures
- electoral lists
EOF
s.files = PKG_FILES
s.require_path = 'lib'
- s.autorequire = 'rails redcloth'
+ s.autorequire = 'rails redcloth term-ansicolor'
s.has_rdoc = false
s.requirements << 'none'
s.test_files = Dir.glob('test/unit/*')
# Author and project details.
@@ -70,10 +70,10 @@
#if ENV['CERT_DIR']
#s.signing_key = File.join(ENV['CERT_DIR'], 'gem-private_key.pem')
#s.cert_chain = [File.join(ENV['CERT_DIR'], 'gem-public_cert.pem')]
#end
- s.add_dependency('rails')
+ s.add_dependency('rails redcloth term-ansicolor')
end
desc "Build Gem"
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true