diff options
-rw-r--r-- | lib/forwardable.rb | 5 | ||||
-rw-r--r-- | lib/forwardable/forwardable.gemspec | 4 | ||||
-rw-r--r-- | lib/forwardable/version.rb | 5 |
3 files changed, 8 insertions, 6 deletions
@@ -110,10 +110,7 @@ # module Forwardable require 'forwardable/impl' - - # Version of +forwardable.rb+ - VERSION = "1.2.0" - FORWARDABLE_VERSION = VERSION @debug = nil class << self @@ -1,8 +1,8 @@ begin - require_relative "lib/forwardable" rescue LoadError # for Ruby core repository - require_relative "../forwardable" end Gem::Specification.new do |spec| @@ -0,0 +1,5 @@ |