Skip to content

Commit

Permalink
Require the version file relatively in the gemspec
Browse files Browse the repository at this point in the history
Avoids double require of the version file.
  • Loading branch information
jstorimer committed Oct 17, 2011
1 parent 4f37190 commit ac88446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activemerchant.gemspec
@@ -1,4 +1,5 @@
require File.expand_path('../lib/active_merchant/version', __FILE__)
$:.push File.expand_path("../lib", __FILE__)
require 'active_merchant/version'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit ac88446

Please sign in to comment.