souls 1.4.9 → 1.4.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f159ec39740149805ab3222852310ad895b7fa6e8965d512878c60a74017edea
4
- data.tar.gz: d003d33d6645e3cc829c2cbcd7f0aab8b381ac137e59910945845213051c7e9f
3
+ metadata.gz: '08cc1c411069255bac7a97299c362167c4f5a1051305a973a5da901f9aabf488'
4
+ data.tar.gz: 4d7d2f6a14c5e631be088991ed35bcd03aee3dcee8b21f00c7a0f3a020898cca
5
5
  SHA512:
6
- metadata.gz: af9a2de84bd19519bd97eaf61859381325cb92a0eeb750f1a1e3ef51068e9c53baa76de8db89f2ebc10b2cb964fe568e0d4b7a6b4536317f1d0e3cfb95ab718b
7
- data.tar.gz: daa282e0403f4f35ff22b3154091ab8c00c0bcf586a832d2fd0f4ceeeb39fe0080f680c21744ae980a3f3335e33bd12d3028023700563eb302ae380f88e47fe4
6
+ metadata.gz: 1d0cdba28abb50e703f9fc37d55b1c7acbdf49d459306f48d2f9d5c11797e0d12a4b338da73a1d4fa9be6602f229d817109a3e2ccfb899b1b53a0fbee0bd3bb2
7
+ data.tar.gz: fdc5cd9b1e18a27737cd495520f1ed58522b44d74c30c748de057af68a31346f93dfbedcd541227361399a55a09ef28d151b6cc782aebedb259582e6ffcb004c
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.
@@ -33,7 +33,7 @@ module Souls
33
33
  puts("before build")
34
34
  system("rake build")
35
35
  system("rake release")
36
- system("gsutil cp -r coverage gs://souls-bucket/souls-coverage")
36
+ system("gsutil -m cp -r coverage gs://souls-bucket/souls-coverage")
37
37
  Whirly.status = Paint["soul-v#{souls_new_ver} successfully updated!"]
38
38
  end
39
39
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.4.9".freeze
2
+ VERSION = "1.4.10".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.4.9
1
+ 1.4.10
@@ -1 +1 @@
1
- 1.4.9
1
+ 1.4.10
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.9
4
+ version: 1.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI