omniauth-monday 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -17
- data/lib/omniauth/strategies/monday.rb +0 -1
- data/lib/omniauth-monday/version.rb +1 -1
- data/omniauth-monday.gemspec +0 -1
- metadata +1 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdd92c64dbd58a77d8facc50d88c6574e40a360183a934da7c73dcbd71a84279
|
4
|
+
data.tar.gz: c95a73ff6ba5fec424083a26c76a66d11bf2e50f00c466f3e81c67cd157a1bbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4821b7f247723e55c5654b93deffc66958b40b4efe04493a93139754c6bf4c8aedfc9b5cad45bf2597146d3cac003554bd4a077c7ea238f8f46c46fdbdf8cb32
|
7
|
+
data.tar.gz: 62b841a9a5844c2c9112a0e8605e6cc058e6d9d29ff403e40c4d3c3653c98089749e4190019b26428bb9ee555ea9832dc840f1af41c1eb254c731d83f87bbf6b
|
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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-monday
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Race
|
@@ -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
|