omniauth-monday 0.1.0 → 0.2.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 +5 -5
- data/Gemfile.lock +1 -17
- data/lib/omniauth/strategies/monday.rb +0 -2
- data/lib/omniauth-monday/version.rb +1 -1
- data/omniauth-monday.gemspec +0 -1
- metadata +5 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a27f799f1943f2c7b29ec64af84b847594850dcc
|
|
4
|
+
data.tar.gz: f957b9043852ae325e117dafda886e9ae148e3cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e987abf6a55c7cd2dc983743ec4ad0c7e48277c4267411a49b942c2bf8ed9fde0230b77731b5f989936682a4d98e8a2ddaf204173c6a07b587af603607c9c49c
|
|
7
|
+
data.tar.gz: ca0f1510b4db13aeeb11bad87cabb74d0b8647948a702c26c878b1f89043dbee3522f3c2549ca01d4c0ad5d8bc47c04a65d9e664a88ef03d83a147126ba5131a
|
data/Gemfile.lock
CHANGED
|
@@ -1,38 +1,24 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
omniauth-monday (0.
|
|
5
|
-
graphql-client
|
|
4
|
+
omniauth-monday (0.2.0)
|
|
6
5
|
omniauth (~> 2.0)
|
|
7
6
|
omniauth-oauth2 (~> 1.7)
|
|
8
7
|
|
|
9
8
|
GEM
|
|
10
9
|
remote: https://rubygems.org/
|
|
11
10
|
specs:
|
|
12
|
-
activesupport (7.0.7.2)
|
|
13
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
14
|
-
i18n (>= 1.6, < 2)
|
|
15
|
-
minitest (>= 5.1)
|
|
16
|
-
tzinfo (~> 2.0)
|
|
17
11
|
ast (2.4.2)
|
|
18
12
|
base64 (0.1.1)
|
|
19
|
-
concurrent-ruby (1.2.2)
|
|
20
13
|
diff-lcs (1.5.0)
|
|
21
14
|
faraday (2.7.10)
|
|
22
15
|
faraday-net_http (>= 2.0, < 3.1)
|
|
23
16
|
ruby2_keywords (>= 0.0.4)
|
|
24
17
|
faraday-net_http (3.0.2)
|
|
25
|
-
graphql (2.1.0)
|
|
26
|
-
graphql-client (0.18.0)
|
|
27
|
-
activesupport (>= 3.0)
|
|
28
|
-
graphql
|
|
29
18
|
hashie (5.0.0)
|
|
30
|
-
i18n (1.14.1)
|
|
31
|
-
concurrent-ruby (~> 1.0)
|
|
32
19
|
json (2.6.3)
|
|
33
20
|
jwt (2.7.1)
|
|
34
21
|
language_server-protocol (3.17.0.3)
|
|
35
|
-
minitest (5.19.0)
|
|
36
22
|
multi_xml (0.6.0)
|
|
37
23
|
oauth2 (2.0.9)
|
|
38
24
|
faraday (>= 0.17.3, < 3.0)
|
|
@@ -92,8 +78,6 @@ GEM
|
|
|
92
78
|
snaky_hash (2.0.1)
|
|
93
79
|
hashie
|
|
94
80
|
version_gem (~> 1.1, >= 1.1.1)
|
|
95
|
-
tzinfo (2.0.6)
|
|
96
|
-
concurrent-ruby (~> 1.0)
|
|
97
81
|
unicode-display_width (2.4.2)
|
|
98
82
|
version_gem (1.1.3)
|
|
99
83
|
|
data/omniauth-monday.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-monday
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Race
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth
|
|
@@ -38,20 +38,6 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.7'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: graphql-client
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '0'
|
|
48
|
-
type: :runtime
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - ">="
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
55
41
|
description: Official OmniAuth strategy for Monday.com.
|
|
56
42
|
email:
|
|
57
43
|
- rob@succinctsoftwarellc.com
|
|
@@ -99,10 +85,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
85
|
- !ruby/object:Gem::Version
|
|
100
86
|
version: '0'
|
|
101
87
|
requirements: []
|
|
102
|
-
|
|
88
|
+
rubyforge_project:
|
|
89
|
+
rubygems_version: 2.6.14
|
|
103
90
|
signing_key:
|
|
104
91
|
specification_version: 4
|
|
105
92
|
summary: Official OmniAuth strategy for Monday.com.
|
|
106
93
|
test_files:
|
|
107
94
|
- spec/omniauth/monday_spec.rb
|
|
108
95
|
- spec/spec_helper.rb
|
|
96
|
+
has_rdoc:
|