dapp 0.24.0 → 0.24.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a3eb814504194a1734b9bab5b11a53763eef1b7
4
- data.tar.gz: 66666ebe9a2afbb29b34345e8183dbdd855ff787
3
+ metadata.gz: d7c9316bed22c0e0485825a8cd0c954731deb635
4
+ data.tar.gz: 587464a42bc6995c732a796d4bc1a9a81b351629
5
5
  SHA512:
6
- metadata.gz: 0ab24da89ae14385765f1d8424fad856113fbd54ab978f1bc71d7a67b281d9def44e333e3955042bb29f85b469043bb54eea90f0154ced45e4177a74c7001e44
7
- data.tar.gz: e3cd721f5989eca155057cb56a16ff396ad7b11ce5b28896fb16e812cf2cbda8cf9108ff98b9920dfedd3f62691c9d64fa91836adab72290634311f6392c4c14
6
+ metadata.gz: 854939b20489b4895731ebdae5853af6de8153e0c6d42d26d56ec8614a15e69ca5f793a9de3c34e62002d5fa702220a6f3f1a70feb1ce5c03fe0d588a28e681e
7
+ data.tar.gz: e8c7b9c16eed6fad585eb332a38fda6d19b06cd8b7aefc8dc8cfa1b131af10bbaa5f0980eaaeef5b0aedf70dac0ca2d8d5f8df23e1b31c58fd9e8368a23ffc22
@@ -36,11 +36,11 @@ module Dapp
36
36
  elsif ENV["CI_COMMIT_REF_NAME"]
37
37
  ci_info["branch"] = ci_info["ref"] = ENV["CI_COMMIT_REF_NAME"]
38
38
  ci_info["is_branch"] = true
39
- elsif dapp.git_own_repo_exist? and dapp.git_local_repo.branch != "HEAD"
40
- ci_info["branch"] = ci_info["ref"] = dapp.git_local_repo.branch
39
+ elsif dapp.git_own_repo_exist? and dapp.git_own_repo.branch != "HEAD"
40
+ ci_info["branch"] = ci_info["ref"] = dapp.git_own_repo.branch
41
41
  ci_info["is_branch"] = true
42
42
  elsif dapp.git_own_repo_exist?
43
- git = dapp.git_local_repo.send(:git)
43
+ git = dapp.git_own_repo.send(:git)
44
44
 
45
45
  tagref = git.references.find do |r|
46
46
  if r.name.start_with?("refs/tags/")
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.24.0"
2
+ VERSION = "0.24.1"
3
3
  BUILD_CACHE_VERSION = 26
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.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-16 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout