console_color 0.0.6 → 0.0.7

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
  SHA256:
3
- metadata.gz: 918b40a729feb55c2684d4de01064ffa9b107e7ee7dab10b49d1478521a7513e
4
- data.tar.gz: 69664ed3d49efe9f91568d7f00f56c9230391004c04dc457cda3374014f37167
3
+ metadata.gz: 9a28463d4d09733e6c3edcfce493537e7e2e55052f7619d3bd9dd91bee2d442c
4
+ data.tar.gz: f6e6905312836321b3d762645c9417b775b0d9fdfdd2305ed7b4e53329f46cb3
5
5
  SHA512:
6
- metadata.gz: 35a0b0c3d3879b4b64e51a459822dc3284a837783fcda1a9587bd3c413680b317ccc391846267c6b4f798a544d0c0417e899d61abd894c1b0c9d616a808a1ade
7
- data.tar.gz: 1f33661fa923a828a180615d69ca12111a36d57d1612caf7affbf6d9702333bcd4c075408665b56a7c80cddbc280513e430dbf6e9326ee92cc82630170556c79
6
+ metadata.gz: 8978a786a39aa984ac268ccc3d19b67f9531ed18d188bcdc4a98df7b9dc1c75c89bfd4dfd1b93f779e24fb693cddc83d82143d3477acb58321706c2b7ab708f7
7
+ data.tar.gz: 262e4800a4769f62e088dac46b55b22fcc7cfaf031019de745e924ecd1c08f1adc7b4b9096e12eb64f04917d47440e550b968a3db4cc0f45b14f48ac87f843c3
@@ -28,6 +28,7 @@ module ConsoleColor
28
28
  end
29
29
 
30
30
  config.after_initialize do
31
+ require "irb"
31
32
  class << IRB
32
33
  prepend IRBSetup
33
34
  end
@@ -1,3 +1,3 @@
1
1
  module ConsoleColor
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console_color
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joey Aghion
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-04 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -74,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubyforge_project:
78
- rubygems_version: 2.7.6
77
+ rubygems_version: 3.5.9
79
78
  signing_key:
80
79
  specification_version: 4
81
80
  summary: Add color-coded app and environment information to the Rails console prompt.