souls 1.5.3 → 1.5.4

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: 72186fdb6eb5c908f3862bbc5951c4d898a18119c9c86f87ec62daa0930b6ca7
4
- data.tar.gz: bc96b74682d102ea462ea98f6680e87c722a9a1b59fb232713820dafa6f08edb
3
+ metadata.gz: 1d1698267d5f996ab2e7163347253260c6e45b4857b9f8d9ea1adfe9e5ebf8a8
4
+ data.tar.gz: dc1dd4f776482f900f6219e74dc79d447ced21bf0110e90182b49c1e0d5543d7
5
5
  SHA512:
6
- metadata.gz: 8cdca5ac960e5be661ced4c27516b369339ccc27bd0c65de34da007fb5940b7d6bca942773de295d384230a09ae828b30bfe88d52c7bef394342bd40a1d85799
7
- data.tar.gz: 5176d24f7839f3673a8ab22e057de99481a421f87e65b442f7147c8180bc8d188ca60cf6d01b424f7d20a114150592679a9c934356415a5bde353aea8137df47
6
+ metadata.gz: aacc81218b89d6a7987654c52d9e4a6bd3aa33ad9955a2340e3725d4bdd9a69b06db9649a8dd9754b2b4d51c068197a4fe0d647f72b9e72fcb32049a0cf55764
7
+ data.tar.gz: 100e3e13d47599bd94204e34014181036add0f41696bac35abf329cafadb96be5179438db5539c5154febeb272fd282357c4a03649ee35efafaa7e290dd0b993
@@ -7,6 +7,8 @@ module Souls
7
7
  puts(Paint["`souls new souls-app`", :yellow])
8
8
  exit
9
9
  end
10
+ file_dir = "./#{app_name}"
11
+ raise(StandardError, "Directory Already Exist!") if Dir.exist?(file_dir)
10
12
 
11
13
  service_name = "api"
12
14
  download_souls(app_name: app_name, service_name: service_name)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.5.3".freeze
2
+ VERSION = "1.5.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.5.3
1
+ 1.5.4
@@ -1 +1 @@
1
- 1.5.3
1
+ 1.5.4
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: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI