sober_swag 0.4.0 → 0.5.0

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: 58d8be36679e1f9e29622e05aded075a325ab9fef563b4853c4715a1b4250a86
4
- data.tar.gz: 7e33fec98c8bf330e7e49af5326a234447154c35f5813d17e3c134e7f41dfa71
3
+ metadata.gz: f00dc3f047ad2bc40f12096ff56ebfd6ba3018cc05d0115ce400bc851cc382f9
4
+ data.tar.gz: 0f9819bf9bc3135b86fd2dde790e58477b0e3c0865a580987a6203a32a8eec34
5
5
  SHA512:
6
- metadata.gz: 8e9cc9c095545c83b9411bc69cc3c459e017b72b220c8b79dbbfc4a1a303d3bf864d2c984a1290e13b42a999d8d19d03e6a78a66c4992102c31451ea538305de
7
- data.tar.gz: 52ecf6c37d3dad5893c9626fd833ba2ae4ff52ddf03895719bb40784aacc63bac0db6c282cd521786902ffad76425c0f5f89d9093412ba166374bbaee796762b
6
+ metadata.gz: e41afbd4771aca33e626c5bbad84cc5826ccf11c042878f9453a3cffb2d396b3f58e1d254c3fdf8cd5a847c079a697f68972e9e129f589af1e3b084208954775
7
+ data.tar.gz: 17b7771051bbde79bedcd1c4094f32cb612e24a5d9dfbe05b522bf086e55dbf43dae6ebf05d0c9cc447b3e8a8600918a83885fac1526ec598938b97f4ca5b1de
@@ -19,7 +19,7 @@ jobs:
19
19
  runs-on: ubuntu-latest
20
20
  strategy:
21
21
  matrix:
22
- ruby: [ '2.5', '2.6', '2.7' ]
22
+ ruby: [ '2.6', '2.7' ]
23
23
 
24
24
  steps:
25
25
  - uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
29
29
  # uses: ruby/setup-ruby@v1
30
30
  uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
31
31
  with:
32
- ruby-version: 2.7
32
+ ruby-version: ${{ matrix.ruby }}
33
33
  - uses: actions/cache@v2
34
34
  with:
35
35
  path: vendor/bundle
@@ -61,4 +61,4 @@ jobs:
61
61
  bundle install
62
62
  - name: Run specs for example
63
63
  working-directory: example
64
- run: rake
64
+ run: bundle exec rake
@@ -1,8 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '2.7.1'
5
-
6
4
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
5
  gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
8
6
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- sober_swag (0.3.0)
4
+ sober_swag (0.4.0)
5
5
  activesupport
6
6
  dry-struct (~> 1.0)
7
7
  dry-types (~> 1.2)
@@ -225,8 +225,5 @@ DEPENDENCIES
225
225
  sqlite3 (~> 1.4)
226
226
  tzinfo-data
227
227
 
228
- RUBY VERSION
229
- ruby 2.7.1p83
230
-
231
228
  BUNDLED WITH
232
229
  2.1.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SoberSwag
4
- VERSION = '0.4.0'
4
+ VERSION = '0.5.0'
5
5
  end
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.metadata['homepage_uri'] = spec.homepage
21
21
 
22
+ spec.required_ruby_version = '>= 2.6.0'
23
+
22
24
  # Specify which files should be added to the gem when it is released.
23
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
26
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sober_swag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Super
@@ -288,7 +288,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
288
288
  requirements:
289
289
  - - ">="
290
290
  - !ruby/object:Gem::Version
291
- version: '0'
291
+ version: 2.6.0
292
292
  required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  requirements:
294
294
  - - ">="