gauss_spectrum 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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gauss_spectrum
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - armando
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rb_sys
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: 0.9.91
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.9.91
26
+ description: Leveraging the power of Rust's performance and safety features, RustFFT
27
+ allows Ruby developers to perform complex signal processing tasks with ease and
28
+ speed.
29
+ email:
30
+ - Mateus@gmail.de
31
+ executables: []
32
+ extensions:
33
+ - ext/gauss_spectrum/extconf.rb
34
+ extra_rdoc_files: []
35
+ files:
36
+ - ".rspec"
37
+ - ".rubocop.yml"
38
+ - ".tool-versions"
39
+ - ".vscode/extensions.json"
40
+ - ".vscode/settings.json"
41
+ - CHANGELOG.md
42
+ - Cargo.lock
43
+ - Cargo.toml
44
+ - LICENSE.txt
45
+ - README.md
46
+ - Rakefile
47
+ - ext/gauss_spectrum/Cargo.toml
48
+ - ext/gauss_spectrum/extconf.rb
49
+ - ext/gauss_spectrum/src/lib.rs
50
+ - lib/gauss_spectrum.rb
51
+ - lib/gauss_spectrum/version.rb
52
+ - sig/gauss_spectrum.rbs
53
+ homepage: https://gitlab.com/avengers/gauss_spectrum
54
+ licenses:
55
+ - MIT
56
+ metadata:
57
+ homepage_uri: https://gitlab.com/avengers/gauss_spectrum
58
+ source_code_uri: https://gitlab.com/avengers/gauss_spectrum
59
+ changelog_uri: https://gitlab.com/avengers/gauss_spectrum/CHANGELOG.md
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: 3.4.1
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.3.11
73
+ requirements: []
74
+ rubygems_version: 3.6.3
75
+ specification_version: 4
76
+ summary: Gauss Spectrum a Ruby FFt transformation binding for Ruby using Rustfft
77
+ test_files: []