Skip to content

Commit

Permalink
fix load path directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Oct 26, 2013
1 parent e5fc479 commit a1ee553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gobstones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'gobstones'
spec.version = '0.0.1'
spec.version = '0.0.1.1'
spec.licenses = ['GPLv3']
spec.authors = ['Nahuel Garbezza']
spec.email = ['[email protected]']
Expand All @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep %r{^spec/}

spec.executables = %w(gobstones)
spec.require_paths = %w('lib')
spec.require_paths = %w(lib)
end

0 comments on commit a1ee553

Please sign in to comment.