omniauth-tiktok-loginkit 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: d8b2ffe72f53ccfa1b75591363546ab768d90a4e65adc542f52d17e7afcfb03c
4
- data.tar.gz: a2868ee84dee7346d1e16fe1fda4fee4ccf6c25f3b89f452b36d0ea4bed9daea
3
+ metadata.gz: fa9554063d9938b19a2bbc94b4b183e8d1aa3b89e3c21389de4038872e70fd98
4
+ data.tar.gz: f15a2c760d8ebe63fc0b3641ccfd3d2e6a6c054e77282a8cf8443c980d91f982
5
5
  SHA512:
6
- metadata.gz: 0bacb2d0421d4792a4a785a10729c9d7ec99403ef0fdc7e0f0cc0baeef5f8915ef4caea73a77a76c269a04e0d9006aaa6e3d9488faff6a8612ce0d3a876b617d
7
- data.tar.gz: a8cffef59a1af571f071b76cf380fc16bed369b0bd6e7600409a5b88d25dcf0b0d6160b75650c21d7eb80596d25e3bcb0daf5a94f09e268397e6f1ec25ab8c99
6
+ metadata.gz: da5b86d1c386e213d7145dc4ab68c24a863eca3cff193af21b9777385c924e2d0d7bc28ee88b78961801e3fa0359b353fab40bc90442d24d89789b85cfe74b3b
7
+ data.tar.gz: 63a4bb3af6036226b30a8f645bc12b4210f548e8bfa5329df8c2bc993f6e416bdce44967d30387c4c5f27289ffedc9055ad925e713b428f2ce032b213a3e583b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OmniauthTiktokLoginkit
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-tiktok-loginkit
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
  - Michael Yin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-04-13 00:00:00.000000000 Z
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - layerssss@gmail.com
58
58
  executables: []
@@ -76,7 +76,7 @@ metadata:
76
76
  homepage_uri: https://github.com/layerssss/omniauth-tiktok-loginkit
77
77
  source_code_uri: https://github.com/layerssss/omniauth-tiktok-loginkit
78
78
  changelog_uri: https://github.com/layerssss/omniauth-tiktok-loginkit/blob/main/CHANGELOG.md
79
- post_install_message:
79
+ post_install_message:
80
80
  rdoc_options: []
81
81
  require_paths:
82
82
  - lib
@@ -91,8 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.1.6
95
- signing_key:
94
+ rubygems_version: 3.5.3
95
+ signing_key:
96
96
  specification_version: 4
97
97
  summary: OmniAuth Strategy for TikTok LoginKit
98
98
  test_files: []