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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -2
  3. data/lib/every_day_irb.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7a382dd13f525cb9a9104e48f304cfec3da9a1d
4
- data.tar.gz: 8d14fc052bb1ebe2e3f9ea8df39946f30a5b6167
3
+ metadata.gz: cce92e8050e0eac9307235f880e754f34ec7d369
4
+ data.tar.gz: a8386baa8d0ee0d625f99fc3a7dbe46228ebcc5c
5
5
  SHA512:
6
- metadata.gz: 76fcae7fca926275f8060241a41edb53e74bab5b94b56c14d26806f9fd384153f9ccfcea43c47e7a3c43a7f8c742c8b0adeca88ac50610ec39ef2a6eb55148c5
7
- data.tar.gz: ed5798a1b46fcdf77e049dd34af5b43d54382eeaef8e69234151ab804075d89eb5d0ffdd648c5efe9769836eb5836f74d9c1e34a554b10b2d46bc24d1fa35541
6
+ metadata.gz: 45a8f01e367fab7d5dad96af24f05e3b0f8ec0635f1e0e59df5d35937458f268bc3f2f52205b2e9a207807438abf38e0d6cb9151e5616f64917eb892abf355d1
7
+ data.tar.gz: 96566b71de8e0ab91fe3b1b556f80ff7d6da2ebb44c735f99c7d2db46616fdff68b85619fbc95289d703947fa08b2cfef6132d9cdcea661efeb8f9dadde1793c
@@ -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/robgleeson/binding.repl], you can start IRB (with *irbtools*) directly from your code:
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-2014 Jan Lelis <http://janlelis.com> released under the MIT license.
203
+ Copyright (c) 2010-2015 Jan Lelis <http://janlelis.com> released under the MIT license.
@@ -1,7 +1,7 @@
1
1
  # every_day_irb defines some helper methods that might be useful in every-day irb usage
2
2
 
3
3
  module EveryDayIrb
4
- VERSION = "1.7.0"
4
+ VERSION = "1.7.1"
5
5
 
6
6
  extend self
7
7
  private
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.0
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: 2014-10-27 00:00:00.000000000 Z
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.2.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.