escualo 2.0.0 → 2.0.1
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 +4 -4
- data/lib/commands/remote.rb +1 -1
- data/lib/escualo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cb1a1c17927e2d819239bb773ef95c40ad32297
|
4
|
+
data.tar.gz: d95f2cab9dafde0653a57c212b75b3c3077b24f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3c596092b3631b9777832c10585f0cafda208034b2129959abcee3f9577ce01851dff187ae6726a42687020d439a09b2c72acbac71ec08fcf28c9a4d7ff1d3d
|
7
|
+
data.tar.gz: db5f1454e9239f78ce3ed8806ab6cad0f8d37992c701c327d58039c5cd79612abadcd5237ba57ea4b0bccc738e2bf0ba00d82b2877272cf8f712ed570262b600
|
data/lib/commands/remote.rb
CHANGED
@@ -26,7 +26,7 @@ end
|
|
26
26
|
command 'remote push' do |c|
|
27
27
|
c.syntax = 'escualo remote push'
|
28
28
|
c.description = 'Pushes artifact at current repository'
|
29
|
-
c.
|
29
|
+
c.local_session_action do |_args, _options, session|
|
30
30
|
Escualo::Remote.push session, Dir.pwd
|
31
31
|
end
|
32
32
|
end
|
data/lib/escualo/version.rb
CHANGED