souls 3.0.8 → 4.0.0

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: 8a8b84646e09108a623ef8af9e847d0b265199214efb36835682862e4c6c1da1
4
- data.tar.gz: 6ffb000ccc19a5d45abcc129b070efb7604f6a9d38d7baa40882c5bdc41b0509
3
+ metadata.gz: 45f0c640f8db0b677a7836a20cb4f0a2f4afbd7c154ff1ee7a2ad51e3ca4afdd
4
+ data.tar.gz: 9ed914c80f91894dd80c86a221161d99288976c12fef515e1d525a35c2147067
5
5
  SHA512:
6
- metadata.gz: 5d1aea6963e33b11a1473ceab5864b6b80a5a4a3bf2e39b006154eaa1a4830cd9c967c22c531178981c3b855c1bb007cbfb0ce36d96851dd4e423101657f806d
7
- data.tar.gz: d93b11bc98946d5b2e3acb61d5658974acb0967c1b6bcddb96df2a0bf15bfcbc74e6dec988799c112d4159645ecfa555d1c520d528b0cd4b3ade73d51e84d01f
6
+ metadata.gz: bfa290d33d6d56610dcb5cff34537f9e2655a0e13bc907792ca2e1b8073f8db867d7b5c2a7f96f1612fef7f08a9427ab8abeba7c7489032f0c203b9ddc7bc82d
7
+ data.tar.gz: dfd65269355ca5ea00a69f6df5c6aa58ffffc6ab06b5144ca7ff30d01126184b1138100bdcac3f33fed9fc952ef0c186c0447802d08c4072fd8d27f96e748626
@@ -134,29 +134,6 @@ end
134
134
  - name: Set up Cloud SDK
135
135
  uses: google-github-actions/setup-gcloud@v0
136
136
 
137
- - name: Build and test with Rake
138
- env:
139
- PGHOST: 127.0.0.1
140
- PGUSER: postgres
141
- RACK_ENV: test
142
- RUBY_YJIT_ENABLE: 1
143
- SOULS_GCP_PROJECT_ID: ${{ secrets.SOULS_GCP_PROJECT_ID }}
144
- run: |
145
- sudo apt-get -yqq install libpq-dev
146
- cd apps/#{worker_name}
147
- rm -f .env
148
- gem install bundler
149
- bundle install --jobs 4 --retry 3
150
- bundle exec rake db:create RACK_ENV=test
151
- bundle exec rake db:migrate RACK_ENV=test
152
- bundle exec rspec
153
-
154
- - name: Sync PubSub
155
- run: cd apps/#{worker_name} && souls sync pubsub
156
-
157
- - name: Sync Tasks
158
- run: cd apps/#{worker_name} && souls gcloud scheduler sync_schedules --timezone=${{ secrets.TZ }}
159
-
160
137
  - name: Configure Docker
161
138
  run: gcloud auth configure-docker --quiet
162
139
 
@@ -178,12 +155,6 @@ end
178
155
  --quiet \\
179
156
  --concurrency=80 \\
180
157
  --port=8080 \\
181
- --set-cloudsql-instances=${{ secrets.SOULS_GCLOUDSQL_INSTANCE }} \\
182
- --set-env-vars="SOULS_DB_USER=${{ secrets.SOULS_DB_USER }}" \\
183
- --set-env-vars="SOULS_DB_PW=${{ secrets.SOULS_DB_PW }}" \\
184
- --set-env-vars="SOULS_DB_HOST=${{ secrets.SOULS_DB_HOST }}" \\
185
- --set-env-vars="TZ=${{ secrets.TZ }}" \\
186
- --set-env-vars="SOULS_SECRET_KEY_BASE=${{ secrets.SOULS_SECRET_KEY_BASE }}" \\
187
158
  --set-env-vars="SOULS_GCP_PROJECT_ID=${{ secrets.SOULS_GCP_PROJECT_ID }}" \\
188
159
  --set-env-vars="RUBY_YJIT_ENABLE=1"
189
160
  TEXT
@@ -252,11 +223,10 @@ end
252
223
  endroll = <<~TEXT
253
224
  Easy to Run
254
225
  $ cd apps/#{worker_name}
255
- $ souls sync model
256
226
  $ souls s
257
- Go To : http://localhost:3000/playground
227
+ Go To : http://localhost:3000
258
228
 
259
- Doc: https://souls.elsoul.nl
229
+ Doc: https://souls.el-soul.com/
260
230
  TEXT
261
231
  cd = Paint[endroll, :white]
262
232
  puts(cd)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module SOULs
2
- VERSION = "3.0.8".freeze
2
+ VERSION = "4.0.0".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 3.0.8
1
+ 4.0.0
@@ -1 +1 @@
1
- 3.0.8
1
+ 4.0.0
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: 3.0.8
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-09-01 00:00:00.000000000 Z
13
+ date: 2022-09-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport