Skip to content

Commit

Permalink
Let RubyGems add 'lib' to the load path.
Browse files Browse the repository at this point in the history
Which it will do anyhow because of the `gem.require_paths = ["lib"]`
line.
  • Loading branch information
stevenharman committed Jul 19, 2012
1 parent 231e39d commit 02a04db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rakismet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "rakismet/version"
require File.expand_path('../lib/rakismet/version', __FILE__)

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

0 comments on commit 02a04db

Please sign in to comment.