Skip to content

Commit

Permalink
Fix include path for gemspec
Browse files Browse the repository at this point in the history
avoid duplicate VERSION definition
  • Loading branch information
Scott J. Goldman committed Oct 26, 2012
1 parent de8cd63 commit c0777a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rugged.gemspec
@@ -1,4 +1,5 @@
require './lib/rugged/version' $:.push File.expand_path("../lib", __FILE__)
require 'rugged/version'


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "rugged" s.name = "rugged"
Expand Down

0 comments on commit c0777a4

Please sign in to comment.