aubio 0.3.5 → 0.3.6

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: 9fc99bdb6d49e019a2b9c191f0a4abebb23b8d09046158a2dac7c9520364ea96
4
- data.tar.gz: '01368333aac8d7e716332e4a340b1fa870500afdac82099ced8ad15cb245a0ad'
3
+ metadata.gz: 8c41aa1969e57a7b16d4cfddb39da77c3b03b28a271c41206ab6c6c748b0f95c
4
+ data.tar.gz: 695d3509b8d5ba23f52de46087273541107d70872f4ee2292d0ae9e789a04a2d
5
5
  SHA512:
6
- metadata.gz: db793a973410c4ca64cad4f5f94ce4e309ed4b5074a254e770b000d8d726a18a178419f674ec8a2bf10f114b62606a02776cb9da1d8218a9236abee45e07feb5
7
- data.tar.gz: ed1a6fdd7d08bd0ec0d047b645625d02b88777060b3be09253a5413c2422269c8b4a17a7abdbf7ef8047b9045d2fc7f8bb7933347d55790863ea372cb094799b
6
+ metadata.gz: 4ad69042555b4b0bd33d5a07f80b64f0e23e0b12034cf9c3d4e185295dad4c018131a074884a5f1acf6796a2c2f23bdc268b639e88c0c14e32359cc1c66738de
7
+ data.tar.gz: 76f754cc054eb1db25ddaffde969e1cbaae098eb6e662483eec2c722401c341ee10168d324783d0372c7d7e959c8c4679beca96a7d95a530ea246abd2a5727f1
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aubio
4
- VERSION = '0.3.5'
4
+ VERSION = '0.3.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aubio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Riley
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-26 00:00:00.000000000 Z
11
+ date: 2020-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -129,13 +129,13 @@ files:
129
129
  - aubio.gemspec
130
130
  - bin/console
131
131
  - bin/setup
132
+ - lib/aubio.rb
132
133
  - lib/aubio/aubio-ffi.rb
133
134
  - lib/aubio/beats.rb
134
135
  - lib/aubio/legacy_api.rb
135
136
  - lib/aubio/onsets.rb
136
137
  - lib/aubio/pitches.rb
137
138
  - lib/aubio/version.rb
138
- - lib/ruby_aubio.rb
139
139
  homepage: https://github.com/xavriley/ruby-aubio
140
140
  licenses:
141
141
  - MIT