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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a1b1332770052855fe4cf7dd3fc315d59c7013d
4
- data.tar.gz: c1ed05104e4191224af4cba5ebd1471d8be6f188
3
+ metadata.gz: 0cb1a1c17927e2d819239bb773ef95c40ad32297
4
+ data.tar.gz: d95f2cab9dafde0653a57c212b75b3c3077b24f7
5
5
  SHA512:
6
- metadata.gz: 99fb17f7ccea1a403c6f4622db1ff626bb5edb416ddd2a99691323c15440df7957f616c303a1d46ef78621595bccdf119a8a4af6d8a97f63d0002139cd87633c
7
- data.tar.gz: a65eee75b9d738447f68c06decf20c465c4fc7480a1830a731262d1d90356364b1ce98fffbfe2cfb2a61c7819a59261c3f244f7c033a2beba8960e4f54558582
6
+ metadata.gz: b3c596092b3631b9777832c10585f0cafda208034b2129959abcee3f9577ce01851dff187ae6726a42687020d439a09b2c72acbac71ec08fcf28c9a4d7ff1d3d
7
+ data.tar.gz: db5f1454e9239f78ce3ed8806ab6cad0f8d37992c701c327d58039c5cd79612abadcd5237ba57ea4b0bccc738e2bf0ba00d82b2877272cf8f712ed570262b600
@@ -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.action do |_args, _options|
29
+ c.local_session_action do |_args, _options, session|
30
30
  Escualo::Remote.push session, Dir.pwd
31
31
  end
32
32
  end
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  BASE_VERSION = '3.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escualo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli