win2unix 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/win2unix/version.rb +1 -1
- data/win2unix.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bba5f56d3e380b73dbc84715784a5464613a2c7
|
|
4
|
+
data.tar.gz: fb369b0c985f48bb823f398c2467eb639ffa7952
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7a0daef132cf5e69462758a8615c3b5a10bedbe87567527e36435c13169662c5757c2e88410fc49290f6c848f087171bccface28a326c76a19c42640fd359cf
|
|
7
|
+
data.tar.gz: 703dc0d6a1e95e386dda1c968666770c56b573518325f03db7a5fc5adf5362471698a00d2c10b3202db6ca58c31aa3f2e4f4382e3cddea649be34cfcd0b0440a
|
data/lib/win2unix/version.rb
CHANGED
data/win2unix.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Shift \r\n to \n for a folder}
|
|
13
13
|
spec.description = %q{A ruby gem which can replace the windows' line breaks into unix line breaks for a folder.}
|
|
14
|
-
spec.homepage = "https://github.com/liuxd/win2unix
|
|
14
|
+
spec.homepage = "https://github.com/liuxd/win2unix"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
17
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: win2unix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- liuxd
|
|
@@ -55,7 +55,7 @@ files:
|
|
|
55
55
|
- lib/win2unix.rb
|
|
56
56
|
- lib/win2unix/version.rb
|
|
57
57
|
- win2unix.gemspec
|
|
58
|
-
homepage: https://github.com/liuxd/win2unix
|
|
58
|
+
homepage: https://github.com/liuxd/win2unix
|
|
59
59
|
licenses: []
|
|
60
60
|
metadata: {}
|
|
61
61
|
post_install_message:
|