lib/irbtools/more.rb in irbtools-more-1.4.0 vs lib/irbtools/more.rb in irbtools-more-1.5.0
- old
+ new
@@ -2,11 +2,11 @@
standalone = !(defined? Irbtools)
# define version
module Irbtools
module More
- VERSION = ( File.read File.expand_path( '../../VERSION', File.dirname(__FILE__)) ).chomp
+ VERSION = '1.5.0'
end
end
# require base package
if standalone
@@ -16,12 +16,9 @@
raise "Sorry, the irbtools-more package couldn't load, because the irbtools gem is not available"
end
end
# # # libraries
-
-# TK object inspector
-Irbtools.add_library :drx, :thread => 'more_1'
# Better auto-completion
Irbtools.add_library :bond, :thread => 'more_2' do
Bond.start :gems => %w[irbtools]
end