midiator 0.5.0 → 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.
Files changed (4) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/Rakefile +3 -0
  3. data/lib/midiator.rb +1 -1
  4. metadata +3 -3
@@ -1,5 +1,9 @@
1
1
  # midiator Changelog
2
2
 
3
+ ### 0.5.1 / 2011-02-22
4
+
5
+ * tweak Rakefile for gem test
6
+
3
7
  ### 0.5.0 / 2011-02-22
4
8
 
5
9
  * OSX now defaults to DLS Synth
data/Rakefile CHANGED
@@ -18,3 +18,6 @@ Hoe.spec 'midiator' do
18
18
  self.need_zip = true
19
19
 
20
20
  end
21
+
22
+ # add pointer so gem test works. bleh.
23
+ task :test => [:spec]
@@ -14,7 +14,7 @@
14
14
  #
15
15
 
16
16
  module MIDIator
17
- VERSION = "0.5.0"
17
+ VERSION = "0.5.1"
18
18
  end
19
19
 
20
20
  #####################################################################
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midiator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Bleything