turnstiled 0.1.14 → 0.1.17

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: 5904d6f7f613e77aa764ec719c1f30cdbd958c1442877d60a85a1fa50dc9538e
4
- data.tar.gz: eeef751a7d14ff18e81b1f1660690584eea34948d0c122038c3f715a3c37eabd
3
+ metadata.gz: 8d83765436e41b397904d4a1cf58ed1499babba299a27dccbfd168fdf726b11c
4
+ data.tar.gz: cfcb69016fcc93fb45d9e6d5b81ab173a1a04ca4142c2ed9dd5793ce6397a4cd
5
5
  SHA512:
6
- metadata.gz: 8fd45d8cba7c33148081ff18e776f59729ad587f64092313a74837c60bc8260cfdfcc3783bc1d8cff6368ebecdadbb44df541bc942a1ba9f048f2b8f8cd951ba
7
- data.tar.gz: be9140d5a590c04461b079574cef13734523df9c4d35be47e2ff6507f02fbdfac0c6ecfbf6c080a030cd5b8781fcf4227354958a2c1c7935eef9f5aab5f1fb96
6
+ metadata.gz: 001061e6f5aa9baaab8a0b7036c64bf921d800a5ac74f8bf95b0322c053a5841808428c81581917bc6054557e242575e0d81de87adfc9e1a2e18c010369eda82
7
+ data.tar.gz: 973d72d6454647321be7be858aa957c5d96b72568b20764595d05de23f0e91cb8ae07d1f52e7df69c7e21eb86ab18431205c0f61069479bf52e623fe22703573
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  Turnstiled
2
2
  ==========
3
3
 
4
- Turnstiled makes it easy to add the Cloudflare Turnstile Captcha to your Rails app.
4
+ Integrate Cloudflare Turnstile into Ruby on Rails apps with ease.
5
5
 
6
- For development, it even inlucdes a Mock widget.
6
+ For development, it even includes a Mock widget.
7
7
 
8
8
  Getting Usage
9
9
  -------------
@@ -34,7 +34,7 @@ Turnstiled.site_secret = "YOUR SITE SECRET"
34
34
  In your layout, add the widget to the head of the document:
35
35
 
36
36
  ``` erb
37
- <%= turnstiled_javascript_tag %>
37
+ <%= turnstile_javascript_tag %>
38
38
  ```
39
39
 
40
40
  In test and development, it will include a mock widget that fires the callback after 2 seconds.
@@ -4,7 +4,7 @@ module Turnstiled
4
4
  ActiveSupport.on_load(:action_controller_base) { include Turnstiled::ControllerMethods }
5
5
  end
6
6
 
7
- initializer "turnstiled.controller" do
7
+ initializer "turnstiled.view" do
8
8
  ActiveSupport.on_load(:action_view) { include Turnstiled::ViewHelper }
9
9
  end
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Turnstiled
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turnstiled
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Displayful
8
8
  - Henrik Hauge Bjørnskov
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-13 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.6.2
81
+ rubygems_version: 3.6.9
82
82
  specification_version: 4
83
83
  summary: Cloudflare Turnstile for Rails
84
84
  test_files: []