Skip to content

Commit

Permalink
Require rake in spec file to make bundler happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jul 28, 2011
1 parent c33422d commit 058814d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libxml-ruby.gemspec
@@ -1,4 +1,5 @@
# encoding: utf-8
require 'rake'

# Determine the current version of the software
version = File.read('ext/libxml/ruby_xml_version.h').match(/\s*RUBY_LIBXML_VERSION\s*['"](\d.+)['"]/)[1]
Expand Down

0 comments on commit 058814d

Please sign in to comment.