Skip to content

Commit

Permalink
Remove dependency on rake and bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed May 15, 2011
1 parent d4ae9bc commit 9389d62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -75,7 +75,7 @@ PROJ.name = 'ffi'
PROJ.authors = 'Wayne Meissner'
PROJ.email = 'wmeissner@gmail.com'
PROJ.url = 'http://wiki.github.com/ffi/ffi'
PROJ.version = '1.0.7'
PROJ.version = '1.0.8'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'

Expand All @@ -93,7 +93,7 @@ PROJ.gem.platform = Gem::Platform::RUBY
#PROJ.gem.required_ruby_version = ">= 1.9.2"

# Override Mr. Bones autogenerated extensions and force ours in
PROJ.gem.extras['extensions'] = %w(ext/ffi_c/extconf.rb gen/Rakefile)
PROJ.gem.extras['extensions'] = %w(ext/ffi_c/extconf.rb)
#PROJ.gem.extras['required_ruby_version'] = ">= 1.9.2"

# RDoc
Expand All @@ -110,7 +110,7 @@ PROJ.spec.opts << '--color' << '-fs'

# Dependencies

depend_on 'rake', '>=0.8.7'
#depend_on 'rake', '>=0.8.7'

TEST_DEPS = [ LIBTEST ]
if RUBY_PLATFORM == "java"
Expand Down

0 comments on commit 9389d62

Please sign in to comment.