souls 0.24.8 → 0.24.9

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: 5e1ce66f5d9dc4581e6283e4585ebaaa91dcbbf6595f9c723f1110ecefaf9683
4
- data.tar.gz: c6b20a59319f44a24beea293c5ea4c5948d121230d2220cfe6292fa789cfbfdf
3
+ metadata.gz: b1eddf3455b6b592a0b5869a295150fe848d62d4c395b73abed0b7520822d1c7
4
+ data.tar.gz: 4fed41cea680904ce08806eddaad728ed5bb29275f65f6548f58d85cf8f38b63
5
5
  SHA512:
6
- metadata.gz: 301c64176cb961f8e88532e06761c97d894c3c878674773e950275ecf7e83fad4ccd5d8a8985ab9178306d647716679dfcca391081ce59bf838a070e18510888
7
- data.tar.gz: 4df80954681e798712153e297c6662d3faf9d8c6241bcb7ac8dc8094b65b204a336f6eeff375743de5fe3715b5045cf07d1daf45a2a2ef3f4a69e52a7fe847ee
6
+ metadata.gz: a745a0786ab85cb9aeaf47dd3250c9c725177263adf2aa01d2f3b7daf94f964ba86b6857a44bd99b6a1b364b59f55daabf07a8d61631b8c2777966f4c0dd92c8
7
+ data.tar.gz: c73802b5be44d1d38b9b57c7c880fc86b0e8b1a1a37e00188f00ba72a129d029bc8a4d08a097c3dae9f01609d779f12c5cb7b199881734014b18883d6c44b3c8
data/README.md CHANGED
@@ -102,9 +102,7 @@ souls gem:update
102
102
  Souls.configure do |config|
103
103
  config.app = "souls-api"
104
104
  config.project_id = "souls-api"
105
- config.strain = "worker"
106
- config.api_repo = "elsoul/souls_api"
107
- config.worker_repo = "elsoul/souls_worker"
105
+ config.strain = "api"
108
106
  config.worker_endpoint = "https://worker.com"
109
107
  config.fixed_gems = ["selenium-webdriver", "pg"]
110
108
  end
data/exe/souls CHANGED
@@ -116,6 +116,7 @@ begin
116
116
  Whirly.status = result
117
117
  end
118
118
  Souls.overwrite_version(new_version: souls_new_ver)
119
+ system("git add . && git commit -m 'souls update v#{souls_new_ver}'")
119
120
  system("rake build")
120
121
  system("rake release")
121
122
  Whirly.status = Paint["soul-v#{souls_new_ver} successfully updated!"]
data/lib/souls.rb CHANGED
@@ -226,7 +226,7 @@ module Souls
226
226
  current_dir_name = FileUtils.pwd.to_s.match(%r{/([^/]+)/?$})[1]
227
227
  case current_dir_name
228
228
  when "souls"
229
- file_path = "./lib/souls/versions/.souls_version"
229
+ return Souls::VERSION.split(".").map(&:to_i)
230
230
  when "api", "worker", "console", "admin", "media"
231
231
  file_path = ".../lib/souls/versions/.souls_#{service_name}_version"
232
232
  else
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.24.8".freeze
2
+ VERSION = "0.24.9".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- v0.24.8
1
+ v0.24.9
@@ -1 +1 @@
1
- v0.24.8
1
+ v0.24.9
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.24.8
4
+ version: 0.24.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -109,7 +109,6 @@ files:
109
109
  - lib/souls/init.rb
110
110
  - lib/souls/version.rb
111
111
  - lib/souls/versions/.souls_api_version
112
- - lib/souls/versions/.souls_version
113
112
  - lib/souls/versions/.souls_worker_version
114
113
  homepage: https://souls.elsoul.nl
115
114
  licenses:
@@ -1 +0,0 @@
1
- 0.24.7