dapp 0.35.15 → 0.35.16

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
  SHA256:
3
- metadata.gz: a76a8e1160f0bf6bcff177579f7123ff532b5d786dbdd0ea09942bb430a31ef4
4
- data.tar.gz: 573fcf1833ac0edb462d03de45faaaeea4e3eac39324d5765ed6103b97f18137
3
+ metadata.gz: 952bb7ac44d0cc251681d2feef96af7152ca4892bef9332cf40db9a6b7f8d2ce
4
+ data.tar.gz: bd7d1f43814edbb4ac98952a76ce5c7cba1e2e4f15f22c1929520478e77d7f48
5
5
  SHA512:
6
- metadata.gz: 77c32211ccfc6af89e259efed8c6bbe10b4a6729c8e07b00a709e9c1fd97164ba558bcc135d2896303a7cc15ae47a8e62a48cf9a1d16c6c5e202ab0faa13f9df
7
- data.tar.gz: 3ffe02529fdc005b85baeeb912b25d98c1ad06d790daf94729b4ffa81add2a53dd2a80565a294570fbea10b8f6d8b05f30729e6e271080eea9d8ce57cb003ecb
6
+ metadata.gz: 87c7f9de6a9db57ea23197edb2789251acf6c7b95a7f97e284ef6ab7f4adc88b1cb4efd57dfc26682e640396bce5880f31f80902df357a8d07971e31f87a941a
7
+ data.tar.gz: 416b26d0385aa931cd0330b045f307606aaf73377b77e371e0fe04544d0907d2b4a9fd03c37020caf78d7d30958a0c6670bb339bf3805a9de48fb81bdd9ce741
@@ -8,7 +8,7 @@ module Dapp
8
8
  end
9
9
 
10
10
  def ruby2go_cleanup_reset_options_dump
11
- cleanup_repo_proper_cache_version_options.merge(
11
+ ruby2go_cleanup_cache_version_options.merge(
12
12
  mode: {
13
13
  all: !!options[:proper_all],
14
14
  dev_mode_cache: !!options[:proper_dev_mode_cache],
@@ -17,7 +17,7 @@ module Dapp
17
17
  end
18
18
 
19
19
  def cleanup_local_proper_cache_version_options_dump
20
- ruby2go_cleanup_common_project_options.merge(ruby2go_cleanup_sync_cache_version_option).tap do |data|
20
+ ruby2go_cleanup_common_project_options.merge(ruby2go_cleanup_cache_version_options).tap do |data|
21
21
  break JSON.dump(data)
22
22
  end
23
23
  end
@@ -8,7 +8,7 @@ module Dapp
8
8
  lock_repo(repo = option_repo) do
9
9
  raise ::Dapp::Error::Command, code: :stages_cleanup_required_option unless stages_cleanup_option?
10
10
 
11
- ruby2go_cleanup_command(:sync, cleanup_repo_proper_cache_version_options) if proper_cache_version?
11
+ ruby2go_cleanup_command(:sync, cleanup_repo_proper_cache_version_options_dump) if proper_cache_version?
12
12
  repo_dimgstages_cleanup if proper_repo_cache?
13
13
  end
14
14
  end
@@ -17,7 +17,7 @@ module Dapp
17
17
  ruby2go_cleanup_command(:sync, cleanup_repo_proper_repo_cache_options)
18
18
  end
19
19
 
20
- def cleanup_repo_proper_cache_version_options
20
+ def cleanup_repo_proper_cache_version_options_dump
21
21
  ruby2go_cleanup_common_repo_options.merge(ruby2go_cleanup_cache_version_options).merge(
22
22
  mode: {
23
23
  sync_repo: true,
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.35.15"
2
+ VERSION = "0.35.16"
3
3
  BUILD_CACHE_VERSION = 31
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.15
4
+ version: 0.35.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov