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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5fd8cf94526898a8797fcfae2042d27682021ea
4
- data.tar.gz: 027394f902024d7bbde469c2adbca7ff480c8107
3
+ metadata.gz: 9bba5f56d3e380b73dbc84715784a5464613a2c7
4
+ data.tar.gz: fb369b0c985f48bb823f398c2467eb639ffa7952
5
5
  SHA512:
6
- metadata.gz: 98ea9f9b2421af77f993ef7e5a10e3bc940af8a0ea96f31bcf81ce5650e5432e06a4b2fb61e32429be0665545ade77c86b6c5908ded3b185db537b7a7ef91682
7
- data.tar.gz: 85fc40167cc96462a69f786952a871eaaa5f1ca17d2679c567b42916da7dbc58d2f8e218334f12e997703f3f07e6b653a51ea63bc2299db7c04b04bd6f571cf9
6
+ metadata.gz: d7a0daef132cf5e69462758a8615c3b5a10bedbe87567527e36435c13169662c5757c2e88410fc49290f6c848f087171bccface28a326c76a19c42640fd359cf
7
+ data.tar.gz: 703dc0d6a1e95e386dda1c968666770c56b573518325f03db7a5fc5adf5362471698a00d2c10b3202db6ca58c31aa3f2e4f4382e3cddea649be34cfcd0b0440a
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Win2unix
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
@@ -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.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: