log-analyser 0.1.3.pre.littleimprovements.20201109113028 → 0.1.3
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/CHANGELOG +3 -3
- data/README.md +2 -13
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e674497a874db3f4d4606f02ff122b150c0b38c67b7a60c2d174ad2d48044f8b
|
|
4
|
+
data.tar.gz: 132633ec26b7f212b16c336b9853be71ea66c8a7e86536bcee5afed093cd6726
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5aa790f2797dbc77c0fa98ea840dbf64dd7ecd70a103bda5dcdd9a90e52ea4bc6ce9101a1ec80087ece3f898f5a52ae7f3d09b6135ee269ded29fa88c91c6824
|
|
7
|
+
data.tar.gz: 0b2d40188550b7fe78404cb5888383e912921d12d3cde8822ea93e46f9df86a2754c17806c72e60a3d67aee7e8c7e7ceb412448974e77266c5813ef69a382ee1
|
data/CHANGELOG
CHANGED
data/README.md
CHANGED
|
@@ -194,19 +194,8 @@ Use `$ bundle exec rspec` or `$ bundle exec rake spec:all` to run all the tests.
|
|
|
194
194
|
|
|
195
195
|
$ bundle exec rake spec:integration
|
|
196
196
|
|
|
197
|
-
The test coverage is handled by `rspec`, `simplecov` and `coveralls
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
Mac Terminal, from your application's root directory run
|
|
201
|
-
|
|
202
|
-
$ open coverage/index.html
|
|
203
|
-
|
|
204
|
-
in a debian/ubuntu Terminal,
|
|
205
|
-
|
|
206
|
-
$ xdg-open coverage/index.html
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
Full status and coverage history can be checked online on [coveralls](https://coveralls.io/github/DMazzei/log-analyser).
|
|
197
|
+
The test coverage is handled by `rspec`, `simplecov` and `coveralls`.
|
|
198
|
+
Status and coverage history can be checked [here](https://coveralls.io/github/DMazzei/log-analyser).
|
|
210
199
|
|
|
211
200
|
#### Deployment
|
|
212
201
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: log-analyser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.3
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Mazzei
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Log reader and data aggregator for pageviews information.
|
|
14
14
|
email:
|
|
@@ -54,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '2.7'
|
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "
|
|
57
|
+
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubygems_version: 3.1.4
|
|
62
62
|
signing_key:
|