capistrano-yutiriti 0.0.2 → 0.0.3

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: 07e45de6907dad85dc87fcf2f02d19092a556605
4
- data.tar.gz: b0295055d6b2f7a22c68fb84aa399e4457363449
3
+ metadata.gz: be99759d2dd0bd5c8982e60dcb983af2d8f713a3
4
+ data.tar.gz: 44eaddef72f72ba0a99e4cd136ace45b9c6f8f86
5
5
  SHA512:
6
- metadata.gz: d0e24f44e5ee65aabd208e64126c6097066e148a52da60eeab53797b18dad71c470e00df079a2a92eb6c6cfdf00fbeacfb450d853ed6f6a8c8b531a4fe38a37c
7
- data.tar.gz: 5ce0ca9e775659cb60a388ccd849a2eae13f0ef49809d3bd7c078ddd5d137efa42e53f6361a31167c83c509624cb688d25016e25da071a5787befcff56b5766f
6
+ metadata.gz: 1404c0a19a6105e054429eef485eee2aae752d6a7a248ce37e949b2a8b1a5aedd0f3aac38b26a6133111a256a038e6c656a727858bde9b1f9b22633eda93511f
7
+ data.tar.gz: 133f93c144d07df1529b13ce4089501fde2097959a175331055ea52d2953c6337fcb5aa0c5c13e04dbafa6e5868bee83861b7ef34167215f98bd5476ba10a10d
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-yutiriti"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Martin Andert"]
9
9
  spec.email = ["mandert@gmail.com"]
10
10
 
@@ -29,7 +29,7 @@ namespace :buildpack do
29
29
  execute :chmod, "-f +x bin/{detect,compile} || true"
30
30
 
31
31
  execute :"bin/detect", release_path, "> /dev/null"
32
- execute :"bin/compile", release_path, shared_path.join("cache/build"), shared_path.join("config/env")
32
+ execute :"bin/compile", release_path, shared_path.join("cache/build"), config_path
33
33
  end
34
34
 
35
35
  export_file = "#{bp_dir}/export"
@@ -2,7 +2,7 @@ module Capistrano
2
2
  module Yutiriti
3
3
  module DSL
4
4
  def config_path
5
- shared_path.join("config")
5
+ shared_path.join("env")
6
6
  end
7
7
 
8
8
  def dot_env_path
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-yutiriti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Andert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-13 00:00:00.000000000 Z
11
+ date: 2015-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano