ruby_native_statistics 1.1.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af6f814231417189ed6603a5d1720773ece2f00c4933b09e82e5bd048cffab1c
4
- data.tar.gz: 8084a6f089db196e31912467dd5e2d66d4ff8f67f0d8aa0997fd49435328cd4f
3
+ metadata.gz: 5faf5b996b751f29af9914b8a53c5769740c9f18d371a373df61c684750f7d11
4
+ data.tar.gz: 990e8e34656e6756da68b2c93a1178034f857e29fa4c61d98714159df7681a64
5
5
  SHA512:
6
- metadata.gz: 4db606d6948a7d0c36cd3735d1dd08071acd00ee682e5ce85d49dcc8b01359fafe95e50a7d4ac5a3c5137531f118de6173a607e96ede09956092d05c8bcb5518
7
- data.tar.gz: 127c3d4c7d540f298890c49e1cb3a88679a5a47a1747877a8467ddce6f1bc98d1c723c6f6eed8fc944498bbb5b9bb380238755daf244b94cce1bd101d47a9098
6
+ metadata.gz: dc32a38de8184f484f725c9b9599c0f92a61555df9bd65db7bf4ee6b06c6897204398dee61bcf55e4f2a1768534b839da3e153014fb181794067e458229f79d6
7
+ data.tar.gz: 2bee531af2e32b7bd51a55154992473c727f50cfb98a98be62865b13f6fd6e5c6f8b31a84466b11ea89128f60ad30697b18dc43ac248b697d7ec4d68c665475d
data/Gemfile.lock CHANGED
@@ -1,30 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_native_statistics (1.1.0)
4
+ ruby_native_statistics (1.1.1)
5
5
  rake-compiler (~> 1.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ansi (1.5.0)
11
- builder (3.2.4)
12
- docile (1.4.0)
13
- minitest (5.21.2)
14
- minitest-reporters (1.6.1)
11
+ builder (3.3.0)
12
+ docile (1.4.1)
13
+ minitest (5.25.4)
14
+ minitest-reporters (1.7.1)
15
15
  ansi
16
16
  builder
17
17
  minitest (>= 5.0)
18
18
  ruby-progressbar
19
- rake (13.1.0)
20
- rake-compiler (1.2.6)
19
+ rake (13.2.1)
20
+ rake-compiler (1.2.9)
21
21
  rake
22
22
  ruby-progressbar (1.13.0)
23
23
  simplecov (0.22.0)
24
24
  docile (~> 1.1)
25
25
  simplecov-html (~> 0.11)
26
26
  simplecov_json_formatter (~> 0.1)
27
- simplecov-html (0.12.3)
27
+ simplecov-html (0.13.1)
28
28
  simplecov-lcov (0.8.0)
29
29
  simplecov_json_formatter (0.1.4)
30
30
 
@@ -40,4 +40,4 @@ DEPENDENCIES
40
40
  simplecov-lcov (~> 0.8)
41
41
 
42
42
  BUNDLED WITH
43
- 2.5.5
43
+ 2.6.3
data/changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ # Version 1.1.1
2
+
3
+ - Update all supported Ruby versions
4
+ - Update all dependencies
5
+
1
6
  # Version 1.1.0
2
7
 
3
8
  - Fix percentile bug reported by @Gbird22
@@ -1,3 +1,3 @@
1
1
  module RubyNativeStatistics
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -10,11 +10,10 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "High performance, native (C) implementations of various statistical functions."
11
11
  spec.homepage = "https://github.com/corybuecker/ruby-native-statistics"
12
12
 
13
- spec.required_ruby_version = ">= 3.0.3"
13
+ spec.required_ruby_version = ">= 3.2.6"
14
14
 
15
15
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
16
16
 
17
- spec.metadata["homepage_uri"] = spec.homepage
18
17
  spec.metadata["source_code_uri"] = spec.homepage
19
18
  spec.metadata["changelog_uri"] = "#{spec.homepage}/changelog.md"
20
19
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_native_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Buecker
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-03-03 00:00:00.000000000 Z
10
+ date: 2025-01-18 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rake-compiler
@@ -80,7 +79,6 @@ dependencies:
80
79
  - - "~>"
81
80
  - !ruby/object:Gem::Version
82
81
  version: '0.8'
83
- description:
84
82
  email:
85
83
  - cory.buecker@gmail.com
86
84
  executables: []
@@ -106,17 +104,14 @@ files:
106
104
  - ext/ruby_native_statistics/ruby_native_statistics.h
107
105
  - lib/ruby_native_statistics.rb
108
106
  - lib/ruby_native_statistics/version.rb
109
- - renovate.json
110
107
  - ruby_native_statistics.gemspec
111
108
  homepage: https://github.com/corybuecker/ruby-native-statistics
112
109
  licenses:
113
110
  - Unlicense
114
111
  metadata:
115
112
  allowed_push_host: https://rubygems.org
116
- homepage_uri: https://github.com/corybuecker/ruby-native-statistics
117
113
  source_code_uri: https://github.com/corybuecker/ruby-native-statistics
118
114
  changelog_uri: https://github.com/corybuecker/ruby-native-statistics/changelog.md
119
- post_install_message:
120
115
  rdoc_options: []
121
116
  require_paths:
122
117
  - lib
@@ -124,15 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
119
  requirements:
125
120
  - - ">="
126
121
  - !ruby/object:Gem::Version
127
- version: 3.0.3
122
+ version: 3.2.6
128
123
  required_rubygems_version: !ruby/object:Gem::Requirement
129
124
  requirements:
130
125
  - - ">="
131
126
  - !ruby/object:Gem::Version
132
127
  version: '0'
133
128
  requirements: []
134
- rubygems_version: 3.5.6
135
- signing_key:
129
+ rubygems_version: 3.6.2
136
130
  specification_version: 4
137
131
  summary: High performance, native (C) implementations of various statistical functions.
138
132
  test_files: []
data/renovate.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:base"
5
- ]
6
- }