every_day_irb 1.7.0 → 1.7.1
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.
- checksums.yaml +4 -4
- data/README.rdoc +2 -2
- data/lib/every_day_irb.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cce92e8050e0eac9307235f880e754f34ec7d369
|
|
4
|
+
data.tar.gz: a8386baa8d0ee0d625f99fc3a7dbe46228ebcc5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45a8f01e367fab7d5dad96af24f05e3b0f8ec0635f1e0e59df5d35937458f268bc3f2f52205b2e9a207807438abf38e0d6cb9151e5616f64917eb892abf355d1
|
|
7
|
+
data.tar.gz: 96566b71de8e0ab91fe3b1b556f80ff7d6da2ebb44c735f99c7d2db46616fdff68b85619fbc95289d703947fa08b2cfef6132d9cdcea661efeb8f9dadde1793c
|
data/README.rdoc
CHANGED
|
@@ -32,7 +32,7 @@ To integrate *irbtools* into a Rails console (or any project that uses bundler),
|
|
|
32
32
|
|
|
33
33
|
gem 'irbtools', require: 'binding.repl'
|
|
34
34
|
|
|
35
|
-
Thanks to help from the {binding.repl gem}[https://github.com/
|
|
35
|
+
Thanks to help from the {binding.repl gem}[https://github.com/rpag/binding.repl], you can start IRB (with *irbtools*) directly from your code:
|
|
36
36
|
|
|
37
37
|
binding.repl!
|
|
38
38
|
|
|
@@ -200,4 +200,4 @@ The welcome message can be customized with <tt>Irbtools.welcome_message=</tt>
|
|
|
200
200
|
|
|
201
201
|
== J-_-L
|
|
202
202
|
|
|
203
|
-
Copyright (c) 2010-
|
|
203
|
+
Copyright (c) 2010-2015 Jan Lelis <http://janlelis.com> released under the MIT license.
|
data/lib/every_day_irb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: every_day_irb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Lelis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
73
|
rubyforge_project:
|
|
74
|
-
rubygems_version: 2.
|
|
74
|
+
rubygems_version: 2.4.5
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 4
|
|
77
77
|
summary: every_day_irb defines helper methods that simplify life in irb.
|