Rakefile in ubiquo-0.1.0 vs Rakefile in ubiquo-0.1.1
- old
+ new
@@ -9,9 +9,12 @@
gem.summary = %Q{command line application for building ubiquo based applications.}
gem.description = %Q{This gem provides a command-line application to make the creation of ubiquo based applications fast and easy.}
gem.email = "rsalvado@gnuine.com"
gem.homepage = "http://www.ubiquo.me"
gem.authors = ["Ramon Salvadó"]
+ gem.add_dependency(%q<rails>, ["= 2.3.5"])
+ gem.add_development_dependency(%q<mocha>)
+ gem.add_dependency(%q<highline>)
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"