launchy 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +1 -1
- data/Rakefile +0 -4
- data/lib/launchy/version.rb +1 -1
- metadata +3 -3
data/HISTORY
CHANGED
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
|
}
|
data/lib/launchy/version.rb
CHANGED
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 1
|
10
|
+
version: 2.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeremy Hinegardner
|