avs 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 0dfbae1aa1ea7493d257169644ead075535a394a22c17e902b35a75070d45b1c
4
- data.tar.gz: 626b6ff7edc87e4757c885b49b6c9062e7982a67c9162fcab1e855d2abd2626a
3
+ metadata.gz: bace4f555e14e2b6999ffeceff81b60b3961f63d11e5b1e1283af996c05aa128
4
+ data.tar.gz: de842f2cee88670f6a31a7067f209b2636d19fcfe438b531172a8a82c3f676ab
5
5
  SHA512:
6
- metadata.gz: a47574849a828faa982717aea0792757b0fa06b09cc2550abc940b08cbcf9e2276ba67d5898e0011d15e224e3c2fcd1415182709d58d06fe86a0a1527f40ab7f
7
- data.tar.gz: 03fba39db12fb02078ac778866dd4e699613a00ebcfd19b301b0684cfc2b70ad5b2faceabcb230e8ba97a222d55df050126d6c5414bd9e8ac0abec6722422b7f
6
+ metadata.gz: 7967ffe4cd8794568970906bb7f88581b3b663595cebb2d1c25ce1aa622b6897b31f79a8662001995fe4aeef81f8229ab0e1e328ce13beb56a922a758d371569
7
+ data.tar.gz: 95652c2287dea6b08ee9a24b8e5439c137a04d1f728f4f1145cf5789968d09c100c9af4e4d6d015009657411d0dba57c5ac39f6892363a8bc20e2d6810bafae2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avs (0.1.0)
4
+ avs (0.1.1)
5
5
  activesupport (~> 7.1.3.2)
6
6
  connection_pool (~> 2.4.1)
7
7
  dotenv (~> 3.1.0)
data/lib/avs/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Avs
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
@@ -74,6 +74,7 @@ class App
74
74
  c.desc 'Delete ghosts'
75
75
  c.command :delete_ghosts do |dg|
76
76
  dg.action do |_global_options, _options, _args|
77
+ puts 'Ghost busting ...'
77
78
  asset_group = App.api.fetch_asset_group_by_name('Ghosts')
78
79
  assets = asset_group.assets
79
80
  unless assets.zero?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kyony