log-analyser 0.1.3.pre.littleimprovements.20201109101712 → 0.1.3.pre.littleimprovements.20201109103434

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +3 -3
  3. data/README.md +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcc373e60801c889c58051a0d6232beb9dd14fe16fb0048f50eff803048c2418
4
- data.tar.gz: 722269822aec5c600621d828aa841b78861ea88d92bfa8f0a892a61aee8da323
3
+ metadata.gz: 3b62538506c3829402a9e9a867bf26d6576937c69614a4f530ef20cd64699d25
4
+ data.tar.gz: 5c77973bbe06797d4a95726439485ff254474ef3f11417787d972372e5d83d53
5
5
  SHA512:
6
- metadata.gz: 74e0a52bc8c479237418921b8a2ca49b04a771c32d99dca6691485e1e950c0fa85b08fde959e1e026c026eb320da1995d1b55540d7552134bffe554cea0c6a6d
7
- data.tar.gz: 34eec782db83276dd27cd2410f697a221437609fa0cdc4b6fe69cb18aa965f4e542e75ccee1d807b910d9c59552aa26cca92522271a6f3e4a5a48bbb6c3df6d9
6
+ metadata.gz: dc3f9e866820219b709fc2b5fab185afd51698e975cfb8bb528bc11c92132e99650431ce46af7b7d5ef722b02e915a3534876ece19d37fc5d4c6c7497dd6a677
7
+ data.tar.gz: f55d687636405327c1863950ae14c2720af6313407be1cbffc20239690a18ea88b8a92f54fbaf9f3187cd9c589d2e64d0ad244110e3f1ef798b11797028153fe
data/CHANGELOG CHANGED
@@ -1,7 +1,7 @@
1
1
  v0.1.3. completing documentation
2
2
 
3
- v0.1.2b.
3
+ v0.1.2b. add gem deployment
4
4
 
5
- v0.1.2.
5
+ v0.1.2. add circleci workflow
6
6
 
7
- v0.1.1. adding gemspec/echoe/
7
+ v0.1.1. add gemspec
data/README.md CHANGED
@@ -195,7 +195,7 @@ Use `$ bundle exec rspec` or `$ bundle exec rake spec:all` to run all the tests.
195
195
  $ bundle exec rake spec:integration
196
196
 
197
197
  The test coverage is handled by `rspec`, `simplecov` and `coveralls`.</br>
198
- After running the tests, a local version of the test coverage report is available [here](http://localhost:63342/log-analyser/coverage/index.html#_AllFiles).
198
+ After running the tests, a local version of the test coverage report is available [here](http://localhost:63342/log-analyser/coverage/index.html).
199
199
 
200
200
  Full status and coverage history can be checked online on [coveralls](https://coveralls.io/github/DMazzei/log-analyser).
201
201
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log-analyser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre.littleimprovements.20201109101712
4
+ version: 0.1.3.pre.littleimprovements.20201109103434
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Mazzei