irbtools 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +3 -0
  2. data/VERSION +1 -1
  3. data/lib/irbtools/libraries.rb +2 -0
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 1.0.1
2
+ * add missing require 'rbconfig'
3
+
1
4
  1.0.0
2
5
  * gemify general helpers/rvm stuff ("every_day_irb", "rvm_loader")
3
6
  * 6 different loading schemas: start, thread, autoload, sub_session, late, late_thread
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -1,6 +1,8 @@
1
1
  # encoding: utf-8
2
2
  # default irbtools set of libraries, you can remove any you don't like via Irbtools.remove_library
3
3
 
4
+ require 'rbconfig'
5
+
4
6
  # # # load via late
5
7
 
6
8
  unless defined?(Ripl) && Ripl.respond_to?(:started?) && Ripl.started?
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: irbtools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Lelis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-18 00:00:00 Z
13
+ date: 2011-05-19 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fancy_irb
@@ -174,7 +174,7 @@ dependencies:
174
174
  requirements:
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 1.0.0
177
+ version: 1.0.1
178
178
  type: :runtime
179
179
  version_requirements: *id015
180
180
  description: irbtools is a meta gem that installs useful irb gems and configures your irb. Simply put a require "irbtools" in the .irbrc file in your home directory.