vagrant-layout 0.1.0 → 0.1.1

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: 929d997c61edc5a361a30342249ff4c1ba43331d
4
- data.tar.gz: 9732f21fefda78c7c45a14c421758a00740249f8
3
+ metadata.gz: 21f3fe87e3039b6086b8613253ffe953f93fa01a
4
+ data.tar.gz: 2b33368ef031ad53555d22ac5a78299c3779755b
5
5
  SHA512:
6
- metadata.gz: 193d5df594a1a6e21907e6cd567f42493b2e17c7be2d4217c9f6db8ff025b1abd8b5b43908b40e1eba4d716064d4859a89d19e80ee694d0d71fa9afe30ec3e7f
7
- data.tar.gz: 28090fd0b3d9436264ea5afac4615ab81fac95b01f9574d0f5c45d1051a35d6992ac26fafc32edb831a5959eb89428a91fd8342cc66b5df726a3b5a19e2ce4ac
6
+ metadata.gz: 1dc56daa77215bc4554576d2e2c2a046e14d37b86d9e8ef54eacdafd3343bd2279f564bf0c005eb60ecf90b7a0e6838d566f455f7f91a81bbfbe14ed5b9bcd33
7
+ data.tar.gz: 1df3c1a4403efc8dc51c2e47eabf9e1d27070534d361da837caec64025e3cf9a51015bf7baf4199a89a313c4a62615a5ce4d8cd8703a00e0dfe4a54b52646ce2
@@ -154,7 +154,7 @@ module VagrantPlugins
154
154
 
155
155
  def apply_patch(patch_file, github_dir)
156
156
  Dir.chdir(github_dir) do
157
- puts %x{git apply -v #{patch_file}}
157
+ puts %x{git -c core.eol=lf -c core.autocrlf=input apply -v #{patch_file}}
158
158
  end
159
159
  end
160
160
  end
@@ -3,6 +3,6 @@ module VagrantPlugins
3
3
  # Vagrant Layout Plugin
4
4
  #
5
5
  module Layout
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOSEKI Kengo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-13 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler