delogger 0.3.6 → 0.3.7.final

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: 7aa2f1dc15942e8ecee24ea6135ac69aabd893ae
4
- data.tar.gz: 2469a51a634764a5f42b078af99ed6d2c2b80182
3
+ metadata.gz: 274a2971d168f3d347898d4cf18f8c38b852e6e7
4
+ data.tar.gz: 8d5ebaecf5bd836750572dd8bb2266b7dcc2b85e
5
5
  SHA512:
6
- metadata.gz: 141e1d362a1d3902b0d1b58ef166b246fb4fde9a976fb20ebeeb91c9bef6741931c953da127aa2b726add2846bd558e7d0a052b64ab3b58a741e23b565dbf063
7
- data.tar.gz: 618d21f3961e653359e49d5db932c03f8a2e883949a0be94ddee5bbabd515e83a4ab689b627b1b4012c2bf92d0ccb819cd3ffbb243cabe5bda3287ec40db0644
6
+ metadata.gz: deada781c40aa6c3157a4824f8b92906de5ab347be5b00684219c3ccfe2f4f2ff15fb6d3e0e54c5a9e643abf89377009bbc0864f8766bfb6c6ca5c5758206b2e
7
+ data.tar.gz: 7ce9608e93ad8da9bcf625f75829524d57760dfee8adba3467202efd6cb37dcdd9d28d48e3824758d90205fcbc2b9e617bdb378838dff3ca25ca18bffd78bd45
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/delogger.svg)](https://badge.fury.io/rb/delogger)
2
2
 
3
+ # MOVED TO https://github.com/akxcv/crocon !!
4
+
3
5
  # Delogger
4
6
 
5
7
  This gem is a wrapper for browser's `window.console` object. It makes your console convenient and
@@ -1,5 +1,5 @@
1
1
  module Delogger
2
2
  module Rails
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7.final"
4
4
  end
5
5
  end
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.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-08 00:00:00.000000000 Z
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: '0'
123
+ version: 1.3.1
123
124
  requirements: []
124
125
  rubyforge_project:
125
126
  rubygems_version: 2.6.8