pry 0.11.0.pre → 0.11.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46f588aa884919f6d4e40f085f85e3cda1fc1976
4
- data.tar.gz: a1107f181339016ee7cf4439e1f43ff0aabb4206
3
+ metadata.gz: 0b4d95eb8fb6676f8d3da49a95ef49319e22c4bb
4
+ data.tar.gz: 3c0c2bb2556fa7346343a7fb54930c24f592e361
5
5
  SHA512:
6
- metadata.gz: 583cc0eaf4644ddb80520ca52eecbad442d7dc5450e2eed4f32cd201869fb7c24a49bd70effe13355a845d7a99a9e0f1b9d45145e1e0267c2e6c3155fe990cbc
7
- data.tar.gz: 37eefe5204e90592a1256d56b90eb2d77af48f4a86b3ce5931ac5582e64536162ee683d627142787e7e838187166f078fd5f1803ee86cc6e811553b6aa2ccd62
6
+ metadata.gz: ac99b090f024df10b494c4ea4f78ab8d8be77e05c8c38f425687a2b7d6560c1b4e8d919fdb5faabe1b7b84ea21f9a2cc374e6f0db45a3ab392bcbcdb19cae12b
7
+ data.tar.gz: 80a8082cb1892eda93431d68f30facac103467d84c251c2193ed03a73f6ae3696433d56d90e949fcccd21da0c74a7ad7c301ffbdd55461b78efe24d08ccd35b8
data/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  [Launch School](https://launchschool.com)<br/>
15
15
  [Atomic Object](https://atomicobject.com/)<br/>
16
- [Hashrocket](http://hashrocket.com/)<br/>
16
+ [Hashrocket](https://hashrocket.com/)<br/>
17
17
  [Intridea](http://www.intridea.com)<br/>
18
18
  [Gaslight](https://teamgaslight.com/home)<br/>
19
19
 
@@ -51,7 +51,7 @@ module Pry::Config::Behavior
51
51
  #
52
52
  def [](key)
53
53
  key = key.to_s
54
- @lookup[key] or (@default and @default[key])
54
+ key?(key) ? @lookup[key] : (@default and @default[key])
55
55
  end
56
56
 
57
57
  #
@@ -152,7 +152,7 @@ module Pry::Config::Behavior
152
152
  last = last.default while last and last.default
153
153
  last
154
154
  end
155
-
155
+
156
156
  #
157
157
  # @return [Hash]
158
158
  # returns a duplicate copy of the lookup table used by self.
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.11.0.pre"
2
+ VERSION = "0.11.0.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0.pre
4
+ version: 0.11.0.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mair (banisterfiend)
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-06-29 00:00:00.000000000 Z
13
+ date: 2016-11-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: coderay