dapp 0.5.6 → 0.5.7

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: ae5353ff9630589b96b901a1a154bd340bc54866
4
- data.tar.gz: de780b94214808fe3d156d07d2563efd5dbb5bbd
3
+ metadata.gz: 34654763ca898b862f3c4d10a4e66856533154d5
4
+ data.tar.gz: 3baa8bb73a33553f5292acd9b18d3edeb8c812fb
5
5
  SHA512:
6
- metadata.gz: 6852b64b7e5001053136398325d8af8120925505b4610c4b65a5a61553ca9f81088075926879c5919169c109d3a54dc0126943f0f9c5d7795ca6ce1168c03fad
7
- data.tar.gz: 9eef518c4c08935d9907488f4c0b784db6fe9736b9b587ad0b5ca9c8a1194f152d67b716db54174659da32a951cc20f299b621fc599060bb570f4b5e89f3c036
6
+ metadata.gz: ee7f50ac5f2d2253c398fd4501afc0316821fa4b060a951ebd4f9e487cde86cb7eac5864bb53f789371b978406740964390ede146ffb5655d6ba78af475b67d2
7
+ data.tar.gz: e7182830cb0cf44f4e3c93cecb5d0ef467c77be0f6249fae433eaa5a8cc7056446efd9fc00573cb43f6178ee44c70aaf72f28159255ed8f8111db0b86d91d28a
@@ -69,6 +69,7 @@ module Dapp
69
69
  credentials += "-g #{group} " if group
70
70
 
71
71
  copy_files = lambda do |from_, cwd_, path_ = ''|
72
+ cwd_ = File.expand_path(File.join('/', cwd_))
72
73
  "find #{File.join(from_, cwd_, path_)} -type f -exec bash -ec 'install -D #{credentials} {} " \
73
74
  "#{File.join(to, "$(echo {} | sed -e \"s/#{File.join(from_, cwd_).gsub('/', '\\/')}//g\")")}' \\;"
74
75
  end
@@ -123,6 +123,7 @@ module Dapp
123
123
  application.paths_content_hashsum(paths),
124
124
  *paths.map { |p| p.relative_path_from(berksfile.home_path).to_s }.sort,
125
125
  berksfile_lock_checksum,
126
+ *enabled_recipes,
126
127
  *enabled_modules
127
128
  ]
128
129
  end
@@ -1,5 +1,5 @@
1
1
  # Version
2
2
  module Dapp
3
- VERSION = '0.5.6'.freeze
3
+ VERSION = '0.5.7'.freeze
4
4
  BUILD_CACHE_VERSION = 3
5
5
  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.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
11
+ date: 2016-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout