modware 1.0.1 → 1.0.2

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: ced548256c71edcf8a00411267322de511a112e4519053f82d9b51ea57e6d7c5
4
- data.tar.gz: 00544aa8b177cd2efe530e6b84a2d022c151be8e647fade04a3bf5d1f69e1ec6
3
+ metadata.gz: d9fb743eb8ec676231419fb6e8addfe5331f8adc2d713bb72a0a8fa1b6950887
4
+ data.tar.gz: ee6d9c3099b824786e083509e374946cd6ba7059bc372cceda4fced5e7910d6a
5
5
  SHA512:
6
- metadata.gz: fa42c2ef53c3781e63ab64f7af0631bfaba2633cea351bf7c3d2067d0eed3837019bb753e86939c29a18b587567fc4abaaad872a980ea8353eccc3637e35ff9b
7
- data.tar.gz: 277aa271c64efa6d9c9562a581b7aab7e7dab36da439759a7769c3acfb6a77d1fd2940e2047e8a98d5c9c5ebe954671b32b0b54baf207703896a4179da48d0a9
6
+ metadata.gz: 0bd2e5d44cfa4012641cea6cadf57b4bf62470925fead308a496226c57296df04060d92ec2777753ebe055b5f4a719a791318154ddad32ea8319e367d367b92b
7
+ data.tar.gz: 630b677acdc0c66fc2fd2f9d35c313c49d071aa5ba12feb7eabd14723b0c7c8b9762e477076c889d57b9bca5100fc54015cf71e4e941d24feb6f97d5a9930349
@@ -16,14 +16,14 @@ jobs:
16
16
  strategy:
17
17
  fail-fast: false
18
18
  matrix:
19
- ruby-version: ['2.5', '2.6', '2.7', '3.0']
19
+ ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
20
20
  steps:
21
21
  - uses: actions/checkout@v2
22
22
 
23
23
  - name: Set up Ruby
24
24
  uses: ruby/setup-ruby@v1
25
25
  with:
26
- ruby-version: ${{ matrix.ruby-version }}
26
+ ruby-version: ${{ matrix.ruby }}
27
27
  bundler-cache: true
28
28
 
29
29
  - name: 'Run bundle update'
@@ -36,7 +36,7 @@ jobs:
36
36
  uses: coverallsapp/github-action@master
37
37
  with:
38
38
  github-token: ${{ secrets.GITHUB_TOKEN }}
39
- flag-name: run-${{ matrix.ruby-version }}
39
+ flag-name: run-${{ matrix.ruby }}
40
40
  parallel: true
41
41
  finish:
42
42
  needs: 'test'
data/README.md CHANGED
@@ -131,13 +131,14 @@ The [middleware](https://rubygems.org/gems/middleware) gem works well, following
131
131
 
132
132
  ## Change Log
133
133
 
134
- * 1.0.1 - Fix KeyStruct replacement
135
- * 1.0.0 - use a major bump due to breakage with the 0.2.0 version and existing gems
136
- * 0.2.0 - Add ruby 3.0 support and drop ruby < 2.5 (yanked)
137
- * 0.1.3 - Remove its-it dependency :( #2
138
- * 0.1.2 - More thread safety in Stack#start
139
- * 0.1.1 - Thread safety in Stack#start
140
- * 0.1.0 - Initial release
134
+ * **1.0.2** - Add Ruby 3.1 support
135
+ * **1.0.1** - Fix KeyStruct replacement
136
+ * **1.0.0** - use a major bump due to breakage with the 0.2.0 version and existing gems
137
+ * **0.2.0** - Add ruby 3.0 support and drop ruby < 2.5 (yanked)
138
+ * **0.1.3** - Remove its-it dependency :( #2
139
+ * **0.1.2** - More thread safety in Stack#start
140
+ * **0.1.1** - Thread safety in Stack#start
141
+ * **0.1.0** - Initial release
141
142
 
142
143
  ## Contributing
143
144
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Modware
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modware
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ronen barzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-14 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler