halton 0.2.1.4-aarch64-linux → 0.2.1.5-aarch64-linux

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: 60583eaddeef3946168013174ebb5f69c1d03827e5e8a142e5131995f7fdacc3
4
- data.tar.gz: 45bc6b5eef8b17942b39f1cd0ccd7ad76b04cba7c2caaf46930538bdd6673f6a
3
+ metadata.gz: 59047c4418d14f36742dba1314e124d2240ccb1feb4ab36031cbe73ea1de492a
4
+ data.tar.gz: 41637e019a0e83bba1d057fad4e8378f0b63ee1f01f0f49e5a38575be17ad9b4
5
5
  SHA512:
6
- metadata.gz: 1058606acac00e315fdab8ec960e0f84cde56190adf7987b111c81a49d91bf6c656963b736be0d53785453dae41804ce861a184673365a67d0ce782a8b8f36c7
7
- data.tar.gz: 3e38cf1103f3d95b89d1b7551c1548ab230cf64cecc919936a770476fb371da353c90701fa28f3897bd07aba954a7170bbddf32bad3f3152c435440d73b3401f
6
+ metadata.gz: 9951dccef62a2c8d1c9bf284fe37f48017ab37bfe2987b7464acfb8a2ad6c09fe2467ea574f8f880356e2b0a26b6cd32b659b8ab7ba0c6675bc22461850a1b80
7
+ data.tar.gz: 5308355daf3585f79adc1508436cd4769509da886ed55821a77c241f74b0a723e52ff9f0ec21c08dc7b0bab94b4f657fc2a5a2e39d52aadc1d6f1f3d104cbaaa
data/Cargo.lock ADDED
@@ -0,0 +1,279 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "0.7.20"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "bindgen"
16
+ version = "0.60.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
19
+ dependencies = [
20
+ "bitflags",
21
+ "cexpr",
22
+ "clang-sys",
23
+ "lazy_static",
24
+ "lazycell",
25
+ "peeking_take_while",
26
+ "proc-macro2",
27
+ "quote",
28
+ "regex",
29
+ "rustc-hash",
30
+ "shlex",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "bitflags"
35
+ version = "1.3.2"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
38
+
39
+ [[package]]
40
+ name = "cexpr"
41
+ version = "0.6.0"
42
+ source = "registry+https://github.com/rust-lang/crates.io-index"
43
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
44
+ dependencies = [
45
+ "nom",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "cfg-if"
50
+ version = "1.0.0"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
53
+
54
+ [[package]]
55
+ name = "clang-sys"
56
+ version = "1.4.0"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
59
+ dependencies = [
60
+ "glob",
61
+ "libc",
62
+ "libloading",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "glob"
67
+ version = "0.3.0"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
70
+
71
+ [[package]]
72
+ name = "halton"
73
+ version = "0.1.0"
74
+ dependencies = [
75
+ "halton 0.2.1",
76
+ "magnus",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "halton"
81
+ version = "0.2.1"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "be629448e3d85a1be12868f190df524655fea8ec3f143e14d803e298f618acae"
84
+
85
+ [[package]]
86
+ name = "lazy_static"
87
+ version = "1.4.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
90
+
91
+ [[package]]
92
+ name = "lazycell"
93
+ version = "1.3.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
96
+
97
+ [[package]]
98
+ name = "libc"
99
+ version = "0.2.139"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
102
+
103
+ [[package]]
104
+ name = "libloading"
105
+ version = "0.7.4"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
108
+ dependencies = [
109
+ "cfg-if",
110
+ "winapi",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "magnus"
115
+ version = "0.4.4"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
118
+ dependencies = [
119
+ "magnus-macros",
120
+ "rb-sys",
121
+ "rb-sys-env",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "magnus-macros"
126
+ version = "0.3.0"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
129
+ dependencies = [
130
+ "proc-macro2",
131
+ "quote",
132
+ "syn",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "memchr"
137
+ version = "2.5.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
140
+
141
+ [[package]]
142
+ name = "minimal-lexical"
143
+ version = "0.2.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
146
+
147
+ [[package]]
148
+ name = "nom"
149
+ version = "7.1.1"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
152
+ dependencies = [
153
+ "memchr",
154
+ "minimal-lexical",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "peeking_take_while"
159
+ version = "0.1.2"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
162
+
163
+ [[package]]
164
+ name = "proc-macro2"
165
+ version = "1.0.49"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
168
+ dependencies = [
169
+ "unicode-ident",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "quote"
174
+ version = "1.0.23"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
177
+ dependencies = [
178
+ "proc-macro2",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "rb-sys"
183
+ version = "0.9.53"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "aa291f69bcc44f8e96597a3f39e9933fde6977b825415cfaa670ac49b8ab7c99"
186
+ dependencies = [
187
+ "rb-sys-build",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "rb-sys-build"
192
+ version = "0.9.53"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "d998fd6ef588471d6d7cca24c4da88eda5e6757b6885c55760e856ecdb254c3d"
195
+ dependencies = [
196
+ "bindgen",
197
+ "regex",
198
+ "shell-words",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "rb-sys-env"
203
+ version = "0.1.1"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "74c38752410925faeb82c400c06ba2fd9ee6aa8f719dd33994c9e53f5242d25f"
206
+
207
+ [[package]]
208
+ name = "regex"
209
+ version = "1.7.0"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
212
+ dependencies = [
213
+ "aho-corasick",
214
+ "memchr",
215
+ "regex-syntax",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "regex-syntax"
220
+ version = "0.6.28"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
223
+
224
+ [[package]]
225
+ name = "rustc-hash"
226
+ version = "1.1.0"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
229
+
230
+ [[package]]
231
+ name = "shell-words"
232
+ version = "1.1.0"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
235
+
236
+ [[package]]
237
+ name = "shlex"
238
+ version = "1.1.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
241
+
242
+ [[package]]
243
+ name = "syn"
244
+ version = "1.0.107"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
247
+ dependencies = [
248
+ "proc-macro2",
249
+ "quote",
250
+ "unicode-ident",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "unicode-ident"
255
+ version = "1.0.6"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
258
+
259
+ [[package]]
260
+ name = "winapi"
261
+ version = "0.3.9"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
264
+ dependencies = [
265
+ "winapi-i686-pc-windows-gnu",
266
+ "winapi-x86_64-pc-windows-gnu",
267
+ ]
268
+
269
+ [[package]]
270
+ name = "winapi-i686-pc-windows-gnu"
271
+ version = "0.4.0"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
274
+
275
+ [[package]]
276
+ name = "winapi-x86_64-pc-windows-gnu"
277
+ version = "0.4.0"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
data/Cargo.toml ADDED
@@ -0,0 +1,2 @@
1
+ [workspace]
2
+ members = ["ext/halton"]
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/halton.rb CHANGED
@@ -4,7 +4,11 @@ begin
4
4
  /(?<ruby_version>\d+\.\d+)/ =~ RUBY_VERSION
5
5
  require_relative "halton/#{ruby_version}/halton"
6
6
  rescue LoadError
7
- require_relative "halton/halton"
7
+ begin
8
+ require_relative "halton/halton"
9
+ rescue LoadError # Cargo Builder in RubyGems < 3.4.6 doesn't install to dir
10
+ require_relative "halton.so"
11
+ end
8
12
  end
9
13
 
10
14
  # The Halton module provides methods for generating Halton sequences, a
metadata CHANGED
@@ -1,57 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: halton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.4
4
+ version: 0.2.1.5
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Mat Sadler
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-13 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rb_sys
14
+ name: rake-compiler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.46
19
+ version: '1.2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.46
26
+ version: '1.2'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake-compiler
28
+ name: rb_sys
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1'
33
+ version: '0.9'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1'
40
+ version: '0.9'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: test-unit
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '3'
47
+ version: '3.5'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.5'
55
+ - !ruby/object:Gem::Dependency
56
+ name: benchmark-ips
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.10'
48
62
  type: :development
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - "~>"
53
67
  - !ruby/object:Gem::Version
54
- version: '3'
68
+ version: '2.10'
55
69
  description: A module implementing the fast generation of Halton sequences. The method
56
70
  of generation is adapted from "Fast, portable, and reliable algorithm for the calculation
57
71
  of Halton number" by Miroslav Kolář and Seamus F. O'Shea.
@@ -62,16 +76,20 @@ extensions: []
62
76
  extra_rdoc_files:
63
77
  - README.rdoc
64
78
  files:
79
+ - Cargo.lock
80
+ - Cargo.toml
65
81
  - README.rdoc
66
82
  - lib/halton.rb
83
+ - lib/halton/2.6/halton.so
67
84
  - lib/halton/2.7/halton.so
68
85
  - lib/halton/3.0/halton.so
69
86
  - lib/halton/3.1/halton.so
87
+ - lib/halton/3.2/halton.so
70
88
  homepage: https://github.com/matsadler/halton-rb
71
89
  licenses:
72
90
  - MIT
73
91
  metadata: {}
74
- post_install_message:
92
+ post_install_message:
75
93
  rdoc_options:
76
94
  - "--main"
77
95
  - README.rdoc
@@ -85,19 +103,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
103
  requirements:
86
104
  - - ">="
87
105
  - !ruby/object:Gem::Version
88
- version: '2.7'
106
+ version: '2.6'
89
107
  - - "<"
90
108
  - !ruby/object:Gem::Version
91
- version: 3.2.dev
109
+ version: 3.3.dev
92
110
  required_rubygems_version: !ruby/object:Gem::Requirement
93
111
  requirements:
94
112
  - - ">="
95
113
  - !ruby/object:Gem::Version
96
114
  version: '0'
97
- requirements:
98
- - Rust >= 1.51.0
99
- rubygems_version: 3.3.22
100
- signing_key:
115
+ requirements: []
116
+ rubygems_version: 3.4.4
117
+ signing_key:
101
118
  specification_version: 4
102
119
  summary: A module for generating Halton sequences
103
120
  test_files: []