delogger 0.3.6 → 0.3.7.final
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/README.md +2 -0
- data/lib/delogger/rails/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 274a2971d168f3d347898d4cf18f8c38b852e6e7
|
|
4
|
+
data.tar.gz: 8d5ebaecf5bd836750572dd8bb2266b7dcc2b85e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deada781c40aa6c3157a4824f8b92906de5ab347be5b00684219c3ccfe2f4f2ff15fb6d3e0e54c5a9e643abf89377009bbc0864f8766bfb6c6ca5c5758206b2e
|
|
7
|
+
data.tar.gz: 7ce9608e93ad8da9bcf625f75829524d57760dfee8adba3467202efd6cb37dcdd9d28d48e3824758d90205fcbc2b9e617bdb378838dff3ca25ca18bffd78bd45
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: delogger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7.final
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Komarov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -81,7 +81,7 @@ dependencies:
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
description: |-
|
|
84
|
-
Turn your console on and off globally or locally.
|
|
84
|
+
This gem is moved to https://github.com/akxcv/crocon-rails !! Turn your console on and off globally or locally.
|
|
85
85
|
Format your output with colors and badges.
|
|
86
86
|
email:
|
|
87
87
|
- ak@akxcv.com
|
|
@@ -106,7 +106,8 @@ homepage: https://github.com/akxcv/delogger
|
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata: {}
|
|
109
|
-
post_install_message:
|
|
109
|
+
post_install_message: This gem is moved to https://github.com/akxcv/crocon-rails !!
|
|
110
|
+
The version you're using right now is no longer supported!
|
|
110
111
|
rdoc_options: []
|
|
111
112
|
require_paths:
|
|
112
113
|
- lib
|
|
@@ -117,9 +118,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
117
118
|
version: '0'
|
|
118
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
120
|
requirements:
|
|
120
|
-
- - "
|
|
121
|
+
- - ">"
|
|
121
122
|
- !ruby/object:Gem::Version
|
|
122
|
-
version:
|
|
123
|
+
version: 1.3.1
|
|
123
124
|
requirements: []
|
|
124
125
|
rubyforge_project:
|
|
125
126
|
rubygems_version: 2.6.8
|