dapp 0.13.7 → 0.13.8

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: 07d2a67590a213d80e52f6080278c47425e5bb83
4
- data.tar.gz: b1fb33b21bf0641d6e5c2ce8d5f19c9daca13830
3
+ metadata.gz: 4fa2488a50074d7d9e8fe4f203cd8e6f20029aea
4
+ data.tar.gz: ae116aebb7ee348914e388e989f417f6f3d23567
5
5
  SHA512:
6
- metadata.gz: 342bd7e38d450cb49e078582d50252f68c2b67b8c8725da1e257b31ce793403a348c195db95163d1b7b8a3b799fd50eb08c34bae985a83f2df314bac59620c42
7
- data.tar.gz: de6f8f51397aada0f6255dc305efa4ad5b39d9d31414de413d8d075c017153cb8928af8cf0e2111312cdb02123651d50c3ec1b182d3766055bffaf3721d23f5c
6
+ metadata.gz: b48cf76b9e22b0af9aa9ba8de0fd11f8af0eb97d257877b0d8e15fb0640bbb6b389013338276ceefa93d6e81f1a854b9aa486006dd21ccf403c86c10920446e6
7
+ data.tar.gz: 016ac3f9bab694d8142b385fc55387d210069616d515aa43662b0487cfec5838457c1fad2ffe9a5f493808a8fedf1e8027e6472bf591e92afdb09aff2ca885b1
@@ -118,7 +118,7 @@ module Dapp
118
118
  end
119
119
 
120
120
  def service_options
121
- { entrypoint: dapp.bash_bin, name: container_name }
121
+ { entrypoint: dapp.bash_bin, name: container_name, user: '0:0' }
122
122
  end
123
123
 
124
124
  def prepared_change
@@ -22,7 +22,7 @@ module Dapp
22
22
 
23
23
  if (output_file_path = options[:output_file_path])
24
24
  FileUtils.mkpath File.dirname(output_file_path)
25
- IO.binwrite(output_file_path, "#{data}\n")
25
+ IO.binwrite(output_file_path, data)
26
26
  else
27
27
  puts data
28
28
  end
data/lib/dapp/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = '0.13.7'.freeze
2
+ VERSION = '0.13.8'.freeze
3
3
  BUILD_CACHE_VERSION = 15
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.13.7
4
+ version: 0.13.8
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-07-14 00:00:00.000000000 Z
11
+ date: 2017-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout