souls 1.3.3 → 1.3.4
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 +4 -4
- data/README.md +1 -0
- data/lib/souls/cli/init/index.rb +3 -3
- data/lib/souls/version.rb +1 -1
- data/lib/souls/versions/.souls_api_version +1 -1
- data/lib/souls/versions/.souls_worker_version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db171a41f8de9bb4f402c769cd2c46dbba8ca747175e70e8a61ae6c8c4298a40
|
|
4
|
+
data.tar.gz: b8efa059a87e83ffa2753fe7f91df0df7049fdf64f3f301bdcab73d753458ba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79a2a2a9f9f8266861cd9363f7299576bd227224a3ef6e78e2e566067b14535547b399862d558eb9133474c8be185e5220e3785a6f6d43c48ac04732864d1a51
|
|
7
|
+
data.tar.gz: e434dec7a31f610a65083574e09abefee38b3438b58eb28c4a2dec94c82463d3a4b0ed2b685d3da94061badcfdec72c365f4f8da4dc6b9d473d9524b9b85c910
|
data/README.md
CHANGED
|
@@ -68,6 +68,7 @@ It is a development environment where you can immediately notice the mistakes th
|
|
|
68
68
|
- [Docker](https://www.docker.com/)
|
|
69
69
|
- [Firebase CLI](https://firebase.google.com/docs/cli)
|
|
70
70
|
- [Ruby](https://www.ruby-lang.org)
|
|
71
|
+
- [Github CLI](https://cli.github.com/)
|
|
71
72
|
|
|
72
73
|
## Cloud Infrastructure
|
|
73
74
|
|
data/lib/souls/cli/init/index.rb
CHANGED
|
@@ -119,15 +119,15 @@ module Souls
|
|
|
119
119
|
|
|
120
120
|
gem "activesupport", "6.1.4.1"
|
|
121
121
|
gem "foreman", "0.87.2"
|
|
122
|
-
gem "google-cloud-pubsub", "2.
|
|
122
|
+
gem "google-cloud-pubsub", "2.9.0"
|
|
123
123
|
gem "paint", "2.2.1"
|
|
124
124
|
gem "parser", "3.0.2.0"
|
|
125
125
|
gem "pg", "1.2.3"
|
|
126
126
|
gem "rake", "13.0.6"
|
|
127
127
|
gem "rspec", "3.10.0"
|
|
128
|
-
gem "rubocop", "1.
|
|
128
|
+
gem "rubocop", "1.22.3"
|
|
129
129
|
gem "sinatra-activerecord", "2.0.23"
|
|
130
|
-
gem "solargraph", "0.
|
|
130
|
+
gem "solargraph", "0.44.0"
|
|
131
131
|
gem "souls", "#{Souls::VERSION}"
|
|
132
132
|
gem "steep", "0.46.0"
|
|
133
133
|
gem "thor", "1.1.0"
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.4
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.4
|