pry 0.9.12.3 → 0.9.12.4

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: 9020878e1e6aa2c4e5b308610654b2edf44c8e02
4
- data.tar.gz: 191946162275d051ad96dc592fceb2bc91bda922
3
+ metadata.gz: ca2644d1fc36d71310d22774a431aab6abdfb9e8
4
+ data.tar.gz: 75bd27d5ce4e629c84e8e424a069494466c57453
5
5
  SHA512:
6
- metadata.gz: 0feb6ccaae30cf98b90f199845874b9f45b648469dd057042fd3f37242c2aab14c426c7fe49b921d497b799d5b5e533d91541f02715732256bca862fb0d2219f
7
- data.tar.gz: e984b5ace48af62e3e83392c273bd743d51a98ee0f117908161760619bef586dcf3dfc1bf8e5448c1bb5bab375a865f9b629ab72a281122a5fbe269b0ab4ffdd
6
+ metadata.gz: 6d181cfb067a4a2b3acb346e90eca5aeae5758971a6bb5e29414353e46af0f48a2e374559a2c023ce13e3883d235151a3d067e60376e8661369ed6d37f371243
7
+ data.tar.gz: 5bec33d0ac7949ebffe7d886ea0798eba3b98a38316aab33fc1409ca3774b31e28a18e03a009eaf27379a97d6acf4a55dce9f0fd1fe8c04b4e09197c7a19f59a
@@ -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: 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: 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
@@ -343,7 +343,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
343
343
  version: '0'
344
344
  requirements: []
345
345
  rubyforge_project:
346
- rubygems_version: 2.0.3
346
+ rubygems_version: 2.0.14
347
347
  signing_key:
348
348
  specification_version: 4
349
349
  summary: An IRB alternative and runtime developer console