launchy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +4 -0
  2. data/lib/launchy/version.rb +1 -1
  3. metadata +1 -1
data/CHANGES CHANGED
@@ -1,4 +1,8 @@
1
1
  = launchy Changelog
2
+ === Version 0.1.1
3
+
4
+ * fixed rubyforge task to release mswin32 gem also
5
+
2
6
  === Version 0.1.0
3
7
 
4
8
  * Initial public release
@@ -2,7 +2,7 @@ module Launchy
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- BUILD = 0
5
+ BUILD = 1
6
6
 
7
7
  class << self
8
8
  def to_a
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: launchy
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-08-09 00:00:00 -06:00
8
8
  summary: A helper to launch apps from within ruby programs.
9
9
  require_paths: