rails_cloudflare_turnstile 0.1.6 → 0.2.0

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: 40a052a7fef7a3c01dc2959b1f3a2adfeb6ad618df2b7d6238ff19b920c8a2e5
4
- data.tar.gz: b445964ad58d5e4865bd859a9326766882be1115c71790fd6448443f9d4b69c5
3
+ metadata.gz: 72dc292372557cd074ad5849a4bd3de12b55d56d53b14a57ca248f9e406bf17a
4
+ data.tar.gz: 2b6b02151805b3e04a0970e8cfc0ed8d6231fb006547c17e8353c21a66b87f23
5
5
  SHA512:
6
- metadata.gz: 12712741bafee3aeeb5599a8760cb34c7c9bc0979c99496a66fd9a354b2a6d8cdfa9e8e084ad3b2362fb1e9c836ba2dfb140b570f219fc23d67cac9129b5a265
7
- data.tar.gz: 4e86bb75a4e6bfc95825ab99e18a1081615a41722d9f370af89e46a6bee9a54ecc07a1f8df52ab21a640b8afbd86809d7c4e447af01763a230fd771d00391964
6
+ metadata.gz: d6f8af28dd1ae7581d2a47124e81fd9a34e2a168d3b6cd8dfaf1f19bce732b57e8e0b86b637cc39023ba66a81c16757076842f3989f5bfe05f1a4f228f2e27f7
7
+ data.tar.gz: c4d387d37d0c0a2c01a30da6c5e85566517b7c14f12eb753513b32fa97d3dfd3f80408e3b1749f5cd82629e4d524ee5a07985ff0436dbce98467ffa4d5239b7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  ChangeLog
2
2
  =========
3
3
 
4
+ 0.2.0
5
+ -----
6
+ - drop support for Ruby 2.7
7
+ - drop support for Rails 5
8
+
4
9
  0.1.6
5
10
  -----
6
11
  - support Rails 7.1.x (#87, thanks @AliOsm)
data/README.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # RailsCloudflareTurnstile
2
2
 
3
- This is a Rails plugin adding support for [Cloudflare Turnstile](https://www.cloudflare.com/products/turnstile/)
3
+ This is a Rails plugin adding support for [Cloudflare Turnstile](https://www.cloudflare.com/products/turnstile/). It works with Rails 6+, and Ruby 3.x.
4
4
 
5
5
  [![CI](https://github.com/instrumentl/rails-cloudflare-turnstile/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/instrumentl/rails-cloudflare-turnstile/actions/workflows/ci.yml)
6
6
  [![Gem Version](https://badge.fury.io/rb/rails_cloudflare_turnstile.svg)](https://badge.fury.io/rb/rails_cloudflare_turnstile)
7
7
 
8
8
  ## Usage
9
- How to use my plugin.
10
9
 
11
10
  ## Installation
12
11
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module RailsCloudflareTurnstile
2
- VERSION = "0.1.6"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_cloudflare_turnstile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brown
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -52,7 +52,7 @@ dependencies:
52
52
  version: '3.0'
53
53
  description: |2
54
54
  Rails extension for Cloudflare's Turnstile CAPTCHA alternative. This gem should work with
55
- Rails 5.x, 6.x, and 7.x, and with Faraday 1.x and 2.x.
55
+ Rails 6.x and 7.x, and with Faraday 1.x and 2.x.
56
56
  email:
57
57
  - james@instrumentl.com
58
58
  executables: []
@@ -87,14 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - ">="
89
89
  - !ruby/object:Gem::Version
90
- version: 2.7.0
90
+ version: 3.0.0
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.3.26
97
+ rubygems_version: 3.5.3
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Rails extension for Cloudflare's Turnstile CAPTCHA alternative