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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18c6f2c276e2f8b823d5d4f61f9a12b4d2247f3c
4
- data.tar.gz: e66b25896d5e6da26bd720c0d134f878debe5ce3
3
+ metadata.gz: 7aa2f1dc15942e8ecee24ea6135ac69aabd893ae
4
+ data.tar.gz: 2469a51a634764a5f42b078af99ed6d2c2b80182
5
5
  SHA512:
6
- metadata.gz: fab403710641741bbdeb3bed76ecfcde9624aa1465a7d7684a7347d48d9c73f4e956b75c0e624a57e56a7a927b5ade869cebde08839dc60a473d4ebcf930123f
7
- data.tar.gz: 5dda0ed118fe269029f8191a902708b8ae8cf96ba73d86d9dbc7cdf92dcab3241185057388a76c699cf512c4382b99b3eecc930930e556cd8da5ec5ab0b9bc71
6
+ metadata.gz: 141e1d362a1d3902b0d1b58ef166b246fb4fde9a976fb20ebeeb91c9bef6741931c953da127aa2b726add2846bd558e7d0a052b64ab3b58a741e23b565dbf063
7
+ data.tar.gz: 618d21f3961e653359e49d5db932c03f8a2e883949a0be94ddee5bbabd515e83a4ab689b627b1b4012c2bf92d0ccb819cd3ffbb243cabe5bda3287ec40db0644
data/README.md CHANGED
@@ -1,7 +1,5 @@
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
-
5
3
  # Delogger
6
4
 
7
5
  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.final"
3
+ VERSION = "0.3.6"
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.final
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 00:00:00.000000000 Z
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
- This gem is moved to https://github.com/akxcv/crocon-rails !! Turn your console on and off globally or locally.
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: This gem is moved to https://github.com/akxcv/crocon-rails !!
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: 1.3.1
122
+ version: '0'
124
123
  requirements: []
125
124
  rubyforge_project:
126
125
  rubygems_version: 2.6.8