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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +1 -1
  3. data/ext/kissfft/main.c +1 -1
  4. metadata +16 -17
@@ -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
@@ -17,7 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17
17
  Ruby wrapper layer
18
18
  ==================
19
19
 
20
- Copyright (C) 2009-2012 H D Moore < hdm[at]rapid7.com >
20
+ Copyright (C) 2009-2014 Rapid7, Inc
21
21
 
22
22
  All rights reserved.
23
23
 
@@ -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 LLC - H D Moore <hdm[at]metasploit.com>
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.1
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: 2012-10-10 00:00:00.000000000 Z
11
+ date: 2014-08-26 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! 'Provides access to the KissFFT library for performing fast-fourier
15
- transforms from Ruby '
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
- - ext/kissfft/kiss_fftr.c
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/_kiss_fft_guts.h
27
+ - ext/kissfft/kiss_fftr.c
28
28
  - ext/kissfft/kiss_fftr.h
29
- - ext/kissfft/extconf.rb
30
- - LICENSE
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: 1.8.24
49
+ rubygems_version: 2.2.2
52
50
  signing_key:
53
- specification_version: 3
51
+ specification_version: 4
54
52
  summary: Ruby wrapper around the KisFFT library for performing FFTs
55
53
  test_files: []
54
+ has_rdoc: