rename2mac 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b38ef30c1d7c15e3ba46586d9e447351956d4f8a
4
- data.tar.gz: fd5d7c3c8b53f7c4e67561b6de5f4aa545ab58d4
3
+ metadata.gz: 5b0752b15c305afb14b83b8794fead5fa50a94c2
4
+ data.tar.gz: b4e0469f9824096e2a13191eb93f24ba22345678
5
5
  SHA512:
6
- metadata.gz: f8556b354e5595741d2cbc2ea29d4f7f210b7693ca1e718e8cbda4fb7b64cd6c79921e8cfe14c7db25509be5dd385057b491e8324b9c68a1aed67d99142e36a4
7
- data.tar.gz: a8f94c4d709718224068ead0dc367d36825444bd1ecc54de80ba7309242b5151adf3ed88dbe3b8547bc85fcecf279d6aa2c32a9cb5d8c8be584733b238cc1780
6
+ metadata.gz: aa80f1b76e444d6abcdec66b09ad2f082c09844ef9e6ef357b769a78dc9de513299ec55b42515a772be1628578bffe761fef9d425904a3b265b948f1a2575764
7
+ data.tar.gz: 1299fc239123474762729e7d5e330f5c69ed0a6107f921b5ec8b1b626f1a46cf22346adcd80a593f587403533bf76a25cc1ca566c0522d6fa9618945f3d8e834
data/README.md CHANGED
@@ -2,33 +2,28 @@ rename2mac
2
2
  ==========================
3
3
  Rename folderful of filenames to Mac OS X supported format (UTF8-MAC). Mac OS X use only.
4
4
 
5
- Background:
6
- --------------------------
5
+ #### Background: ####
7
6
  When I use Mac OS X Finder, I have a lot of issue when dealing with Asian filenames, such as Japanese/Korean/Chinese characters. Previous attempt using convmv and iconv tools failed to fix the problem led me created this tool. I am sure this can fix other international characters too.
8
7
 
9
8
  The Mac OS X system handles filenames in modified Unicode format called UTF8-Mac. If a filename contain none UTF8-Mac character, the Finder may exihibit behavour such as disappearing file, constant refresh, unable to open file, etc. To fix this problem, the file has to be renamed using UTF8-Mac format.
10
9
 
11
10
  For more information read https://www.j3e.de/linux/convmv/man/#hfs__on_os_x___darwin
12
11
 
13
- Installation:
14
- --------------------------
12
+ #### Installation: ####
15
13
  1. Install [MacPorts](http://www.macports.org/)
16
14
  2. sudo port install ruby20 rb-rubygems
17
15
  3. sudo gem install rename2mac
18
16
 
19
- Usage:
20
- --------------------------
17
+ #### Usage: ####
21
18
  rename2mac \[arguments\] \<directory\>
22
19
 
23
- Arguments:
24
- --------------------------
25
- --noop -n Make no changes
26
- --recursive -r Recursively rename
27
- --force -f Force overwrite existing file if it exists
28
- --quiet -q Do not output individual results to screen
29
- --help -h Display current help message
20
+ #### Arguments: ####
21
+ --noop -n Make no changes
22
+ --recursive -r Recursively rename
23
+ --force -f Force overwrite existing file if it exists
24
+ --quiet -q Do not output individual results to screen
25
+ --help -h Display current help message
30
26
 
31
- License:
32
- --------------------------
27
+ #### License: ####
33
28
  MIT
34
29
  Mac Ma comomac (at) runbox (dot) com (C) 2013 Copyright
Binary file
data/rename2mac.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rename2mac'
3
- s.version = '0.9.5'
3
+ s.version = '0.9.6'
4
4
  s.date = '2013-11-15'
5
5
  s.summary = "rename2mac"
6
6
  s.description = "Rename folderful of filenames to Mac OS X supported format (UTF8-MAC). Mac OS X use only."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rename2mac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mac Ma
@@ -34,7 +34,7 @@ extra_rdoc_files: []
34
34
  files:
35
35
  - LICENSE
36
36
  - README.md
37
- - rename2mac-0.9.4.gem
37
+ - rename2mac-0.9.5.gem
38
38
  - rename2mac.gemspec
39
39
  - bin/rename2mac
40
40
  homepage: http://rubygems.org/gems/rename2mac
data/rename2mac-0.9.4.gem DELETED
Binary file