rubysmith 3.0.0 → 3.0.1

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: 498ee3f9f5f3072d03d5029af0580c17deef5e06ceb870124c9f6c3db4fe199c
4
- data.tar.gz: 254ab76924f0b080f71fc5f8de68d53f1d4f1f6e714da767ad9c2a5f3de18176
3
+ metadata.gz: 28d9da463ce61272245120154c2aefcf3b25a7f03ef1df0317ab1ceff296adfc
4
+ data.tar.gz: 9e9a11cd02ce232eba3b0cc4c952fdd2a8874d457f53bf5c2749bacce43cb809
5
5
  SHA512:
6
- metadata.gz: 646599b1f334d412c8c2b3c3e34e4dda24d33210019be03b057e1136e85549d6a37c501ff3e6d2daacd0338e2c4f00c50db09806b8f0c37e1dfb559397b32476
7
- data.tar.gz: 7a4b16ed0990449dde1b68bc807c4f4b2690f81cc8f7287753a01124a9dd199c2c0a6952126118bbd6d091f445f8293e4ce186fb813aea49b11d179331c4238a
6
+ metadata.gz: '09a1e6fe56a7a6f50809be782facc05cdd99329c5dcccfed8bc260d874d65bdb1a0105b5bee7f26e698cdf625b3e52a18e219cda80f3154a8d09aa13c583b01c'
7
+ data.tar.gz: 74315335eae556669c75b0e091d5491fc5ceb35755906f5c8217a3d922b3ca87973360a3de60f5283d46cdf3e61c8bf91ab3f44bdf88fa4bc5125285cb41e101
checksums.yaml.gz.sig CHANGED
Binary file
@@ -14,7 +14,7 @@ group :code_quality do
14
14
  gem "bundler-leak", "~> 0.2"
15
15
  <% end %>
16
16
  <% if configuration.build_caliber %>
17
- gem "caliber", "~> 0.5"
17
+ gem "caliber", "~> 0.7"
18
18
  <% end %>
19
19
  <% if configuration.build_git && configuration.build_git_lint %>
20
20
  gem "git-lint", "~> 4.0"
@@ -25,7 +25,7 @@ RSpec.configure do |config|
25
25
  config.disable_monkey_patching!
26
26
  config.example_status_persistence_file_path = "./tmp/rspec-examples.txt"
27
27
  config.filter_run_when_matching :focus
28
- config.formatter = ENV["CI"] == "true" ? :progress : :documentation
28
+ config.formatter = ENV.fetch("CI", false) == "true" ? :progress : :documentation
29
29
  config.order = :random
30
30
  config.shared_context_metadata_behavior = :apply_to_host_groups
31
31
  config.warnings = true
data/rubysmith.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "rubysmith"
5
- spec.version = "3.0.0"
5
+ spec.version = "3.0.1"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://github.com/bkuhlmann/rubysmith"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
29
29
  RFE=
30
30
  -----END CERTIFICATE-----
31
- date: 2022-04-10 00:00:00.000000000 Z
31
+ date: 2022-04-22 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: auto_injector
metadata.gz.sig CHANGED
Binary file