sp_log_parser 0.1.0 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b997ede7f1b2e48a507221cd26b4e40e2d97e795dcf88f506c50120cc54e7f01
4
- data.tar.gz: 261287d351523587ffe68f07d5487322c8fa9e999412679a3ec9c464a68a6bcc
3
+ metadata.gz: 8cad25469218a5de900bfcf6cfdae0ff033b58bd9a742f34a29868635787e3c3
4
+ data.tar.gz: 0b45a583547c7d13f6db5092ac6e64c6911a43a9e14773e705081b883ef17e1b
5
5
  SHA512:
6
- metadata.gz: 0e6577baa1328d2ccb9a083c768d617ef2c0b40c8353b42b900c4254de1e0eb238ca8990dc848cf3c893a9b8931cf4f6b7b0025bd435b0b6fef21104182a983f
7
- data.tar.gz: fe02182186e706b561a84208b3c0b6d98ec3984b1701dc65a3e5592413b5475d9316442d76529520dfbb888c14818f703ea362be7705da2fd444b6512fd2b3ac
6
+ metadata.gz: bf21c7c9e5064c2d2cd67d0ca5f1698b369972952a2d68d88497e0a5aec24f5a326e52378d000538243e92dd2dd6c2373b377356e54ab62e4e2b47bb178e72d4
7
+ data.tar.gz: 297a84f5a96c005a7c6cf042207c7acb8a26c306439959308b1fbd77910a9f8a6b27d020d0df029bbe629a0c8b6169f66824767dd9d11e33c0f6f42e0c99bc06
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  Execute the following to parse your log file and display visit statistics:
24
24
 
25
25
  ```shell
26
- $ bundle exec exe/parser $PATH_TO_YOUR_LOG_FILE
26
+ $ sp_parser $PATH_TO_YOUR_LOG_FILE
27
27
  ```
28
28
 
29
29
  You will get output similar to this:
File without changes
@@ -1,3 +1,3 @@
1
1
  module SPLogParser
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sp_log_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Zugaj
@@ -14,7 +14,7 @@ description:
14
14
  email:
15
15
  - mario@mariozugaj.com
16
16
  executables:
17
- - parser
17
+ - sp_parser
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
@@ -27,7 +27,7 @@ files:
27
27
  - Rakefile
28
28
  - bin/console
29
29
  - bin/setup
30
- - exe/parser
30
+ - exe/sp_parser
31
31
  - lib/sp_log_parser.rb
32
32
  - lib/sp_log_parser/parser.rb
33
33
  - lib/sp_log_parser/stats.rb