action_smser 3.4.0 → 3.4.1

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: 5425a318eda9666989a41c3b9a2d4fe76d5c74ce94a803958401e3fb7277a564
4
- data.tar.gz: 90dcfd54c1e8555520e65e546a2a30f536c2dd625b86a15daa4422f1eb00bfd3
3
+ metadata.gz: 024d240d516cca96ce1b22bb43ed2763eb81a7fe163ef7c76519f2658dda238a
4
+ data.tar.gz: e65ce4c436a3254dff2bb736db184e917f913fc628172a4de8ab123bd01827d6
5
5
  SHA512:
6
- metadata.gz: cd1561a68d0805e9f1e4a5b0034a61caa929d481fda243dc067e737aabf7b602d9196f810bba58e3456dee0ab2afcb39c19b7e32e6bfbe20ab5e893861e82881
7
- data.tar.gz: 0e2c0bd5f27b3a5f90fce5b82ed4b30f84fef21e30154774f82b40f992a43eb637680668786778926e89f568e4abad5441ad060915edb2065e95635318fe6043
6
+ metadata.gz: 83b67877c1bc55d5f4769c77a1bdac1bafd05a3d8081c26ee6d6568669e55fa5bbe62a9bd54f6ea2daad60f4e9aa3341880da91dbe7c896ed5b81f7e7de3ff2d
7
+ data.tar.gz: 67eb1ad1705aeb1e721f7d48f409fbc04b7f2ee1c50637e03e8c39b2a76d0a9486dc1da4784a20732d360274dc3112381b449d25b46748a21492fa30aa22e940
data/README.md CHANGED
@@ -230,8 +230,8 @@ end
230
230
  Submit suggestions or feature requests as a GitHub Issue or Pull Request. Remember to update tests. Tests are quite extensive.
231
231
 
232
232
  Check github actions for what environments are supported: https://github.com/holli/action_smser/blob/master/.github/workflows/ci.yaml and
233
- https://github.com/holli/action_smser/actions
234
-
233
+ https://github.com/holli/action_smser/actions . See https://github.com/holli/action_smser/blob/master/CHANGELOG.md for changes and to see what
234
+ version to use with older Rails versions.
235
235
 
236
236
 
237
237
  ### Similar gems
@@ -1,3 +1,3 @@
1
1
  module ActionSmser
2
- VERSION = "3.4.0"
2
+ VERSION = "3.4.1"
3
3
  end