fxn-unmac 0.5 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README +2 -2
  2. data/bin/unmac +2 -2
  3. data/unmac.gemspec +1 -1
  4. metadata +1 -1
data/README CHANGED
@@ -14,7 +14,7 @@ Options:
14
14
  -r, --keep-dsstore Do not delete ".DS_Store" files
15
15
  -d, --keep-apple-double Do not delete "._*" ghost files
16
16
  -o, --keep-apple-double-orphans Delete "._foo.txt" only if "foo.txt" exists
17
- -i, --keep-custom-folder-icons Delete custom folder icons
17
+ -i, --keep-custom-folder-icons Do not delete custom folder icons
18
18
 
19
19
  Description:
20
20
  When a Mac copies files to volumes that have a different file system it adds
@@ -50,7 +50,7 @@ What's deleted:
50
50
  are stored in an accompaining ghost file called "._foo.txt". The pattern
51
51
  is to prepend "._" to the original file name.
52
52
 
53
- * If a folder has a custom icon you get a file Icon^M (that's a hard CR).
53
+ * If a folder has a custom icon you get a file "Icon^M" (that ^M is a hard CR).
54
54
 
55
55
  Some stuff is only found in the root folder of volumes, unmac looks for them
56
56
  in any directory you pass as argument, but not on their subdirectories.
data/bin/unmac CHANGED
@@ -22,7 +22,7 @@ Options:
22
22
  -r, --keep-dsstore Do not delete ".DS_Store" files
23
23
  -d, --keep-apple-double Do not delete "._*" ghost files
24
24
  -o, --keep-apple-double-orphans Delete "._foo.txt" only if "foo.txt" exists
25
- -i, --keep-custom-folder-icons Delete custom folder icons
25
+ -i, --keep-custom-folder-icons Do not delete custom folder icons
26
26
 
27
27
  Description:
28
28
  When a Mac copies files to volumes that have a different file system it adds
@@ -58,7 +58,7 @@ What's deleted:
58
58
  are stored in an accompaining ghost file called "._foo.txt". The pattern
59
59
  is to prepend "._" to the original file name.
60
60
 
61
- * If a folder has a custom icon you get a file Icon^M (that's a hard CR).
61
+ * If a folder has a custom icon you get a file "Icon^M" (that ^M is a hard CR).
62
62
 
63
63
  Some stuff is only found in the root folder of volumes, unmac looks for them
64
64
  in any directory you pass as argument, but not on their subdirectories.
data/unmac.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'unmac'
3
- spec.version = '0.5'
3
+ spec.version = '0.6'
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: fxn-unmac
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: "0.6"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Noria