console_utils 0.6.0.1 → 0.6.0.2
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 +4 -4
- data/lib/awesome_print/{proc.rb → proc_ext.rb} +2 -2
- data/lib/console_utils/version.rb +1 -1
- data/lib/console_utils.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96ccb856084ba26b858d15f9ed0e4712798f1e15
|
|
4
|
+
data.tar.gz: 606681cdc6257da04e242ccd3d9ad00957fe4e14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a4fa45bcb58e3cf5dfb79d7630c01831c8e85417c40cbb22f024cd756de613cd227dc44e81e356e22576e3b2dc5fceb2429f4ea62ffbea4c39a7720e3dea061
|
|
7
|
+
data.tar.gz: 27d66b4be75d0a017bf923d71019ba73520700948cb8e5f2606b59e947df6e1f10b4fc9002ba964f2afa204c6a697854f9e935734bf67e04653d707fbd544a86
|
|
@@ -4,7 +4,7 @@ rescue LoadError
|
|
|
4
4
|
end
|
|
5
5
|
|
|
6
6
|
module AwesomePrint
|
|
7
|
-
module
|
|
7
|
+
module ProcExt
|
|
8
8
|
#:startdoc:
|
|
9
9
|
def self.included(base)
|
|
10
10
|
base.send :alias_method, :cast_without_proc, :cast
|
|
@@ -36,5 +36,5 @@ module AwesomePrint
|
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
if defined?(Sourcify) && Sourcify::VERSION >= "0.6.0.rc4"
|
|
39
|
-
AwesomePrint::Formatter.include(AwesomePrint::
|
|
39
|
+
AwesomePrint::Formatter.include(AwesomePrint::ProcExt)
|
|
40
40
|
end
|
data/lib/console_utils.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: console_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.0.
|
|
4
|
+
version: 0.6.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- console_utils.gemspec
|
|
150
150
|
- gemfiles/rails42.gemfile
|
|
151
151
|
- gemfiles/rails42.gemfile.lock
|
|
152
|
-
- lib/awesome_print/
|
|
152
|
+
- lib/awesome_print/proc_ext.rb
|
|
153
153
|
- lib/console_utils.rb
|
|
154
154
|
- lib/console_utils/active_record_utils.rb
|
|
155
155
|
- lib/console_utils/active_record_utils/random_record.rb
|
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
version: '0'
|
|
193
193
|
requirements: []
|
|
194
194
|
rubyforge_project:
|
|
195
|
-
rubygems_version: 2.4
|
|
195
|
+
rubygems_version: 2.6.4
|
|
196
196
|
signing_key:
|
|
197
197
|
specification_version: 4
|
|
198
198
|
summary: Groovy tools for Rails Console.
|