immosquare-cookies 0.1.6 → 0.1.7

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: 2139918c74b4c323d2f74bc87cdccbc09b703dcb0068f933e62ebd7e61cac9b2
4
- data.tar.gz: ff8fc252888f2d85ab09c3e477aaac47e68a3f288b3fb4b6e54d36ce820836ce
3
+ metadata.gz: fa16a8e126e3520bd40009d23cd94dc44f2d8e82b0143d60534eb7f3c3e7eed3
4
+ data.tar.gz: fbfb85cede2197974faa8e0c34e20f1655f6c0f109c47e09c05d3699f95edbcd
5
5
  SHA512:
6
- metadata.gz: 271cacb01b820228e755e54f1b439cc3818c05b51e66c4daeb029337ba4f1c6ef2146d62413da7f24863ddb3ad49aee65e0101e9f01f771d48903a8b67c57d04
7
- data.tar.gz: 18a32142f87a6a79de11f76ed1c5d9e67d41b5d97dbd1511949263e02ef5fccb56da9a578ffa8085e27a90ae4fbe734b749e25175bccdcdf81e04b255f88f469
6
+ metadata.gz: 531140a05767bee9e46e036b31036860433e2c4eb3c23d70c437ba4936231db353290185a6183f42681a61b48e5e06c7d65299ac4f25f1b11ca38b573c1cbda6
7
+ data.tar.gz: 767f4d192677b456d416526c63d7ad511353a1fc893ac49b4eddf015176a229577581554b0137f3c7d87969480229b56db061a1d6a0c46486842612ac21337d8
@@ -0,0 +1,7 @@
1
+ zh-TW:
2
+ immosquare-cookies:
3
+ accept: 同意
4
+ document_name: 隱私權政策
5
+ link_text: 更多資訊:
6
+ refuse: 拒絕
7
+ text: 經您同意後,本網站與合作夥伴將使用 Cookie 或類似技術來儲存、存取及處理個人資料,包含您瀏覽本網站的紀錄、IP 位址及 Cookie 識別碼。您可隨時撤銷此同意。<br>本網站與合作夥伴共同處理以下資料:<br>精確地理位置資料與裝置分析識別、受眾資料與產品開發,以及在終端裝置上存取或儲存資訊。
@@ -1,3 +1,3 @@
1
1
  module ImmosquareCookies
2
- VERSION = "0.1.6".freeze
2
+ VERSION = "0.1.7".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
- - IMMO SQUARE
8
- autorequire:
7
+ - immosquare
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Immosquare Cookies Consent Banner allows Rails developers to effortlessly
14
13
  integrate a GDPR-compliant cookie consent prompt into their web applications. With
@@ -27,15 +26,15 @@ files:
27
26
  - config/locales/immosquare-cookies.fr.yml
28
27
  - config/locales/immosquare-cookies.it.yml
29
28
  - config/locales/immosquare-cookies.nl.yml
29
+ - config/locales/immosquare-cookies.zh-TW.yml
30
30
  - config/locales/immosquare-cookies.zh.yml
31
31
  - lib/immosquare-cookies.rb
32
32
  - lib/immosquare-cookies/engine.rb
33
33
  - lib/immosquare-cookies/version.rb
34
- homepage: https://github.com/IMMOSQUARE/immosquare-cookies
34
+ homepage: https://github.com/immosquare/immosquare-cookies
35
35
  licenses:
36
36
  - MIT
37
37
  metadata: {}
38
- post_install_message:
39
38
  rdoc_options: []
40
39
  require_paths:
41
40
  - lib
@@ -50,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
49
  - !ruby/object:Gem::Version
51
50
  version: '0'
52
51
  requirements: []
53
- rubygems_version: 3.5.11
54
- signing_key:
52
+ rubygems_version: 3.6.9
55
53
  specification_version: 4
56
54
  summary: A customizable cookie consent banner for Rails applications.
57
55
  test_files: []