launchy 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/HISTORY +1 -1
  2. data/Rakefile +0 -4
  3. data/lib/launchy/version.rb +1 -1
  4. metadata +3 -3
data/HISTORY CHANGED
@@ -1,6 +1,6 @@
1
1
  = Launchy Changlog
2
2
 
3
- == Version 2.0.0 - 2011-07-16
3
+ == Version 2.0.1 - 2011-07-16
4
4
 
5
5
  * Almost a complete rewrite
6
6
  * JRuby Support
data/Rakefile CHANGED
@@ -49,10 +49,6 @@ _
49
49
  depend_on "minitest", "~> 2.3.1", :development => true
50
50
  depend_on 'bones' , "~> 3.7.0", :development => true
51
51
 
52
- if defined?( RUBY_ENGINE ) and RUBY_ENGINE == "jruby" then
53
- depend_on 'spoon' , "~> 0.0.1"
54
- end
55
-
56
52
  test.files = FileList["spec/**/*_spec.rb"]
57
53
  test.opts << "-w -Ilib:spec"
58
54
  }
@@ -1,5 +1,5 @@
1
1
  module Launchy
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
 
4
4
  module Version
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: launchy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Hinegardner