musicality 0.11.0 → 0.11.1

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
  SHA1:
3
- metadata.gz: f859d6a80c045507491575cffe0f999847d337bf
4
- data.tar.gz: 1f342c1ea5e6402c817850d5589d857d4673541b
3
+ metadata.gz: 33617569378085114609e5d277d898ca57e95a98
4
+ data.tar.gz: a1536b83bd10b7f601e42307f3fc59986e6b1f73
5
5
  SHA512:
6
- metadata.gz: 741b7b48887b0015cc58816c5c689e9b3c214a7030ad83e83fbc7948349b1aed60bd606e09cf1de89d545496abfd520f4ccfd7664c767cb29f38c1110b1d6b45
7
- data.tar.gz: 8bc2b08df2b6b1d574efe17185463f174c09aef58f3341455ba697a747b4d7ff4538d367cdcd6de0a9f8fb16646fb6ec7d2a3556a17aa01ccc6eb1d264b3083b
6
+ metadata.gz: 669f861d645c18becf4d7a0bf794f7a21862730b76cfb71c57cbc25772a7d72258f16f07b0867a174dd28d1cd9e715fe1b3bf8a6ba9802665ec4099ad40b28cd
7
+ data.tar.gz: f2ce677c9f05fb3deb00cbc2cac5d8286dc2a5856931c61ff6770e91df3432659ec0ddeb7ddcb6ac853494e91f8c5e9031f3ec31baf6fa7f3f0b9eacdf73c783
@@ -1,3 +1,3 @@
1
1
  module Musicality
2
- VERSION = "0.11.0"
2
+ VERSION = "0.11.1"
3
3
  end
data/musicality.gemspec CHANGED
@@ -9,11 +9,11 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["James Tunnell"]
10
10
  spec.email = ["jamestunnell@gmail.com"]
11
11
  spec.summary = %q{Music notation, composition, and performance}
12
- spec.description = "The library is based around an abstract representation "
13
- "for music notation, including pitch, note, dynamic, score, etc. A Ruby-based "
14
- "DSL is provided to aid in composition. Scores can be converted to common "
15
- "formats, like MIDI and LilyPond. Scores can also be rendered as audio via "
16
- "SuperCollider."
12
+ spec.description = "The library is based around an abstract representation \
13
+ for music notation, including pitch, note, dynamic, score, etc. A Ruby-based \
14
+ DSL is provided to aid in composition. Scores can be converted to common \
15
+ formats, like MIDI and LilyPond. Scores can also be rendered as audio via \
16
+ SuperCollider."
17
17
  spec.homepage = "https://github.com/jamestunnell/musicality"
18
18
  spec.license = "MIT"
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musicality
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Tunnell
@@ -122,7 +122,10 @@ dependencies:
122
122
  - - ~>
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0.9'
125
- description: 'The library is based around an abstract representation '
125
+ description: The library is based around an abstract representation for music notation,
126
+ including pitch, note, dynamic, score, etc. A Ruby-based DSL is provided to aid
127
+ in composition. Scores can be converted to common formats, like MIDI and LilyPond.
128
+ Scores can also be rendered as audio via SuperCollider.
126
129
  email:
127
130
  - jamestunnell@gmail.com
128
131
  executables: