ripl-irb 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gemspec +2 -2
- data/CHANGELOG.rdoc +3 -0
- data/README.rdoc +1 -1
- data/lib/ripl/irb.rb +1 -1
- metadata +5 -5
data/.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Gabriel Horner"]
|
|
9
9
|
s.email = "gabriel.horner@gmail.com"
|
|
10
10
|
s.homepage = "http://github.com/cldwalker/ripl-irb"
|
|
11
|
-
s.summary = "A ripl plugin to smooth the transition
|
|
12
|
-
s.description = "A ripl plugin that smooths the transition
|
|
11
|
+
s.summary = "A ripl plugin to smooth the transition from irb"
|
|
12
|
+
s.description = "A ripl plugin that smooths the transition from irb by stubbing out any IRB method or subclass called."
|
|
13
13
|
s.required_rubygems_version = ">= 1.3.6"
|
|
14
14
|
s.rubyforge_project = 'tagaholic'
|
|
15
15
|
s.add_dependency 'ripl', '>= 0.2.1'
|
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
data/lib/ripl/irb.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ripl-irb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gabriel Horner
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 0.2.1
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: A ripl plugin that smooths the transition
|
|
37
|
+
description: A ripl plugin that smooths the transition from irb by stubbing out any IRB method or subclass called.
|
|
38
38
|
email: gabriel.horner@gmail.com
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
@@ -86,6 +86,6 @@ rubyforge_project: tagaholic
|
|
|
86
86
|
rubygems_version: 1.3.7
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 3
|
|
89
|
-
summary: A ripl plugin to smooth the transition
|
|
89
|
+
summary: A ripl plugin to smooth the transition from irb
|
|
90
90
|
test_files: []
|
|
91
91
|
|