pry 0.11.1-java → 0.11.2-java

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5534ae2182ed010b8d3930ac54e9845f5749a522
4
- data.tar.gz: 231a9b43ce5feb6141ba90de46681b382f64388f
3
+ metadata.gz: d65af86c19665298c8e3d51fbd283306cac0dd2c
4
+ data.tar.gz: f5e3c37ea995727643112c9948cc946ee64c3e3d
5
5
  SHA512:
6
- metadata.gz: d5c8acd51aa4c78068a9987ed5507325cc70d07805edb6c20173cb171bc4ff72aab58c4afb2e2346e94b1a5bf36f3c757fa92a07d5a9e96352bb777dd05ef2ef
7
- data.tar.gz: 1936fc1b34c50c8cb202eda93fd4e55fd28a038ee21ec1ec22a4453e55d3534a2911169b468f3badbd9896dd06ae94a44242753be8a3d8b8c9f6aadab13c2a83
6
+ metadata.gz: ef2d053f1d6219a8a049973f802a6f125af00eb04e61d8372812958f3a03b03b59d074005ae6386374255856d16a3694d70a75b52076ad0b0efecd54f80e39ad
7
+ data.tar.gz: 9a82ccc964d190717567945992dd248b186a5689a20306df2ea25f66062378133f5d1d184ddc5281b06695e9f09cc70312323d134c0741b3f2416f1160541f68
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### HEAD
1
+ ### 0.11.0
2
2
 
3
3
  * Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))
4
4
  * Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
@@ -98,7 +98,7 @@ class Pry
98
98
  # enabled). Infers where to send the output if used as a mixin.
99
99
  # DEPRECATED.
100
100
  def stagger_output(text, out = nil)
101
- if _pry_
101
+ if defined?(_pry_) && _pry_
102
102
  _pry_.pager.page text
103
103
  else
104
104
  Pry.new.pager.page text
data/lib/pry/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
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.1
4
+ version: 0.11.2
5
5
  platform: java
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: 2017-09-26 00:00:00.000000000 Z
13
+ date: 2017-10-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: coderay
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  version: '0'
237
237
  requirements: []
238
238
  rubyforge_project:
239
- rubygems_version: 2.6.12
239
+ rubygems_version: 2.5.1
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: An IRB alternative and runtime developer console