Don't use C extensions (JRuby compatibility).

This commit is contained in:
Jakob Rath 2013-11-26 18:20:02 +01:00 committed by Dan Hirsch
parent 049a64946b
commit 5ea0b727d0
10 changed files with 1 additions and 66 deletions

View file

@ -2,9 +2,6 @@ source 'https://rubygems.org'
gemspec
gem 'rake'
gem 'rake-compiler'
group :test do
# ...
end