Skip to content

Commit

Permalink
Merge pull request #22 from kyanny/bugfix/rubinius__dir__
Browse files Browse the repository at this point in the history
Bugfix: don't use `__dir__`
  • Loading branch information
kyanny committed Dec 3, 2013
2 parents 5171580 + 711162e commit efe6788
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-2.1.1
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in ghn.gemspec
gemspec

gem 'rubysl', platforms: :rbx

group :development, :test do
gem "rubinius-coverage", platforms: :rbx
end
2 changes: 1 addition & 1 deletion bin/ghn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
$LOAD_PATH << File.join(__dir__, '..', 'lib')
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
require 'ghn'
require 'optparse'

Expand Down
2 changes: 1 addition & 1 deletion lib/ghn/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Ghn
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit efe6788

Please sign in to comment.