log-analyser 0.1.1.pre.v012b.20201107192007 → 0.1.1

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +117 -0
  3. data/README.md +1 -9
  4. data/log-analyser.gemspec +1 -1
  5. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58642d5fc0f80fbcf0e637055c4ad96843936c5ee65f80c66fa75e37f75b97ae
4
- data.tar.gz: 699d8c8b35a555ecd2d1f97ff2a5ce9c964d83f629d36c3f4673de49291143c8
3
+ metadata.gz: dfa076006bb5fd7a752bea446557572efe2887e9ce9b71871032869210290a0f
4
+ data.tar.gz: 1bcb36cffab27242c67c3305f014bebe9a265d583a23dd510066d26e52910b88
5
5
  SHA512:
6
- metadata.gz: 57c0fe67747af8868e22afd0e7a1f5ed8bade33f2250067c22c49efba69b472e6c23c8320c723ea8c28431ea52ea7619ac8a1a9a1e46e046244c0877bcdfac26
7
- data.tar.gz: b82f3e40bb4f52fd28472f35d74651241a9ca1e61f05cd9b52b5913a4fdd03313eee46534b3478151102897dec26ff0fff1f1a0a52a517433b16421ddf022903
6
+ metadata.gz: 3c616d633da93aa50f48df1c1e83e82eaad59129d00c291b2e369c930f91c7404f2a288f9744f443517029c6d86b1b81c8034f7fe19ce7fd63f3751311f2319a
7
+ data.tar.gz: 680ce1d66c7bf1c7e9cb9f86687c794ec3e3a3e32bc200ba4ea775171a168dfde2c6a240af01f85a7a833752864a9dfa3c30597acb3ff4b1224676fcfef421a1
@@ -0,0 +1,117 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ log-analyser (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.1)
10
+ coderay (1.1.3)
11
+ coveralls_reborn (0.18.0)
12
+ simplecov (>= 0.18.1, < 0.20.0)
13
+ term-ansicolor (~> 1.6)
14
+ thor (>= 0.20.3, < 2.0)
15
+ tins (~> 1.16)
16
+ diff-lcs (1.4.4)
17
+ docile (1.3.2)
18
+ ffi (1.13.1)
19
+ formatador (0.2.5)
20
+ guard (2.16.2)
21
+ formatador (>= 0.2.4)
22
+ listen (>= 2.7, < 4.0)
23
+ lumberjack (>= 1.0.12, < 2.0)
24
+ nenv (~> 0.1)
25
+ notiffany (~> 0.0)
26
+ pry (>= 0.9.12)
27
+ shellany (~> 0.0)
28
+ thor (>= 0.18.1)
29
+ guard-compat (1.2.1)
30
+ guard-rspec (4.7.3)
31
+ guard (~> 2.1)
32
+ guard-compat (~> 1.1)
33
+ rspec (>= 2.99.0, < 4.0)
34
+ listen (3.2.1)
35
+ rb-fsevent (~> 0.10, >= 0.10.3)
36
+ rb-inotify (~> 0.9, >= 0.9.10)
37
+ lumberjack (1.2.8)
38
+ method_source (1.0.0)
39
+ nenv (0.3.0)
40
+ notiffany (0.1.3)
41
+ nenv (~> 0.1)
42
+ shellany (~> 0.0)
43
+ parallel (1.19.2)
44
+ parser (2.7.2.0)
45
+ ast (~> 2.4.1)
46
+ pry (0.13.1)
47
+ coderay (~> 1.1)
48
+ method_source (~> 1.0)
49
+ rainbow (3.0.0)
50
+ rake (12.3.3)
51
+ rb-fsevent (0.10.4)
52
+ rb-inotify (0.10.1)
53
+ ffi (~> 1.0)
54
+ regexp_parser (1.8.2)
55
+ require_all (3.0.0)
56
+ rexml (3.2.4)
57
+ rspec (3.10.0)
58
+ rspec-core (~> 3.10.0)
59
+ rspec-expectations (~> 3.10.0)
60
+ rspec-mocks (~> 3.10.0)
61
+ rspec-core (3.10.0)
62
+ rspec-support (~> 3.10.0)
63
+ rspec-expectations (3.10.0)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.10.0)
66
+ rspec-mocks (3.10.0)
67
+ diff-lcs (>= 1.2.0, < 2.0)
68
+ rspec-support (~> 3.10.0)
69
+ rspec-support (3.10.0)
70
+ rspec_junit_formatter (0.4.1)
71
+ rspec-core (>= 2, < 4, != 2.12.0)
72
+ rubocop (1.2.0)
73
+ parallel (~> 1.10)
74
+ parser (>= 2.7.1.5)
75
+ rainbow (>= 2.2.2, < 4.0)
76
+ regexp_parser (>= 1.8)
77
+ rexml
78
+ rubocop-ast (>= 1.0.1)
79
+ ruby-progressbar (~> 1.7)
80
+ unicode-display_width (>= 1.4.0, < 2.0)
81
+ rubocop-ast (1.1.1)
82
+ parser (>= 2.7.1.5)
83
+ ruby-progressbar (1.10.1)
84
+ shellany (0.0.1)
85
+ simplecov (0.19.1)
86
+ docile (~> 1.1)
87
+ simplecov-html (~> 0.11)
88
+ simplecov-html (0.12.3)
89
+ simplecov-lcov (0.8.0)
90
+ sync (0.5.0)
91
+ term-ansicolor (1.7.1)
92
+ tins (~> 1.0)
93
+ thor (1.0.1)
94
+ tins (1.26.0)
95
+ sync
96
+ unicode-display_width (1.7.0)
97
+
98
+ PLATFORMS
99
+ ruby
100
+
101
+ DEPENDENCIES
102
+ bundler
103
+ coveralls_reborn (~> 0.18.0)
104
+ guard
105
+ guard-rspec
106
+ log-analyser!
107
+ pry
108
+ rake (~> 12.0)
109
+ require_all
110
+ rspec (~> 3.8)
111
+ rspec_junit_formatter
112
+ rubocop
113
+ simplecov
114
+ simplecov-lcov
115
+
116
+ BUNDLED WITH
117
+ 2.1.4
data/README.md CHANGED
@@ -128,17 +128,9 @@ Use `Bundle exec rake rspec` to run the tests.
128
128
  The test coverage is handled by `rspec`, `simplecov` and `coveralls`.
129
129
  Status and coverage history can be checked [here](https://coveralls.io/github/DMazzei/log-analyser).
130
130
 
131
- #### Deployment
132
-
133
- After passing all checks and requirements on github, a *PR* can be merged after review and approval.
134
- The _*master branch*_ merge process will trigger the deployment process on CircleCI.
135
-
136
- The deployment process will build and tag a new gem version and push it to [rubygems.org](https://rubygems.org/gems/log-analyser).
137
-
138
-
139
131
  ## Contributing
140
132
 
141
- Bug reports and pull requests are welcome on GitHub at https://github.com/DMazzeig/log-analyser.
133
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/log-analyser.
142
134
 
143
135
  ## Next Steps
144
136
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
- spec.files = %w(.ruby-version CHANGELOG Gemfile Guardfile LICENSE.txt README.md Rakefile bin/setup config/environment.rb lib/pageviews.rb lib/pageviews_log_aggregator.rb lib/parser.rb lib/unique_pageviews.rb log-analyser.gemspec version.rb)
25
+ spec.files = %w(.ruby-version CHANGELOG Gemfile Gemfile.lock Guardfile LICENSE.txt README.md Rakefile bin/setup config/environment.rb lib/pageviews.rb lib/pageviews_log_aggregator.rb lib/parser.rb lib/unique_pageviews.rb log-analyser.gemspec version.rb)
26
26
  spec.bindir = 'exe'
27
27
  spec.executables = spec.files.grep(/^exe\//) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log-analyser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.v012b.20201107192007
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Mazzei
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-11-07 00:00:00.000000000 Z
@@ -20,6 +20,7 @@ files:
20
20
  - ".ruby-version"
21
21
  - CHANGELOG
22
22
  - Gemfile
23
+ - Gemfile.lock
23
24
  - Guardfile
24
25
  - LICENSE.txt
25
26
  - README.md
@@ -37,7 +38,7 @@ licenses:
37
38
  - MIT
38
39
  metadata:
39
40
  homepage_uri: https://github.com/DMazzei/log-analyser
40
- post_install_message:
41
+ post_install_message:
41
42
  rdoc_options: []
42
43
  require_paths:
43
44
  - lib
@@ -48,12 +49,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
49
  version: '2.7'
49
50
  required_rubygems_version: !ruby/object:Gem::Requirement
50
51
  requirements:
51
- - - ">"
52
+ - - ">="
52
53
  - !ruby/object:Gem::Version
53
- version: 1.3.1
54
+ version: '0'
54
55
  requirements: []
55
- rubygems_version: 3.1.4
56
- signing_key:
56
+ rubygems_version: 3.1.2
57
+ signing_key:
57
58
  specification_version: 4
58
59
  summary: Log reader and data aggregator for pageviews information.
59
60
  test_files: []