midiops 0.1.0 → 0.1.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: 1715f8d7b74d5b2622559230ee32a9a5ffbc4839
4
- data.tar.gz: bfcf7dc79e91b102f277610eee565d658f58940b
3
+ metadata.gz: a04bb045250e64a5cdd25dbdabad651413c01862
4
+ data.tar.gz: ab08124e7aaa484815c30e58ed5b98249494d680
5
5
  SHA512:
6
- metadata.gz: 1cd24b5bfe05388934ca1701e12d9e8b2b6b0067de2a8703743f6c07735a359783638bb4e4323527079fca1bca206af6a063ba36df83cb1ba954860b21bd5e49
7
- data.tar.gz: a999c7969f414e4eb7c2c73aaa875f03d2eddeec4fbed03a3618a3d0bf23ed42feb47aa90891bcb94c4616976b2056b847fcdc93041a06c2d70db21c1e477cdc
6
+ metadata.gz: 99ddb03ea77b0b26722fdb03371c13b940e3f8711aeee9b7b721778fb9fe74877db00bd00e6b02efabfa5a0fbe29da31130e4ab64ba5a6789dd09f6de9918ae4
7
+ data.tar.gz: 3c75d2e29a474e7eb60bfecb72077e9cffadcaa4d3e081ab128498aada75e3a79183cd35814e5afb984f9004b1f085a905254092325292a2e76da35dcd353514
data/.gitignore CHANGED
@@ -8,3 +8,5 @@
8
8
  /pkg/
9
9
  /spec/reports/
10
10
  /tmp/
11
+
12
+ *.gem
data/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # MIDIOps
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/midiops.svg)](https://rubygems.org/gems/midiops)
4
+
3
5
  MIDI Operator. Heavily inspired by [this blog entry](http://hitode909.hatenablog.com/entry/2015/07/28/134304) and [hitode909/sketch-midi](https://github.com/hitode909/sketch-midi).
4
6
 
5
7
  ## Installation
6
8
 
9
+ [MIDIOps is available on Rubygems](https://rubygems.org/gems/midiops).
10
+
7
11
  Add this line to your application's Gemfile:
8
12
 
9
13
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module Midiops
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/midiops.gemspec CHANGED
@@ -9,7 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["polamjag"]
10
10
  spec.email = ["s@polamjag.info"]
11
11
 
12
- spec.summary = %q{midiops}
12
+ spec.summary = %q{A MIDI Operator.}
13
+ spec.description = "MIDIOps is to automate some work with MIDI devices."
13
14
  spec.homepage = "https://github.com/polamjag/midiops"
14
15
  spec.license = "MIT"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midiops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description:
83
+ description: MIDIOps is to automate some work with MIDI devices.
84
84
  email:
85
85
  - s@polamjag.info
86
86
  executables: []
@@ -128,6 +128,6 @@ rubyforge_project:
128
128
  rubygems_version: 2.4.5.1
129
129
  signing_key:
130
130
  specification_version: 4
131
- summary: midiops
131
+ summary: A MIDI Operator.
132
132
  test_files: []
133
133
  has_rdoc: