dapp 0.5.1 → 0.5.2

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: 179056218ee2a02f2ffdfde2690975b9488688ab
4
- data.tar.gz: 3d11dfb1d6681698baf231ca52977fffeea3f89b
3
+ metadata.gz: 03590c8676b9caefd4ae25bbe45556f5e69aa4a3
4
+ data.tar.gz: 0ff82798cdee85507eeccf35ddf0483fc8f82d96
5
5
  SHA512:
6
- metadata.gz: 45d2a40d9f64aed890272df4ec5c1e3a488f8b3d58cfa4018272a03ce33f012a81a80c8ac4dc60967cc3933aabb3d0b1058ea519fc504b8b2e5f533e5b6e75c4
7
- data.tar.gz: 824abefb9e41019be8fb285a2b6350d05803382c4d1003ac4e6938149cbd50c1a2fe955801678ef0c3dc80a0b596f9e51cc5d8684b845d273aab1f9a0695b331
6
+ metadata.gz: 99414f1838c2c7993c42e46dd1582d96b504a2b73d233ae8c634521cb766f6b18db91c7de7d0277183274482fb87a8e3a36983bb9dfb59c14d022d6a581234cf
7
+ data.tar.gz: 3deda0fe28637ce2f632293c0a2b9d7066bb867d8bedabe299bd9b263af237a70893be0b6d743517770f072708c56a4cdf8e15137704ababd7cc01f3e2c96c2d
data/lib/dapp/cli/push.rb CHANGED
@@ -15,6 +15,10 @@ Usage:
15
15
  Options:
16
16
  BANNER
17
17
 
18
+ option :build_dir,
19
+ long: '--build-dir PATH',
20
+ description: 'Directory where build cache stored (DIR/.dapps-build by default)'
21
+
18
22
  option :git_artifact_branch,
19
23
  long: '--git-artifact-branch BRANCH',
20
24
  description: 'Default branch to archive artifacts from'
data/lib/dapp/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Version
2
2
  module Dapp
3
- VERSION = '0.5.1'.freeze
3
+ VERSION = '0.5.2'.freeze
4
4
  BUILD_CACHE_VERSION = 2
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.1
4
+ version: 0.5.2
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-12 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout