omniauth-monday 0.1.0 → 0.2.0

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: e808eed732139e31430e01d1cef847e02f105cf96589fb44941827f0cb2c8105
4
- data.tar.gz: c9a3744ae8aecea09ec38148580a421946245e90b491c1e7fc4d62894674b7ad
3
+ metadata.gz: fdd92c64dbd58a77d8facc50d88c6574e40a360183a934da7c73dcbd71a84279
4
+ data.tar.gz: c95a73ff6ba5fec424083a26c76a66d11bf2e50f00c466f3e81c67cd157a1bbb
5
5
  SHA512:
6
- metadata.gz: fbfe677a681d11ccdb3e197ca62cc48b342d276847f4f1427b2a838c406c61af67c244172de66e0129fd33da7a41fbb32dede32a1f6b3b8eac0d0e39afcfa68e
7
- data.tar.gz: 197589de12c47e9f45594b8542974114ab93df67a2052fc60d1d2cb0bd428614f2f7221e7058a62f01f723923d186d5e04aa5a56130a9fe07fe720d0311713b1
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.1.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
 
@@ -1,6 +1,5 @@
1
1
  require "omniauth-oauth2"
2
2
  require "graphql/client"
3
- require "graphql/client/http"
4
3
 
5
4
  module OmniAuth
6
5
  module Strategies
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Monday
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
@@ -24,5 +24,4 @@ Gem::Specification.new do |gem|
24
24
 
25
25
  gem.add_dependency 'omniauth', '~> 2.0'
26
26
  gem.add_dependency 'omniauth-oauth2', '~> 1.7'
27
- gem.add_dependency 'graphql-client'
28
27
  end
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.1.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