souls 0.28.0 → 0.28.1

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: 49c908dc83bdf0b58ef0dd1eb2a3dc4d46675402ecbbf4ee9cb6cc9b63769f59
4
- data.tar.gz: fcce58ce89c03139074abae185cfc4ae9980de88c1d07e9643bbd2fcb5221baf
3
+ metadata.gz: a0f38588126726093519bbb0c3a7e5ae9b5ffbd988c3c9d6a39cc5b8161ec19c
4
+ data.tar.gz: 798c6b007a68a4595e37492e2189cb48d577c5e02773d160d312915cc056b2fc
5
5
  SHA512:
6
- metadata.gz: 10f2d4f3c77f04bcbe9a2fe5f5468b850bbd7bd0d37a72ac2fcdd391a36aab39fdcf9da1d9e324b56adf5909db377f022b9e48e4b9cafd9ebb5c58e432e43048
7
- data.tar.gz: 6de905afcf73eb15809ed9bb065f8b6ff2b5bfecb29f33985b5a1c2d9d70bc194b96ab40864a249312182c13794240568bc7d6c98cb9d36d8e6feaa44f2c038e
6
+ metadata.gz: f4dc47dabd4fbbe16a1d5fed3ff9247d183361b44df10ddfdb943d27d3024e1a70e11205ca39131974762894f612f06f7550efd1742fd20a292d4e4307f509ff
7
+ data.tar.gz: eb4a18388b5e06096a2926f213bf9f46d74a0e4b5030a6fd9f43ef74cb3291627841cade96ee9a91dd4c1dc622124b088121fe2c4d3685b1d47e05bbc257b0f8
data/lib/souls/init.rb CHANGED
@@ -83,10 +83,10 @@ module Souls
83
83
  system("curl -OL #{url}")
84
84
  system("mkdir -p #{app_name}/apps/#{service_name}")
85
85
  system("tar -zxvf ./#{file_name} -C #{app_name}/apps/")
86
- system("curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/.rubocop.yml #{app_name}")
87
- system("curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Gemfile #{app_name}")
88
- system("curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile.dev #{app_name}")
89
- system("curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile #{app_name}")
86
+ system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/.rubocop.yml")
87
+ system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Gemfile")
88
+ system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile.dev")
89
+ system("cd #{app_name} && curl -OL https://storage.googleapis.com/souls-bucket/boilerplates/Procfile")
90
90
  FileUtils.rm(file_name)
91
91
  end
92
92
 
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.28.0".freeze
2
+ VERSION = "0.28.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
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.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI