bricky 0.0.20 → 0.0.21

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTI0ZTdiNGIwNTM4OGIwMjY3MGNmYWQ4Nzc5OGZmMDlhMzEwMmViMA==
4
+ OTUwZjhlYzE5Yzc2OGM5N2JhOGNmOThlZWFiYzVkOTVhNGZkNjc3NA==
5
5
  data.tar.gz: !binary |-
6
- NzI0Y2Y4MzhjZDY0OWMzOGY0NTc5ZWFjODljNjU2MjEwMmYyMDk5Zg==
6
+ ZDk2ZGYyOTNiNzU3ZjQwZTZkMjE0YWE3N2QzM2FmNzk1N2EyYzgxNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MzZlMWUxZDEwOWIyY2FiOTAzODEyZjA3ZGNiZTY5ZGIxNWFmOTE3Y2NkYzg5
10
- ODY1OTI3NGNkZDIxNWU2MGU3NTE3M2NmODJiYmI1ZTk2YTNjNTI0ZmZiNjc4
11
- ZmMxODljNWUwNjA1MWIzM2JiMzg2YzFmZjFiZmY5NmE3ZmU3OWU=
9
+ ZWI0MTE3MzA0YWUxMTMwZmU1OGIzNDI1ZmJjYThiM2U0NGZmNzQ2YWQ3ZjA4
10
+ NWY4ZTY5ODI5OTZiYzE5MGFiNmVlY2RiNWQzN2QxMjgyMGRjZGI3ODNkM2Fm
11
+ MTFmMzExNWIwZjhiMDRiN2I4NjUwMWYyYThhNDk4MjMzZjJjZmY=
12
12
  data.tar.gz: !binary |-
13
- Y2Y3MGJhZTgzNTA2YjljMWM4MTEzNGU4NTE3YTZhMGQzYzE2ZmQyZmYwYTYx
14
- ZmZiMTdiYjY2YjIyZWZjOTc2NDU0ZjYxNDlhZmQ1ZmYxN2ZmNzU5NDc0YmVm
15
- YmQ0NDAxMmU0MTAzZjA5YzBiNTM2YjhhZWY1ZTBiNWFhNTIzMjQ=
13
+ MGM2NWQ2YTA3NDZjNGY1NGJlNmU4ZTMyOWQ2NGU2NDMwZDM2MmVhMWZlNzJh
14
+ YmZlN2I4YzQ4YzZlNzc1NGFjMTY3ZDdiYTFkNjIwNTFjMzVkYjEwYWNiNDAy
15
+ M2FjYTg4MmMzMTBmZWU3Y2RmN2I3MDZlMDExOTkxNmUzYTgyOGE=
@@ -5,8 +5,6 @@ bricky:
5
5
  mounts:
6
6
  source: .
7
7
  ignore:
8
- - source/log
9
- - source/tmp
10
8
  - source/vendor/bundle
11
9
  bundle:
12
10
  cache: true
@@ -2,7 +2,7 @@ module Bricky
2
2
  module Bricks
3
3
  class Debian < Base
4
4
  def arguments
5
- builded_path = File.expand_path(config["build"])
5
+ builded_path = ENV.fetch('PACKAGE_OUTPUT_PATH', File.expand_path(config["build"]))
6
6
  scripts_path = "#{bricks_path}/debian"
7
7
 
8
8
  %W(-v #{builded_path}:/builded
@@ -1,3 +1,3 @@
1
1
  module Bricky
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bricky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrerocker