pry 0.9.12.3-java → 0.9.12.4-java

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: 501300ea168f5291f73ae2e5c671b42b3da0762e
4
- data.tar.gz: a238a4311470a5093f5dd55d79b7261bff5ab83b
3
+ metadata.gz: 3ab5cbb222803a3e776610786ff028184b4a91d0
4
+ data.tar.gz: 3682e12336ff87040154438367faa12a543b9791
5
5
  SHA512:
6
- metadata.gz: 5922f03c53cc476fb7ac78d835ad9ab9dbbc01620b32c29f1a4bf3eac14dda7d99f0a036664da37633e95b6ca48d122cdbcbc6105cc63c17592e7fc2f9c5cc80
7
- data.tar.gz: d9f7d7cca2379dac90ac3c56c1e56cb8d607f900edbb9148a5e5f6cd8aaa937d709f119fdfa51fc8ea059fe8ec8d7dbdff745337b17adb023a540ca567e43d51
6
+ metadata.gz: 90837dd44d54766e371f4313c85ab2e2936611811b8bf3d7258976ff1de55388f4fb21e98d2602abbac4616744a2da01b4d2d5b963c1c5b1eca5c580efefd304
7
+ data.tar.gz: ae1d5ca0d8347b2bafc7d9c878873976eae0d1f39c0b7e514ec36a543f1b5963e6dba4467391b941875cafa732bd7811eb2e1b1a7cb3c8a1e031500984203f68
@@ -18,4 +18,4 @@ notifications:
18
18
  branches:
19
19
  only:
20
20
  - master
21
- - 0-9-11-stable
21
+ - 0-9-12-stable
@@ -395,19 +395,11 @@ Readline version #{ver} detected - will not auto_resize! correctly.
395
395
  # To avoid mass-confusion, we change the default colour of "white" to
396
396
  # "blue" enabling global legibility
397
397
  def self.fix_coderay_colors
398
- to_fix = if (CodeRay::Encoders::Terminal::TOKEN_COLORS rescue nil)
399
- # CodeRay 1.0.0
400
- CodeRay::Encoders::Terminal::TOKEN_COLORS
401
- else
402
- # CodeRay 0.9
403
- begin
404
- require 'coderay/encoders/term'
405
- CodeRay::Encoders::Term::TOKEN_COLORS
406
- rescue
407
- end
408
- end
409
-
410
- to_fix[:comment] = "0;34" if to_fix
398
+ colors = CodeRay::Encoders::Terminal::TOKEN_COLORS
399
+
400
+ if colors[:comment].is_a?(String)
401
+ colors[:comment] = "0;34"
402
+ end
411
403
  end
412
404
 
413
405
  # Basic initialization.
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.9.12.3"
2
+ VERSION = "0.9.12.4"
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.9.12.3
4
+ version: 0.9.12.4
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: 2013-11-09 00:00:00.000000000 Z
13
+ date: 2013-11-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: coderay
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  requirements: []
359
359
  rubyforge_project:
360
- rubygems_version: 2.0.3
360
+ rubygems_version: 2.0.14
361
361
  signing_key:
362
362
  specification_version: 4
363
363
  summary: An IRB alternative and runtime developer console