lite-statistics 1.0.2 → 1.0.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.md +4 -0
- data/Gemfile.lock +8 -8
- data/README.md +2 -2
- data/lib/generators/lite/statistics/install_generator.rb +1 -1
- data/lib/lite/statistics/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe4e80ec6fe8b87e7e9b07d857f9207b773c845ef097742e7154bf9208698d79
|
|
4
|
+
data.tar.gz: 3e2412ded7d754bc61008efedf4d752137ee148b77153259a3aad9136174a22b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7243bb406424477a68fdfe4601d123a0bd301a0ed5a5008f52754eba81bc944a1f72104d177f6ba16487420a1c64d41885ef97d03da71d4b8e72816e4f09e83
|
|
7
|
+
data.tar.gz: a16a36b511f3b159b7e876ee35f2da794947585c111c1cb9c9ebe741f6ca177213ff224e2975634f5534a9635df5bbce7f82e10aebc51acf1e25f1e80b05e7ce
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
lite-statistics (1.0.
|
|
4
|
+
lite-statistics (1.0.3)
|
|
5
5
|
lite-memoize
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -41,14 +41,14 @@ GEM
|
|
|
41
41
|
i18n (1.6.0)
|
|
42
42
|
concurrent-ruby (~> 1.0)
|
|
43
43
|
jaro_winkler (1.5.3)
|
|
44
|
-
lite-memoize (1.0.
|
|
44
|
+
lite-memoize (1.0.3)
|
|
45
45
|
loofah (2.2.3)
|
|
46
46
|
crass (~> 1.0.2)
|
|
47
47
|
nokogiri (>= 1.5.9)
|
|
48
48
|
method_source (0.9.2)
|
|
49
49
|
mini_portile2 (2.4.0)
|
|
50
50
|
minitest (5.11.3)
|
|
51
|
-
nokogiri (1.10.
|
|
51
|
+
nokogiri (1.10.4)
|
|
52
52
|
mini_portile2 (~> 2.4.0)
|
|
53
53
|
parallel (1.17.0)
|
|
54
54
|
parser (2.6.3.0)
|
|
@@ -59,7 +59,7 @@ GEM
|
|
|
59
59
|
rails-dom-testing (2.0.3)
|
|
60
60
|
activesupport (>= 4.2.0)
|
|
61
61
|
nokogiri (>= 1.6)
|
|
62
|
-
rails-html-sanitizer (1.0
|
|
62
|
+
rails-html-sanitizer (1.2.0)
|
|
63
63
|
loofah (~> 2.2, >= 2.2.2)
|
|
64
64
|
railties (5.2.3)
|
|
65
65
|
actionpack (= 5.2.3)
|
|
@@ -68,7 +68,7 @@ GEM
|
|
|
68
68
|
rake (>= 0.8.7)
|
|
69
69
|
thor (>= 0.19.0, < 2.0)
|
|
70
70
|
rainbow (3.0.0)
|
|
71
|
-
rake (12.3.
|
|
71
|
+
rake (12.3.3)
|
|
72
72
|
rspec (3.8.0)
|
|
73
73
|
rspec-core (~> 3.8.0)
|
|
74
74
|
rspec-expectations (~> 3.8.0)
|
|
@@ -82,16 +82,16 @@ GEM
|
|
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
83
83
|
rspec-support (~> 3.8.0)
|
|
84
84
|
rspec-support (3.8.2)
|
|
85
|
-
rubocop (0.
|
|
85
|
+
rubocop (0.74.0)
|
|
86
86
|
jaro_winkler (~> 1.5.1)
|
|
87
87
|
parallel (~> 1.10)
|
|
88
88
|
parser (>= 2.6)
|
|
89
89
|
rainbow (>= 2.2.2, < 4.0)
|
|
90
90
|
ruby-progressbar (~> 1.7)
|
|
91
91
|
unicode-display_width (>= 1.4.0, < 1.7)
|
|
92
|
-
rubocop-performance (1.4.
|
|
92
|
+
rubocop-performance (1.4.1)
|
|
93
93
|
rubocop (>= 0.71.0)
|
|
94
|
-
rubocop-rspec (1.
|
|
94
|
+
rubocop-rspec (1.35.0)
|
|
95
95
|
rubocop (>= 0.60.0)
|
|
96
96
|
ruby-progressbar (1.10.1)
|
|
97
97
|
ruby_parser (3.13.1)
|
data/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Or install it yourself as:
|
|
|
31
31
|
## Configurations
|
|
32
32
|
|
|
33
33
|
`rails g lite:statistics:install` will generate the following file:
|
|
34
|
-
`../config/initalizers/
|
|
34
|
+
`../config/initalizers/lite_statistics.rb`
|
|
35
35
|
|
|
36
36
|
```ruby
|
|
37
37
|
Lite::Statistics.configure do |config|
|
|
@@ -101,7 +101,7 @@ All benchmarks are executed using the baseline summary (exact same calculations
|
|
|
101
101
|
and the full summary (all available calculations for each). Each is generated
|
|
102
102
|
using an array containing 1 million random integers on the `2.6.3` Ruby version.
|
|
103
103
|
|
|
104
|
-
View
|
|
104
|
+
View how each compares to other libs by running the [benchmarks](https://github.com/drexed/lite-statistics/tree/master/benchmarks).
|
|
105
105
|
|
|
106
106
|
#### Baseline summaries
|
|
107
107
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lite-statistics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lite-memoize
|