souls 0.23.2 → 0.23.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: 8a95347d836077163916d5bb88b61ebd2742bcc382a0f3841ac2a6d046ef7f2e
4
- data.tar.gz: fd3b16eccd74ff58c20006149f11d1a7bcbc902634a71f150725a1a157e24575
3
+ metadata.gz: 4c6c49b43b4d3a645d9d7eab40a7c1ea026d070ae39e271bfbe7f9ea7d65e96c
4
+ data.tar.gz: 8765eed4824d76a38e81b3c8f2d433f4c9986f1faef00185a199ba64c4375eac
5
5
  SHA512:
6
- metadata.gz: 7e8a9024fad728ca3e9cb661a11307ad05e8c68461688800fc9df5994e4eb1559f8e054885f74be32574ea19ec2c382b30edb54569175ebe3220913eb0f30a9d
7
- data.tar.gz: fa216f11fc4fd8d0cd85c408ec930d2c579e48cc98708462c23a81e654f583c346bc4e1a904a20313dde2e1e4be0f7be7adde0eaa12c5d69040f0d4a27fde7f8
6
+ metadata.gz: a47fa0976ca85c201410354c5ea8c084594db000fe3c1d9ef74db72f03a539736975ba108a0656c244ea4987aa512a7ef19dd21c7644234d488c80b5c9208f43
7
+ data.tar.gz: aab9cf1284aa94d320759535025cb651da5997d8306f67a1c84ab9510bbbb4213fac2b9a7b1cb8f5017f7a7587dedb252f2a7a1e029fb2a742aa84fda68adbb0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- souls (0.23.1)
4
+ souls (0.23.3)
5
5
  paint (= 2.2.1)
6
6
  whirly (= 0.3.0)
7
7
 
data/exe/souls CHANGED
@@ -64,13 +64,18 @@ begin
64
64
  send_method = ARGV[1]
65
65
  Souls.send send_method
66
66
  when "gcloud"
67
- send_method = ARGV[1]
68
- Souls::Gcloud.send send_method
67
+ status = Paint["Running Gcloud Commands...", :yellow]
68
+ Whirly.start spinner: "clock", interval: 420, stop: "🎉" do
69
+ Whirly.status = status
70
+ send_method = ARGV[1]
71
+ Souls::Gcloud.send send_method
72
+ Whirly.status = "Done!"
73
+ end
69
74
  when "-v", "--version"
70
75
  puts Paint[Souls::VERSION, :white]
71
76
  when "gem:update", "gemfile:update"
72
77
  status = Paint["Checking for updates...", :yellow]
73
- Whirly.start spinner: "clock", interval: 1000, stop: "🎉" do
78
+ Whirly.start spinner: "clock", interval: 420, stop: "🎉" do
74
79
  Whirly.status = status
75
80
  Souls.update_gemfile
76
81
  Whirly.status = "Done!"
data/lib/souls/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.23.2"
2
+ VERSION = "0.23.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.2
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI