binding.repl 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/binding.repl.rb +3 -3
  2. metadata +2 -2
data/lib/binding.repl.rb CHANGED
@@ -1,12 +1,12 @@
1
1
  klass = Class.new do
2
- module BindingMixin
2
+ self.const_set :BindingMixin, Module.new {
3
3
  def repl
4
4
  Binding.repl.new(self)
5
5
  end
6
- end
6
+ }
7
7
 
8
8
  def self.version
9
- "0.1.0"
9
+ "0.1.1"
10
10
  end
11
11
 
12
12
  def initialize(binding)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binding.repl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: -3901662146917571460
81
+ hash: -2983989069984361494
82
82
  requirements: []
83
83
  rubyforge_project:
84
84
  rubygems_version: 1.8.23