Skip to content

Commit

Permalink
Unshifting lib to load path so we pick up the right Riot version
Browse files Browse the repository at this point in the history
  • Loading branch information
gus committed May 29, 2011
1 parent cd2e371 commit b316862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riot.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
$:.unshift(File.expand_path("../lib", __FILE__))
require "riot/version"

Gem::Specification.new do |s|
Expand Down

0 comments on commit b316862

Please sign in to comment.