Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Fixin' gem install.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/johnson/trunk@60 54575175-8111-4fdf-a583-07ff49f40e23
  • Loading branch information
jbarnette committed Mar 20, 2008
1 parent fbbefc6 commit 88b119b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -11,6 +11,7 @@ ext/spidermonkey/error.h
ext/spidermonkey/extconf.rb
ext/spidermonkey/idhash.c
ext/spidermonkey/idhash.h
ext/spidermonkey/immutable_node.c
ext/spidermonkey/immutable_node.c.erb
ext/spidermonkey/immutable_node.h
ext/spidermonkey/proxy.c
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -31,6 +31,10 @@ end

# make sure the C bits are up-to-date when testing
Rake::Task[:test].prerequisites << :extensions
Rake::Task[:check_manifest].prerequisites << GENERATED_NODE

# gem depends on the native extension actually building
Rake::Task[:gem].prerequisites << :extensions

desc "Our johnson requires extensions."
task :extensions => "lib/johnson/spidermonkey.#{kind}"
Expand Down

0 comments on commit 88b119b

Please sign in to comment.