dapp 0.9.3 → 0.9.4

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: b9a2256c433ec1a0ba5025f5bb51d6c1d32f9dbc
4
- data.tar.gz: 54183e3a8a445fa1500e632f54dc8d7073c733bd
3
+ metadata.gz: 07ca14f07b8e2971cc7bdbb6777171d187814a5a
4
+ data.tar.gz: 2d24f78202c74b7da5e94ff052b841ef2efa09db
5
5
  SHA512:
6
- metadata.gz: 0c2769fec1709ae73c2c483b70e38e1ac7816f809fab9455a1f19208bdb0a63d6541c98962906b0a22f8ca1880d4d65ad7657f9872d16bb7978927ec3c969662
7
- data.tar.gz: 46464a15195b713fa5ddf7ae85d6c98db53390f6e7c3608bdab6da7f72a29515da2ffc806cd9f909cb390c23cee45b39f6bd9ea81bdf7c882c1812a9a41e682e
6
+ metadata.gz: 6602da6be978f09efd3eead028827fe0d5cd7ab24af73e9fc92d263ff559c70e46876ab086b4d54f6e23813fd5b836ad1f14dd53bde4a21a90d4f54f30795a43
7
+ data.tar.gz: 4b18317cefa95594d33aff7c7ff2812c93fde137648bd67de046a35b611fd915cebe1955ae287179238ef585f500b9e5c7dae205d4729fafebe25a0329f70668
@@ -212,7 +212,10 @@ module Dapp
212
212
  end
213
213
 
214
214
  def diff_patches(from, to, paths: include_paths_or_cwd)
215
- (@diff_patches ||= {})[[from, to, paths]] = repo.patches(from, to, paths: paths, exclude_paths: exclude_paths(true))
215
+ (@diff_patches ||= {})[[from, to, paths]] = repo.patches(from, to,
216
+ paths: paths,
217
+ exclude_paths: exclude_paths(true),
218
+ force_text: true)
216
219
  end
217
220
 
218
221
  def include_paths_or_cwd
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = '0.9.3'.freeze
2
+ VERSION = '0.9.4'.freeze
3
3
  BUILD_CACHE_VERSION = 7
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout