musa-dsl 0.23.3 → 0.23.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/musa-dsl.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63ce66fe871b5974115099dd77b285937ff85a39a722feffeea20f536bcf9f12
|
4
|
+
data.tar.gz: 494ecc1129959fdc4fbf48805dacab97e0bba195b18e2dc75baf65bad9439711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e13ec1ec288893e5ee7cba2d838e4bebed075a72140922a7c42b04c6212a6eb886aee06ffc22c4e84d94222a88477df5a59d9e4f5d8d0f212c322a8aba15ef2b
|
7
|
+
data.tar.gz: 68d95b1c4e4cdc993d8b49262ffebfa9c867c7d2dc5534d87a378b9558e39fc45fc24ce7054cf77c1d60c5d4adf6a32832e0af3a4275a4507313e46b3348f5eb
|
data/musa-dsl.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'musa-dsl'
|
3
|
-
s.version = '0.23.
|
3
|
+
s.version = '0.23.4'
|
4
4
|
s.date = '2021-07-28'
|
5
5
|
s.summary = 'A simple Ruby DSL for making complex music'
|
6
6
|
s.description = 'Musa-DSL: A Ruby framework and DSL for algorithmic sound and musical thinking and composition'
|