Skip to content

Commit

Permalink
gemspec: do not use require_relative as jruby does not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Apr 28, 2015
1 parent 5e7f97b commit 197cf08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcell.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- encoding: utf-8 -*-

require_relative "lib/dcell/version"
$:.push File.expand_path("../lib", __FILE__)
require "dcell/version"

Gem::Specification.new do |gem|
gem.name = "dcell"
Expand Down

0 comments on commit 197cf08

Please sign in to comment.