lite-statistics 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e04bb561d9e72db744d7c0bdcc367266dd1b6c1255ec6690aadc932a8030e946
4
- data.tar.gz: 03110c348899191d55ab411d716edd90fe62c99e829e4a3db899168c93efbad9
3
+ metadata.gz: fe4e80ec6fe8b87e7e9b07d857f9207b773c845ef097742e7154bf9208698d79
4
+ data.tar.gz: 3e2412ded7d754bc61008efedf4d752137ee148b77153259a3aad9136174a22b
5
5
  SHA512:
6
- metadata.gz: 8dd5917de35a1a857bbb2ef7730b715b48d74b8157e02b7b84fe1973e6203cbb86c9f634c4cf9bba5bfa7fef7c01c4a12cff2e0f926d25ec080116e56c4ba594
7
- data.tar.gz: 754c6035decae068e801374dadcab618d4c51aa780f073ee6e8b347b8ad20a41deb5cb323c5fbee409caaa9045d23bab909280aa2fd3e6fb024762ef09e50e21
6
+ metadata.gz: a7243bb406424477a68fdfe4601d123a0bd301a0ed5a5008f52754eba81bc944a1f72104d177f6ba16487420a1c64d41885ef97d03da71d4b8e72816e4f09e83
7
+ data.tar.gz: a16a36b511f3b159b7e876ee35f2da794947585c111c1cb9c9ebe741f6ca177213ff224e2975634f5534a9635df5bbce7f82e10aebc51acf1e25f1e80b05e7ce
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.3] - 2019-08-15
10
+ ### Changed
11
+ - Underscore initializer file name
12
+
9
13
  ## [1.0.2] - 2019-07-18
10
14
  ### Changed
11
15
  - Rename zscores to zscoress
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-statistics (1.0.2)
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.1)
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.3)
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.4)
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.2)
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.73.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.0)
92
+ rubocop-performance (1.4.1)
93
93
  rubocop (>= 0.71.0)
94
- rubocop-rspec (1.33.0)
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/lite-statistics.rb`
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 all how it compares to other libs by running the [benchmarks](https://github.com/drexed/lite-statistics/tree/master/benchmarks).
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
 
@@ -9,7 +9,7 @@ module Lite
9
9
  source_root File.expand_path('../templates', __FILE__)
10
10
 
11
11
  def copy_initializer_file
12
- copy_file('install.rb', 'config/initializers/lite-statistics.rb')
12
+ copy_file('install.rb', 'config/initializers/lite_statistics.rb')
13
13
  end
14
14
 
15
15
  end
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Statistics
5
5
 
6
- VERSION ||= '1.0.2'
6
+ VERSION ||= '1.0.3'
7
7
 
8
8
  end
9
9
  end
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.2
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-07-18 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lite-memoize