rakefile.rb in rhodes-3.2.0.beta.6 vs rakefile.rb in rhodes-3.2.0.beta.7
- old
+ new
@@ -942,9 +942,10 @@
out << fname + "\n" if File.file? fname and not fname =~ /rhoconnect-client/
end
File.open("Manifest.txt",'w') {|f| f.write(out)}
puts "Loading gemspec"
+ require 'rubygems'
spec = Gem::Specification.load('rhodes.gemspec')
puts "Building gem"
gemfile = Gem::Builder.new(spec).build
end