ruby_dsp 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e6d776eecb15e90862b43ef2db1be0e05f9e0fc9be930cb7ba50164daf424da
4
- data.tar.gz: 6c34fdbb2eab40ce50a95df9d2676fc6ba1113e72f3eba4d1988e027da996981
3
+ metadata.gz: 2ac91e497893ace10dae660157fec4b12194071c24e7c5d543bb9b29ec5c0fd2
4
+ data.tar.gz: d46932d54ef0e8d403fa7397c617dd04e70bf6795204fbb68250f2e522556449
5
5
  SHA512:
6
- metadata.gz: be8f2b87ef6dd6b5f0f830379b820778035b13eb89ee6c83660f48e4c02cf70917ed40bdcf5d43740e9ef13d7d746b7edcd24cddc4f690499a50625ab21da7dc
7
- data.tar.gz: 3f7b06d06f1f7e5b457c044777033b58d123a7c1a8c02b4e35c5fbf76ff732995f6ee905442329283bd6bcc9ce0fe95c64e71cb2bfade703e7c35e345ad0f008
6
+ metadata.gz: b96fc6f9149da88259defbee064bb64ab09582f7a1d7cdbe5250aef8034b0e029fcff9b7dacce94a2f8f07dcc246d1344edb57843df75ddb85075807e2a5453d
7
+ data.tar.gz: 9457c0f64cce62591090217d0d8bc0d00bc69cea90024dbf64b6fa4e8fd5f12a6832f8f4e10ad6f2500e39c38b4036a49fbeaefdfc5f5ffc6efbfa55f95c2e88
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module RubyDSP
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
data/ruby_dsp.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.description = 'Basically just a Ruby wrapper for miniaudio + some audio/DSP features.'
10
10
  s.authors = ['Radek C.']
11
11
  s.email = 'cichrrad@cvut.cz'
12
- s.homepage = 'https://github.com/cichrrad/ruby_dsp'
12
+ s.homepage = 'https://github.com/cichrrad/rubyDSP'
13
13
  s.license = 'MIT'
14
14
 
15
15
  s.required_ruby_version = '>= 3.0.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_dsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radek C.
@@ -112,7 +112,7 @@ files:
112
112
  - lib/ruby_dsp/version.rb
113
113
  - ruby_dsp.gemspec
114
114
  - stubs/ruby_dsp/audio_track.rb
115
- homepage: https://github.com/cichrrad/ruby_dsp
115
+ homepage: https://github.com/cichrrad/rubyDSP
116
116
  licenses:
117
117
  - MIT
118
118
  metadata: {}