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: f08c7ec99a1de1b84996141a2ac4c47955f116d97e868bca9e555e61a3d5cf42
4
- data.tar.gz: c92858cdab4dc6ee344340df0c8f76fad89d307e127c11271af81f33b38a994c
3
+ metadata.gz: c5cc5e9a1f4b76338e2ca2e1c2e867b6251c3a1f7490f130f13e576b2b42a2b3
4
+ data.tar.gz: 92b0fd3daf3de2d62717d2def476a4c3afa78ff17952937b91b905ac3f4c99f5
5
5
  SHA512:
6
- metadata.gz: 189723b20b0400449b4969f113f6f2c6699d6b1b3fa7997aa1d7b55524f7cb8947d42e063f72992cf7a5793b6f3399e9eab4a88cf35fa8637c2573f5c270d920
7
- data.tar.gz: 7d3be8283464cb5d4196cc34d2207326ab8fde1e3ac9cb24c2a676ef101d7cf9c06704a6b930c40141e9cee1620978abdaf160e3fe0a682a95e1dae8adbb4592
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=3750MB --zone=#{zone} \
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
@@ -33,6 +33,7 @@ module Souls
33
33
  puts("before build")
34
34
  system("rake build")
35
35
  system("rake release")
36
+ system("gsutil -m -q cp -r coverage gs://souls-bucket/souls-coverage")
36
37
  Whirly.status = Paint["soul-v#{souls_new_ver} successfully updated!"]
37
38
  end
38
39
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.4.8".freeze
2
+ VERSION = "1.4.12".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.4.8
1
+ 1.4.12
@@ -1 +1 @@
1
- 1.4.8
1
+ 1.4.12
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: 1.4.8
4
+ version: 1.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI