dapp 0.28.14 → 0.28.15

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: f0fdcd16868339037837dd55e3c1c789fcddbdbf3860ff9ef63f9947dc13e423
4
- data.tar.gz: 9143be8dc2441a5198d64318a4c3498145f5faff5c0b7e8f4808acf76d82bac3
3
+ metadata.gz: 1d02259edd4c7402cc5c4045163267c80068ee6d5c6b009b5d4e92337698f23d
4
+ data.tar.gz: 259f2703f896a8c04cefe1825853acde2a4e70788bcb47b6bc2a2e79626a0721
5
5
  SHA512:
6
- metadata.gz: 3798bf179be5bdd0901c0f442ae2a34639f3ab3950f7dbe89cdfdaecbef744c975db39608c8de56efbfa8f282cca47cc6cf803eaaf39a2c0d2a404569979768c
7
- data.tar.gz: 966b5a3c7e84ed8e7a0b24922859fa210f38464f4555be00a6a21dd06ae9fdd4d55614210db0eab05f517c044aa27fba50adcc839f77136b2f294f3834b40cb9
6
+ metadata.gz: ce73fe4f3ef7dcf1b29d0bd869aec3d22ad21d9da21e52b7d15eccbf95adf39e723b5264d79591ad77e1dfcc49169abbef178fe3dcb8bc6ef3aed3731c5e81d8
7
+ data.tar.gz: eaf4cdd7513f42d7f8dad75e4d3874fb9b32b438d7df87e6daf865def9df869a4edc138133e8db45b4a08df669620feb078065a175979536aa316895999f77a5
data/bin/dapp CHANGED
@@ -10,7 +10,29 @@ Thread.abort_on_exception = true
10
10
  begin
11
11
  begin
12
12
  begin
13
- Dapp::CLI.new.run
13
+ begin
14
+ Dapp::CLI.new.run
15
+ ensure
16
+ if Time.now.to_date < Date.parse("2019-11-01")
17
+ STDERR.puts
18
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
19
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
20
+ STDERR.puts ::Paint["### Dapp will be deprecated for use starting with 01.11.2019! ###", :red, :bold]
21
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
22
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
23
+ STDERR.puts ::Paint["###################################################################", :red, :bold]
24
+ STDERR.puts
25
+ else
26
+ STDERR.puts
27
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
28
+ STDERR.puts ::Paint["### DEPRECATION WARNING! ###", :red, :bold]
29
+ STDERR.puts ::Paint["### Dapp is deprecated for use and will not receive any support! ###", :red, :bold]
30
+ STDERR.puts ::Paint["### Please port your project to werf: ###", :red, :bold]
31
+ STDERR.puts ::Paint["### https://werf.io ###", :red, :bold]
32
+ STDERR.puts ::Paint["######################################################################", :red, :bold]
33
+ STDERR.puts
34
+ end
35
+ end
14
36
  rescue Dapp::Error::Base => e
15
37
  unless (message = Dapp::Helper::NetStatus.before_error_message(e)).empty?
16
38
  $stderr.puts(message)
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.28.14"
2
+ VERSION = "0.28.15"
3
3
  BUILD_CACHE_VERSION = 30
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.28.14
4
+ version: 0.28.15
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-01-31 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