dapp 0.35.44 → 0.35.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/dapp +23 -1
  3. data/lib/dapp/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99b222c87131f22b52c73a39dd0d70fc2ae726738037ff9a0261820ad3c38712
4
- data.tar.gz: 48780641e9255822e3c524c60953c16b97517787b0c7989ef108ab59d44a2ba0
3
+ metadata.gz: c5372629622460ff175556b4da5154fee8f80e6889e921c86d3889815e282621
4
+ data.tar.gz: bac98672a3cbf52cadca4126d9d9add38ae4685ffa448360115501df4505a77c
5
5
  SHA512:
6
- metadata.gz: 18f48701ebb7a647d643baf6579d36940149518fab7c056153e8283febd513fb650a977988fedd12020b949eff0063f074427fc021a37705df49a5d87e8fc946
7
- data.tar.gz: c2ed1618a395fba88cb769e2f97474aac96655b85b6e93685e578f67b682d32fce5d4f8f471949b76ccd3674fe16db048f395da13b63ac60abda9288ac144f83
6
+ metadata.gz: 5fb1902feba8ec0e3cdced06130875818548dbdb0eeea112726280545692f631bfb68e6ba6b53f758d348b52d07eb3d053f35072967969ae4b61e79645e64857
7
+ data.tar.gz: fa787766dac83d49c9fee9fc630928d90bc25c116d1c351e6b289bb1314fea8378a0db51ac1d5e6bd6ac67fd922e9d96f9d58b99164227dd72b65072eaaff046
data/bin/dapp CHANGED
@@ -75,7 +75,29 @@ set_gitlab_cancel_handler if ENV["GITLAB_CI"]
75
75
  begin
76
76
  begin
77
77
  begin
78
- Dapp::CLI.new.run
78
+ begin
79
+ Dapp::CLI.new.run
80
+ ensure
81
+ if Time.now.to_date < Date.parse("2019-11-01")
82
+ STDERR.puts
83
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
84
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
85
+ STDERR.puts ::Paint["### Dapp will be deprecated for use starting with 01.11.2019! ###", :red, :bold]
86
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
87
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
88
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
89
+ STDERR.puts
90
+ else
91
+ STDERR.puts
92
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
93
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
94
+ STDERR.puts ::Paint["### Dapp is deprecated for use and will not receive any support! ###", :red, :bold]
95
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
96
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
97
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
98
+ STDERR.puts
99
+ end
100
+ end
79
101
  rescue Dapp::Error::Base => e
80
102
  unless (message = Dapp::Helper::NetStatus.before_error_message(e)).empty?
81
103
  $stderr.puts(message)
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.35.44"
2
+ VERSION = "0.35.45"
3
3
  BUILD_CACHE_VERSION = 33
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.35.44
4
+ version: 0.35.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-01 00:00:00.000000000 Z
11
+ date: 2019-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout