rails_generators/culerity/templates/lib/tasks/culerity.rake in culerity-0.2.4 vs rails_generators/culerity/templates/lib/tasks/culerity.rake in culerity-0.2.5
- old
+ new
@@ -31,8 +31,8 @@
desc "Install required gems into jruby"
task :install do
jgem_cmd = `which jruby`.strip
raise "ERROR: You need to install jruby to use culerity and celerity." if jgem_cmd.blank?
- sh "#{jgem_cmd} -S gem install jarib-celerity --source=http://gems.github.com"
+ sh "#{jgem_cmd} -S gem install celerity"
end
end