kissfft 0.0.1 → 0.0.2
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 +7 -0
- data/LICENSE +1 -1
- data/ext/kissfft/main.c +1 -1
- metadata +16 -17
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e7076377063978fb0f1e62afbb0d1a75f3b0cba5
|
4
|
+
data.tar.gz: db6bd4e1c6a713d59cd93f5da6608a2ddcf1de48
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f95f071797c25ab57b9da1d36cfd7dbe2e0b783bd1e0c0d82ea1c463e5906e2816c49c0e1174f4a9359386628187174e114660388ccc4b54014642991092bd9a
|
7
|
+
data.tar.gz: 0ac57fa5f8089b6fa5e57065bcb9c56d7439685adb78b0635e0b335eb8375c95f788f9b356b5daddd51a27ddb6d0c8afa6c0cfce5e7fc872a1136fa050cd60c9
|
data/LICENSE
CHANGED
data/ext/kissfft/main.c
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
ruby-kissfft: a simple ruby module embedding the Kiss FFT library
|
3
|
-
Copyright (C) 2009-2010 Rapid7
|
3
|
+
Copyright (C) 2009-2010 Rapid7, Inc - H D Moore <hdm[at]metasploit.com>
|
4
4
|
|
5
5
|
Derived from "psdpng.c" from the KissFFT tools directory
|
6
6
|
Copyright (C) 2003-2006 Mark Borgerding
|
metadata
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kissfft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- HD Moore
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-08-26 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
15
|
-
|
13
|
+
description: 'Provides access to the KissFFT library for performing fast-fourier transforms
|
14
|
+
from Ruby '
|
16
15
|
email:
|
17
16
|
- hdm@rapid7.com
|
18
17
|
executables: []
|
@@ -20,36 +19,36 @@ extensions:
|
|
20
19
|
- ext/kissfft/extconf.rb
|
21
20
|
extra_rdoc_files: []
|
22
21
|
files:
|
23
|
-
-
|
22
|
+
- LICENSE
|
23
|
+
- ext/kissfft/_kiss_fft_guts.h
|
24
|
+
- ext/kissfft/extconf.rb
|
24
25
|
- ext/kissfft/kiss_fft.c
|
25
|
-
- ext/kissfft/main.c
|
26
26
|
- ext/kissfft/kiss_fft.h
|
27
|
-
- ext/kissfft/
|
27
|
+
- ext/kissfft/kiss_fftr.c
|
28
28
|
- ext/kissfft/kiss_fftr.h
|
29
|
-
- ext/kissfft/
|
30
|
-
-
|
31
|
-
homepage: ''
|
29
|
+
- ext/kissfft/main.c
|
30
|
+
homepage: https://github.com/rapid7/ruby-kissfft
|
32
31
|
licenses: []
|
32
|
+
metadata: {}
|
33
33
|
post_install_message:
|
34
34
|
rdoc_options: []
|
35
35
|
require_paths:
|
36
36
|
- lib
|
37
37
|
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
-
none: false
|
39
38
|
requirements:
|
40
|
-
- -
|
39
|
+
- - ">="
|
41
40
|
- !ruby/object:Gem::Version
|
42
41
|
version: '0'
|
43
42
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
|
-
none: false
|
45
43
|
requirements:
|
46
|
-
- -
|
44
|
+
- - ">="
|
47
45
|
- !ruby/object:Gem::Version
|
48
46
|
version: '0'
|
49
47
|
requirements: []
|
50
48
|
rubyforge_project:
|
51
|
-
rubygems_version:
|
49
|
+
rubygems_version: 2.2.2
|
52
50
|
signing_key:
|
53
|
-
specification_version:
|
51
|
+
specification_version: 4
|
54
52
|
summary: Ruby wrapper around the KisFFT library for performing FFTs
|
55
53
|
test_files: []
|
54
|
+
has_rdoc:
|