rucaptcha_no_cookies 0.1.0 → 0.1.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: c13d4495de189c7f1e621257e5b20700dab62a76884feb28aa8b3aa0a1029a5c
4
- data.tar.gz: d63b28eeffb81b206b4f4f476741cd6ca8f0702736a36f24dc8d381e881e5f99
3
+ metadata.gz: d5349aafe7eb74c4b75c33c249537942858fabac86bf430a381dd9fc3f273577
4
+ data.tar.gz: db9b4122f75982fcac92f4094ae027363da434b533ec9bbe8ae922a245a5384a
5
5
  SHA512:
6
- metadata.gz: fbb34706d973a227e5f7f3fd7a2667a247044bcdb91ff67006229e3826a91d481e5387a7152e4184e65a0641f50916b06a7cabab789f01277e7d00c977d614da
7
- data.tar.gz: f37da81fa4a95f24303c8d38813721bf6077e039ea45c9bda61afb2721012ad38ac1f411a8bfc3c76ccbef1a5e46b06e4586191451da01a353d44cb1723bb30a
6
+ metadata.gz: 16b15102a06bab618ac0083a4f7765243a9b8fc27b68ab80d9bfecd4c35fe9620bc0a91e81c97ba120cea26ff596565a5fb9863f2b5a58ce765d009045f86cc8
7
+ data.tar.gz: 7d8d2603c48ffa4e7cac2962c0c5b5e0ae1a71a62d119ccf715287e89a1cc66820fe7c070b20dcd653f15e68c6803ddf0b57393774098c81e8e6c8606e56e413
@@ -1,3 +1,3 @@
1
1
  module RucaptchaNoCookies
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["wongyouth@gmail.com"]
11
11
 
12
12
  spec.summary = 'Use rucaptcha without cookies'
13
- spec.description = 'Use rucaptcha without cookies to supported in embedding pages'
13
+ spec.description = 'Support using rucaptcha in embedded pages'
14
14
  spec.homepage = 'https://github.com/wongyouth/rucaptcha_no_cookies'
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rucaptcha_no_cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Wang
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 3.2.3
55
- description: Use rucaptcha without cookies to supported in embedding pages
55
+ description: Support using rucaptcha in embedded pages
56
56
  email:
57
57
  - wongyouth@gmail.com
58
58
  executables: []