Skip to content

Commit

Permalink
issue #29 fixed Does it try to require a relative path? That's been r…
Browse files Browse the repository at this point in the history
…emoved in Ruby 1.9.
  • Loading branch information
Onur Özgür ÖZKAN committed May 8, 2013
1 parent 204d7df commit 1af93d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified bin/cybele
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion cybele.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'lib/cybele/version'
require File.expand_path('../lib/cybele/version', __FILE__)

Gem::Specification.new do |spec|
spec.name = 'cybele'
Expand Down

0 comments on commit 1af93d1

Please sign in to comment.