Skip to content

Commit

Permalink
Add rake dependency, fix compile task.
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Aug 24, 2011
1 parent bbf5f9c commit 74da9ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source "http://rubygems.org"

# Specify your gem's dependencies in gpgme.gemspec
gemspec

gem 'rake'
37 changes: 0 additions & 37 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task :compile do
FileUtils.rm_f('gpgme_n.o')
FileUtils.rm_f('Makefile')

system "ruby extconf.rb"
system "ruby ext/gpgme/extconf.rb"
system "make"
end

Expand Down

0 comments on commit 74da9ce

Please sign in to comment.