souls 1.4.8 → 1.4.12
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5cc5e9a1f4b76338e2ca2e1c2e867b6251c3a1f7490f130f13e576b2b42a2b3
|
4
|
+
data.tar.gz: 92b0fd3daf3de2d62717d2def476a4c3afa78ff17952937b91b905ac3f4c99f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ddab2f3a81d30546b80803666f141e4ea997242a86813c56e12cbcd69675095a1745f17dca7e342488b2f92ce11a0da099ab306e66c9c0c480384f7d9c4c2fd
|
7
|
+
data.tar.gz: 3a99d05753b8173337180e85946521265f0397ac706184d75544ce936595d132235f79433452b68134259567141a02e0f5feb1a38e455c521c01594568bb52ef
|
data/README.md
CHANGED
@@ -131,6 +131,10 @@ git submodule add -f https://github.com/ruby/gem_rbs_collection.git vendor/rbs/g
|
|
131
131
|
|
132
132
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org/gems/souls).
|
133
133
|
|
134
|
+
## Test Coverage
|
135
|
+
|
136
|
+
[Rspec Test Coverage](https://storage.googleapis.com/souls-bucket/souls-coverage/index.html#_AllFiles)
|
137
|
+
|
134
138
|
## Contributing
|
135
139
|
|
136
140
|
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/souls. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
@@ -15,7 +15,7 @@ module Souls
|
|
15
15
|
zone = "#{region}-b"
|
16
16
|
system(
|
17
17
|
"gcloud sql instances create #{instance_name} \
|
18
|
-
--database-version=#{db_type} --cpu=1 --memory=
|
18
|
+
--database-version=#{db_type} --cpu=1 --memory=4096MB --zone=#{zone} \
|
19
19
|
--root-password='#{password}' --database-flags cloudsql.iam_authentication=on"
|
20
20
|
)
|
21
21
|
Dir.chdir(Souls.get_api_path.to_s) do
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.12
|
@@ -1 +1 @@
|
|
1
|
-
1.4.
|
1
|
+
1.4.12
|