midi-communications 0.5.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 11e646ced9f71c09b3e3e7cf845c1081d7ba0783583d20995c3babab2e1d5a20
4
+ data.tar.gz: e9c34b4957a7a84246339282f97955c514c07ff257b11b35605b17fd6ee19b6e
5
+ SHA512:
6
+ metadata.gz: f81f9dda11b9a99f3aa0e4710cbf2738513c2c7f2d9578b2a477fc7aefb614a5718d0c1a2d38ec3ac13e3fd7c9832dab78bf083f544f6282b286437540d96dc3
7
+ data.tar.gz: fb5a78fe58dabb18bb4f93f587c59351b3a1a990eb5007083152be081f59ce5f7502e8bccaaf347a9635021045e6efa89209821024b6494a454cb9ce32d0b986
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ **/.DS_Store
2
+ *.gem
3
+ .bundle
4
+ .rspec
5
+ .idea
6
+ Gemfile.lock
7
+ bin
8
+ *.mindnode
9
+
10
+
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec