ripl-irb 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/.gemspec +2 -2
  2. data/CHANGELOG.rdoc +3 -0
  3. data/README.rdoc +1 -1
  4. data/lib/ripl/irb.rb +1 -1
  5. 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 to irb"
12
- s.description = "A ripl plugin that smooths the transition to irb by stubbing out any IRB method or subclass called."
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
@@ -1,3 +1,6 @@
1
+ == 0.1.2
2
+ * Fix awesome typo
3
+
1
4
  == 0.1.1
2
5
  * Fix IRB.conf
3
6
 
data/README.rdoc CHANGED
@@ -1,5 +1,5 @@
1
1
  == Description
2
- A ripl plugin that smooths the transition to irb by stubbing out any IRB method or subclass called.
2
+ A ripl plugin that smooths the transition from irb by stubbing out any IRB method or subclass called.
3
3
 
4
4
  == Install
5
5
  Install the gem with:
data/lib/ripl/irb.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Ripl
2
2
  module Irb
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  def before_loop
6
6
  mock_irb
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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.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 to irb by stubbing out any IRB method or subclass called.
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 to irb
89
+ summary: A ripl plugin to smooth the transition from irb
90
90
  test_files: []
91
91