souls 1.7.16 → 1.7.17

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: 0c4f09da29aaafe247f3bb47cfff18ae564a99aef1c94d9f343e0261a8e70b26
4
- data.tar.gz: e994c8428714c625d7f472e62b39298d2f9142ffd55387d9297afd02f1f22ed2
3
+ metadata.gz: b8560ec99f77c37368f51c3789321bfd5dbe31e608120bbc65ec5ea0acd10951
4
+ data.tar.gz: 84d9f6296c4a2de4ba81c7c0119aa638970ff4069059f69138323bf69c0ce8ac
5
5
  SHA512:
6
- metadata.gz: 7996adac6349b40e5dbe98765a7b8f2955d75ed8fb6794d9f26ae51a4c2d28db5d8e66c59a56cdc883ad8215d0ccd261abcd91711d8f058ee44eb2edc06a31c7
7
- data.tar.gz: 50eb32e1e4796b8220ebafff3fe93d3a8b92927b379a394201c921447dac68ac7be027a2d6d5144bae66f1259b79c44b4e626ac1997bf649f14de0e524483f4a
6
+ metadata.gz: 83306246c2dfae595463aa032aba8b3969d5478313e833cd95a137ef9b649154008bc4241521a737a4a73c929c863f00ddae1a5bb2090ea5431afbf68a07e50b
7
+ data.tar.gz: e9024433a7e2e83347340bc89a094f4a5cf4643973dc9ae0613a2704f3c51cf14ce971d812c3f8cdba397e6526b218326215d8e9b30c0fe67fe0c2c529b14bb2
@@ -1,6 +1,10 @@
1
1
  module Souls
2
2
  class CLI < Thor
3
- @bucket_url = "https://storage.googleapis.com/souls-bucket/boilerplates/#{::Souls::VERSION}"
3
+ def initialize(*_args)
4
+ super
5
+ @bucket_url = "https://storage.googleapis.com/souls-bucket/boilerplates/#{Souls::VERSION}"
6
+ end
7
+
4
8
  desc "new [APP_NAME]", "Create SOULs APP"
5
9
  def new(app_name)
6
10
  if app_name.nil?
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.16".freeze
2
+ VERSION = "1.7.17".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.16
1
+ 1.7.17
@@ -1 +1 @@
1
- 1.7.16
1
+ 1.7.17
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.7.16
4
+ version: 1.7.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -226,7 +226,7 @@ licenses:
226
226
  metadata:
227
227
  homepage_uri: https://souls.elsoul.nl
228
228
  source_code_uri: https://github.com/elsoul/souls
229
- changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.16
229
+ changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.17
230
230
  post_install_message:
231
231
  rdoc_options: []
232
232
  require_paths: