unmac 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +5 -5
  2. data/unmac.gemspec +1 -1
  3. metadata +1 -1
data/README CHANGED
@@ -56,13 +56,13 @@ What's deleted:
56
56
  in any directory you pass as argument, but not on their subdirectories.
57
57
 
58
58
  Installation:
59
+ This program is portable, it has been tested on Mac OS X, Linux, and Windows.
60
+ Should work at least in any other Unix.
61
+
59
62
  unmac is distributed as a Ruby gem. Once you have Ruby and RubyGems installed
60
63
  execute
61
-
62
- gem sources -a http://gems.github.com # you need this only once
63
- gem install fxn-unmac
64
-
65
- This program is portable.
64
+
65
+ gem install unmac
66
66
 
67
67
  License:
68
68
  See the MIT-LICENSE file included in the distribution.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'unmac'
3
- spec.version = '0.6'
3
+ spec.version = '0.7'
4
4
  spec.summary = 'Delete spurious Mac files under a directory or volume'
5
5
  spec.homepage = 'http://github.com/fxn/unmac/tree/master'
6
6
  spec.executables = %w(unmac)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unmac
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.6"
4
+ version: "0.7"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Noria