nylas 6.0.0.beta.4 → 6.0.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 +4 -4
- data/lib/nylas/version.rb +1 -1
- metadata +3 -4
- data/lib/nylas/test.rb +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a84dfeb084c667f7b3e8f41e03ae5ef51be7c04fefd1e36ac357fd701a5a7a82
|
|
4
|
+
data.tar.gz: 14bd5db7be83cac30aadc723089dac7502198de4b7ed7a23cb58b6dc6984c870
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef1dd4c3a6351f885a6f7f22af3848f2e0bfdc68ac62c2d933aa0a1336e08eca0975daf9b304543ac493ea87b32636bb4d8b9139f00ca865e44486dc5cdcbb11
|
|
7
|
+
data.tar.gz: bb3e97a16d619377c62b9c28fbaf3b4f9e93b3d2ee80d50ad9d6687cec0821c5a5a57f36b090838a500e82a0a2705649adb50fdad5a9be821a302fb0ab800c8e
|
data/lib/nylas/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nylas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.0
|
|
4
|
+
version: 6.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nylas, Inc.
|
|
@@ -251,7 +251,6 @@ files:
|
|
|
251
251
|
- lib/nylas/resources/smart_compose.rb
|
|
252
252
|
- lib/nylas/resources/threads.rb
|
|
253
253
|
- lib/nylas/resources/webhooks.rb
|
|
254
|
-
- lib/nylas/test.rb
|
|
255
254
|
- lib/nylas/utils/file_utils.rb
|
|
256
255
|
- lib/nylas/version.rb
|
|
257
256
|
homepage:
|
|
@@ -275,9 +274,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
275
274
|
version: '3.0'
|
|
276
275
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
277
276
|
requirements:
|
|
278
|
-
- - "
|
|
277
|
+
- - ">="
|
|
279
278
|
- !ruby/object:Gem::Version
|
|
280
|
-
version:
|
|
279
|
+
version: '0'
|
|
281
280
|
requirements: []
|
|
282
281
|
rubygems_version: 3.4.10
|
|
283
282
|
signing_key:
|
data/lib/nylas/test.rb
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require "nylas"
|
|
4
|
-
|
|
5
|
-
nylas = Nylas::Client.new(api_key: "abc123")
|
|
6
|
-
config = {
|
|
7
|
-
client_id: ENV["V3_CLIENT"],
|
|
8
|
-
provider: "google",
|
|
9
|
-
redirect_uri: "http://localhost:4567/oauth/exchange",
|
|
10
|
-
login_hint: "atejada@gmail.com"
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
auth_data = nylas.auth.url_for_oauth2_pkce(config)
|
|
14
|
-
puts auth_data
|