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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: e808eed732139e31430e01d1cef847e02f105cf96589fb44941827f0cb2c8105
4
- data.tar.gz: c9a3744ae8aecea09ec38148580a421946245e90b491c1e7fc4d62894674b7ad
2
+ SHA1:
3
+ metadata.gz: a27f799f1943f2c7b29ec64af84b847594850dcc
4
+ data.tar.gz: f957b9043852ae325e117dafda886e9ae148e3cf
5
5
  SHA512:
6
- metadata.gz: fbfe677a681d11ccdb3e197ca62cc48b342d276847f4f1427b2a838c406c61af67c244172de66e0129fd33da7a41fbb32dede32a1f6b3b8eac0d0e39afcfa68e
7
- data.tar.gz: 197589de12c47e9f45594b8542974114ab93df67a2052fc60d1d2cb0bd428614f2f7221e7058a62f01f723923d186d5e04aa5a56130a9fe07fe720d0311713b1
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.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,4 @@
1
1
  require "omniauth-oauth2"
2
- require "graphql/client"
3
- require "graphql/client/http"
4
2
 
5
3
  module OmniAuth
6
4
  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.1"
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,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.0
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-30 00:00:00.000000000 Z
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
- rubygems_version: 3.3.7
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: