barsoom_utils 0.2.0.49 → 0.2.0.50

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: f8a77945eaedef886ca5f3cdffe908b23efaac7d9834ab921089a9d40bcd400c
4
- data.tar.gz: 86e878a7c9d47bf7a8b3886a9a4044837dbfb572792d636d07b08dafd7b5bf8f
3
+ metadata.gz: dcbd429ff07728635a6d0a85ccfde14b49fd3fcb5387cb2ba920c011f49de2be
4
+ data.tar.gz: f731219849cb05d7ccfd39857ad6706b47acd6f1c337c1683bbb2702963e9fe1
5
5
  SHA512:
6
- metadata.gz: 96aa132b3f7380aa4f1a102ce16fb357bc12b7f89716f076ca89ff9cd31a2aa49ab28267cce1d45f480decfb8c6682b11dd2dae0587d989cdf8eea9ca630e401
7
- data.tar.gz: b9f96e36c41b34dcfe4ba748cb149244d52ca6666e18edb0aa3611b26d6bf734c20d732548b265ef25251d6b28356a8cf01d52aeb4989d6e3beba2e61430ca9e
6
+ metadata.gz: 0fda420e5f70e95df7ce6e0b52149447fe5db1d221a61f4996faf3228d174f582a580974553d96c76207f827edb5d448593d57ac8edce7170b271f72a5176d75
7
+ data.tar.gz: 0c9dfd01bc16f0b746a6386b55fea51d5f6d526d8abf387d1ad01fcbc388cc677a089371fb2fe2df13d43c20aeae9c0a27d289d227d468f9380033a98904ef4b
@@ -29,6 +29,7 @@ jobs:
29
29
  run: bundle exec rake
30
30
 
31
31
  release:
32
+ if: github.ref_name == github.event.repository.default_branch
32
33
  needs: test
33
34
  environment: Rubygems
34
35
  runs-on: ubuntu-latest
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0.49
1
+ 0.2.0.50
data/shared_rubocop.yml CHANGED
@@ -286,7 +286,6 @@ Layout/ClassStructure:
286
286
  Style/HashSyntax:
287
287
  Enabled: true
288
288
  EnforcedStyle: ruby19
289
- EnforcedShorthandSyntax: either_consistent # https://docs.rubocop.org/rubocop/cops_style.html#enforcedshorthandsyntax_-either_consistent-stylehashsyntax
290
289
 
291
290
  # https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
292
291
  Gemspec/DuplicatedAssignment:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.49
4
+ version: 0.2.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg