mootool 0.2 → 0.2.3

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: caa1b73c54aac60b7305ff1c0a77ca5a9b633c62bb0991fe493ab9cf8ddacc51
4
- data.tar.gz: 6de9b19a3891b0ffec4a5d1763cfd8907b4baf39c58a2b813edafbc1be08410e
3
+ metadata.gz: 4cb92ea5d0aabdbcf38f13ad689433f8b68ca590f33dbf5c9df2faaa5f4c3903
4
+ data.tar.gz: 583f08dc949bd8f0cb597128b1c25728ec579c6b726330db082cba89fdd1e2c5
5
5
  SHA512:
6
- metadata.gz: f7bf4205f85695060868057dcfbf77cff3ab2537c181bed8d8324804157705951da153d5c93c12beb3f5eced9862c3cc945c63ca0c6f212db5d3e9904d9833fe
7
- data.tar.gz: ee564b7712959e6222f6d53b7ca5219670a00e44f47f52ce59717fbe112837a461237652897843422863f3c7451a6e83ff4dcd6b16c0fc017e3d07c49c6cdda4
6
+ metadata.gz: b1f196cb6d8487d32861467204cc8ff59e4447141b0a18e867d43a6afa0ca0e18923ab121767b06bcf8143faabfa2a9b7c4490737195a5f8b81068de24c6d5dc
7
+ data.tar.gz: 6e52e6278cdb716c6cfe377ad7199c0adaed6aa7b365f082bf19f0f09f69370f0690caa6ec165c2d36f4793c8fc837455131cbcfe2b3513f5c61c7452f87e161
@@ -18,8 +18,9 @@ jobs:
18
18
 
19
19
  runs-on: ubuntu-latest
20
20
  strategy:
21
+ fail-fast: false
21
22
  matrix:
22
- ruby-version: [ '2.6', '2.7', '3.0' ]
23
+ ruby-version: [ '3.0', '3.1.2', '3.2.0-preview1' ]
23
24
 
24
25
  steps:
25
26
  - uses: actions/checkout@v2
@@ -27,7 +28,7 @@ jobs:
27
28
  # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
28
29
  # change this to (see https://github.com/ruby/setup-ruby#versioning):
29
30
  # uses: ruby/setup-ruby@v1
30
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
31
+ uses: ruby/setup-ruby@v1
31
32
  with:
32
33
  ruby-version: ${{ matrix.ruby-version }}
33
34
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -15,10 +15,10 @@ jobs:
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v2
18
- - name: Set up Ruby 2.6
18
+ - name: Set up Ruby 3.1.2
19
19
  uses: actions/setup-ruby@v1
20
20
  with:
21
- ruby-version: 2.6.x
21
+ ruby-version: 3.1.2
22
22
 
23
23
  - name: Publish to GPR
24
24
  run: |
data/.rubocop.yml CHANGED
@@ -1,3 +1,6 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+
1
4
  Metrics/BlockLength:
2
5
  Max: 35
3
6
  Exclude:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mootool (0.2)
4
+ mootool (0.2.3)
5
5
  plist (~> 3)
6
6
  ruby-macho (~> 3)
7
7
  rubyzip (~> 2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MooTool
4
- VERSION = '0.2'
4
+ VERSION = '0.2.3'
5
5
  end
data/mootool.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.homepage = 'https://github.com/hack-different/mootool'
16
16
  spec.license = 'MIT'
17
17
 
18
- spec.required_ruby_version = '>= 3.1'
18
+ spec.required_ruby_version = '>= 3.0'
19
19
 
20
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
21
21
  # to allow pushing to a single host or delete this section to allow pushing to any host.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mootool
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark
@@ -173,14 +173,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
174
  - - ">="
175
175
  - !ruby/object:Gem::Version
176
- version: '3.1'
176
+ version: '3.0'
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - ">="
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubygems_version: 3.0.3.1
183
+ rubygems_version: 3.3.7
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Mach-O's Other Tool