brice 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to brice version 0.2.5
5
+ This documentation refers to brice version 0.2.6
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/brice/dsl.rb CHANGED
@@ -53,7 +53,7 @@ module Brice
53
53
  # Define a method for use inside the IRb session.
54
54
  def irb_def(symbol, method = nil, &block)
55
55
  irb_rc {
56
- Object.instance_eval {
56
+ IRB::ExtendCommandBundle.class_eval {
57
57
  define_method(symbol, method || block)
58
58
  }
59
59
  }
@@ -79,7 +79,7 @@ brice 'rails' => nil do |config|
79
79
 
80
80
  klass
81
81
  rescue NameError
82
- super
82
+ super(method, *args)
83
83
  end
84
84
  }
85
85
  end
data/lib/brice/version.rb CHANGED
@@ -4,7 +4,7 @@ module Brice
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-29 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-nuggets
@@ -37,29 +37,29 @@ extra_rdoc_files:
37
37
  - ChangeLog
38
38
  files:
39
39
  - lib/brice.rb
40
+ - lib/brice/colours.rb
40
41
  - lib/brice/config.rb
41
- - lib/brice/version.rb
42
+ - lib/brice/dsl.rb
42
43
  - lib/brice/history.rb
43
- - lib/brice/shortcuts.rb
44
- - lib/brice/rc/030_history.rb
45
- - lib/brice/rc/050_shortcuts.rb
46
- - lib/brice/rc/080_rails.rb
47
- - lib/brice/rc/020_libs.rb
48
- - lib/brice/rc/070_prompt.rb
44
+ - lib/brice/init.rb
49
45
  - lib/brice/rc/010_added_methods.rb
46
+ - lib/brice/rc/020_libs.rb
47
+ - lib/brice/rc/030_history.rb
50
48
  - lib/brice/rc/040_colours.rb
49
+ - lib/brice/rc/050_shortcuts.rb
51
50
  - lib/brice/rc/060_init.rb
51
+ - lib/brice/rc/070_prompt.rb
52
+ - lib/brice/rc/080_rails.rb
52
53
  - lib/brice/rc/090_devel.rb
53
- - lib/brice/dsl.rb
54
- - lib/brice/colours.rb
55
- - lib/brice/init.rb
54
+ - lib/brice/shortcuts.rb
55
+ - lib/brice/version.rb
56
56
  - COPYING
57
- - TODO
58
57
  - ChangeLog
59
- - Rakefile
60
58
  - README
61
- - spec/spec_helper.rb
59
+ - Rakefile
60
+ - TODO
62
61
  - spec/brice/history_spec.rb
62
+ - spec/spec_helper.rb
63
63
  - .rspec
64
64
  homepage: http://prometheus.rubyforge.org/brice
65
65
  licenses: []
@@ -70,7 +70,7 @@ rdoc_options:
70
70
  - --line-numbers
71
71
  - --all
72
72
  - --title
73
- - brice Application documentation (v0.2.5)
73
+ - brice Application documentation (v0.2.6)
74
74
  - --main
75
75
  - README
76
76
  require_paths: