delogger 0.3.6.final → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/lib/delogger/rails/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aa2f1dc15942e8ecee24ea6135ac69aabd893ae
|
4
|
+
data.tar.gz: 2469a51a634764a5f42b078af99ed6d2c2b80182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 141e1d362a1d3902b0d1b58ef166b246fb4fde9a976fb20ebeeb91c9bef6741931c953da127aa2b726add2846bd558e7d0a052b64ab3b58a741e23b565dbf063
|
7
|
+
data.tar.gz: 618d21f3961e653359e49d5db932c03f8a2e883949a0be94ddee5bbabd515e83a4ab689b627b1b4012c2bf92d0ccb819cd3ffbb243cabe5bda3287ec40db0644
|
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.6
|
4
|
+
version: 0.3.6
|
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-08 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
|
-
|
84
|
+
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,8 +106,7 @@ homepage: https://github.com/akxcv/delogger
|
|
106
106
|
licenses:
|
107
107
|
- MIT
|
108
108
|
metadata: {}
|
109
|
-
post_install_message:
|
110
|
-
The version you're using right now is no longer supported!
|
109
|
+
post_install_message:
|
111
110
|
rdoc_options: []
|
112
111
|
require_paths:
|
113
112
|
- lib
|
@@ -118,9 +117,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
118
117
|
version: '0'
|
119
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
119
|
requirements:
|
121
|
-
- - "
|
120
|
+
- - ">="
|
122
121
|
- !ruby/object:Gem::Version
|
123
|
-
version:
|
122
|
+
version: '0'
|
124
123
|
requirements: []
|
125
124
|
rubyforge_project:
|
126
125
|
rubygems_version: 2.6.8
|