Skip to content

Commit

Permalink
Rakefile: one gem build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavVolodarskiy committed May 26, 2015
1 parent fef1750 commit f70a1be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4502,12 +4502,8 @@ namespace "rhomobile-debug" do
startdir = pwd
chdir 'rhomobile-debug'

puts "Loading gemspec"
require 'rubygems'
spec = Gem::Specification.load('rhomobile-debug.gemspec')

puts "Building gem"
gemfile = Gem::Builder.new(spec).build
Jake.run3('gem build rhomobile-debug.gemspec')

Dir.glob("rhomobile-debug*.gem").each do |f|
cp f, startdir, :preserve => true
Expand Down

0 comments on commit f70a1be

Please sign in to comment.