pixab 2.3.2 → 2.3.3

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: 1afa6ef17ca9a7e5eae427270fc95bdc34d5f3af8058c5f9db3842466b631926
4
- data.tar.gz: 39166232f78df3d7f9b51760de3f77d04d2f85b849607c09e6bdbd0b6b184980
3
+ metadata.gz: 9d093e07ef39306ad68a826e3cb4ff80e53016241fd2da65508524fdb7fca5bb
4
+ data.tar.gz: 623838a5331e58c22c589dcea83eebe9aa8471658a8fcefa76cc3ca8f3e63e02
5
5
  SHA512:
6
- metadata.gz: f68b944f7e615c7a058f4430e8461834ec679f5493ed0ab2794d602b6afb2f7339ab57b71e24197bf9d0e4c7e29ba6578593a96797f76e9c87017ec89d54e6b9
7
- data.tar.gz: 5c7e43826867a35597b01ca5bee238a18442f1c765603131fd954e97ea3b29c9e2bcce99c85801136f3537a8fb85224c98021ce1a277c103912022c21f05b515
6
+ metadata.gz: 03c08562d1f7febe071641ccbe86f92f2e73a19f55b877fa9b311542e4f929c7da9d8566f6074d551610fd5f468eb9c5aeb32de3d474e59bbd97fc9ca12cbd24
7
+ data.tar.gz: 63c88c7f5072dca220a7b2aab6b3562212aba382aee4381768788c99ae7f954a6e3cf833d3f35a6c2c4daa66b2f5db4b24ed76b48a5a9789714539793504517b
@@ -20,9 +20,9 @@ module Pixab
20
20
  command = commands[index]
21
21
  case command
22
22
  when 'start'
23
- featureStart
23
+ featureStart(commands, index, isNeedPush)
24
24
  when 'copy'
25
- featureCopy
25
+ featureCopy(commands, index, isNeedPush)
26
26
  end
27
27
  end
28
28
 
data/lib/pixab/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pixab
4
- VERSION = "2.3.2"
4
+ VERSION = "2.3.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixab
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 廖再润
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-17 00:00:00.000000000 Z
11
+ date: 2025-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2