step_sequencer 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddc6dfe6be70248edee578950052dacc7944ea3b
4
- data.tar.gz: 4a8eacd58b0cdfb10765b9a8aa24f37b0a00a6fd
3
+ metadata.gz: 75a694b928505f59f1e10c1378e5ca6fc0258da6
4
+ data.tar.gz: 5575c13783e126aa1da243cee88d5a1ac7521b56
5
5
  SHA512:
6
- metadata.gz: c902c87f5daa05e6387560fac206fd0957db4b07d4e7204dfa392759d0a5757208c163599f1b5c5ecb9152cafce32ac6ab936e925081e1766236a0d03d1be4c8
7
- data.tar.gz: cad29f31636190892f4a4889015e6525bea34f8769d56b1453bd36775ded43e0f5600a3d442aeb2446cd9ee65800111be20827c4f40770711fa6c4c9cf833a7b
6
+ metadata.gz: 15a27f5c1310bc03794a4ca1710a59917faf28700c2ea7b35cb1f35ba1d0a757b6633f40b399ba80cf6f597154d2168d86b46458406ad8b21cfd50e4d568763e
7
+ data.tar.gz: 8feb17c505798fa16b602c626fa2e47d0e6bf41a338e0413135c45089d5a2b37f6b5318de2ecd0a3436b25d1b6c41c805243bd236c05dd4e87346bd7d1960ed4
data/README.md CHANGED
@@ -29,7 +29,7 @@ require 'step_sequencer'
29
29
  There are two main components: `StepSequencer::SoundBuilder` and
30
30
  `StepSequencer::SoundPlayer`
31
31
 
32
- ##### 1. **`StepSequencer::SoundBuilder`**
32
+ **`StepSequencer::SoundBuilder`**
33
33
 
34
34
  This offers only one public method, `.build`, which is drastically overloaded
35
35
  and dispatches to a number of other classes (each of which is responsible for
@@ -138,7 +138,7 @@ As the above examples illustrate, `#build` is always given an array of sources
138
138
  it's empty, `args` is always a array, the signature of which is dependent on the
139
139
  specific effects component's implementation.
140
140
 
141
- #### 2. **`StepSequencer::SoundPlayer`**
141
+ **`StepSequencer::SoundPlayer`**
142
142
 
143
143
  Playing sounds is a two part process. First, the player must be initialized,
144
144
  which is when the sounds are mapped to rows.
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module StepSequencer
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: step_sequencer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - max pleaner