souls 1.3.6 → 1.3.7

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: 67562406559d88c75d9c4f6dd7364524b947a0b02cdefd241b03c0a606f03f32
4
- data.tar.gz: f7dc79a83361b8fc49675953760f2552cefbd46b39aa83e06c5fc3282283f91c
3
+ metadata.gz: 73b47b6755808ed066fd4e432cdb9344b5a466efef74a03ef5655037ceed6f3b
4
+ data.tar.gz: d7c93e44fc0f81d58f316f3e3e802c60836ad80c4adf65dd8b0eff1b8387964c
5
5
  SHA512:
6
- metadata.gz: 697e0be85783dc17f4e4a283ab8b3bd46b9cccc693bdb170f1e4b9d33f0f221a8ac125ff21319e895a2b7f1233848d74b124b9a361041d1b583bd2b3ee4b4556
7
- data.tar.gz: c24ba7aaba182beed99d69dd1159897a5d2164457f24f75ce0a3f0c2f9c6eab14384e181d7049054bc345b847f31615a113f45a50c3cf36ef5503192e869dc48
6
+ metadata.gz: e046965ef59b0a1908a5edbf1d822e7c3e1e390517f3bf8b79544d4539b02981250cea58aa3611e984fd6768a2625aaaaeaac478880653e4bd47932b9c07b0b4
7
+ data.tar.gz: e8ae0f582ef5124a21474b41fd9993eda507c044edcaeb6de16db1ef1b5822c30e3e391e52eff686d0072ae437fc939368e8c12d2b0310952c3f08235a194cec
@@ -159,14 +159,13 @@ module Souls
159
159
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile")
160
160
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Steepfile")
161
161
  system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/gitignore")
162
- system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/.env.production.sample")
163
162
  system("cd #{app_name} && mv gitignore .gitignore")
164
163
  system("cd #{app_name} && bundle")
165
164
  system("cd #{app_name}/apps/api && bundle")
166
165
  FileUtils.rm(sig_name)
167
166
  end
168
167
 
169
- def souls_api_credit(app_name: "souls", service_name: "api")
168
+ def souls_api_credit(app_name: "souls")
170
169
  line = Paint["====================================", :yellow]
171
170
  puts("\n")
172
171
  puts(line)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.3.6".freeze
2
+ VERSION = "1.3.7".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.3.6
1
+ 1.3.7
@@ -1 +1 @@
1
- 1.3.6
1
+ 1.3.7
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.3.6
4
+ version: 1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI