log_analyzer 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/log_analyzer/analyzer.rb +1 -1
- data/lib/log_analyzer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e933c971bc33456e167e9da461dff0b6db50e6e4
|
4
|
+
data.tar.gz: ab391dcb2ae13bf67777478fb0aba0f8b88c6218
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29874cd653ff93588bea67ced17ef9963f8b61190df48927034a7e3a41926e3e141c7ccbe26cba516f5e449b788462c5049f486462c3ef23cdb494d2d18a63ca
|
7
|
+
data.tar.gz: 1b6ff98956805a2bc5f77fb6ccc0e40bb0187a26f299bc866208f964829275bfd336245f52b5ddbd346f8a28323d3a13b54c00d05962052c8d66c1e90d11e36b
|
data/README.md
CHANGED
@@ -69,10 +69,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/igorka
|
|
69
69
|
|
70
70
|
## Contributors
|
71
71
|
|
72
|
-
Big thank you to all contributors:
|
72
|
+
Big thank you to all our contributors:
|
73
73
|
|
74
|
-
* @ck3g
|
75
|
-
* @ritaritual
|
74
|
+
* [@ck3g](https://github.com/ck3g)
|
75
|
+
* [@ritaritual](https://github.com/ritaritual)
|
76
|
+
* [@y-yagi](https://github.com/y-yagi)
|
76
77
|
|
77
78
|
## TODO
|
78
79
|
|
data/lib/log_analyzer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: log_analyzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Kasyanchuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
requirements: []
|
166
166
|
rubyforge_project:
|
167
|
-
rubygems_version: 2.6.
|
167
|
+
rubygems_version: 2.6.12
|
168
168
|
signing_key:
|
169
169
|
specification_version: 4
|
170
170
|
summary: log_analyzer gem is created to get statistics about your views rendering
|