nylas 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4701f3dfdc9be923e70af2eb5540f82b0ff68904427596be7fa5239ea4bad41a
4
- data.tar.gz: 3db7ec170cca6ed5060a66b60cb8b18e77811b5ffe7b6fc79d5be5396978dc23
3
+ metadata.gz: d1e945b844e954e39741b61d93783e5ed42803c3f6880cab4b497f68632aac43
4
+ data.tar.gz: 5e933fe3f10e94576c224a1afba2ae2e17949c6f1039f73b981bfcba523a2dcd
5
5
  SHA512:
6
- metadata.gz: 273fdaeb3e5389b57d5abb82d3a7c402dfb109973dc4e663fa5ab59d7c0412ea1ecf2b171a419cbe46ea0d9eac8a9ff4b0d31422d2ae119d44167333bf37992d
7
- data.tar.gz: b89255b00a7fa491061c110e7687e275880456e4e65c131ace84b2f4ee8e040cf8e133dc50b48939de53f85a9898020b6a9bedd1e110e8767b87c0b1b5ce440e
6
+ metadata.gz: 4659f0f22c32eb962094312ecdea1e0d142f58966aecf44f2014464a7868f43e3cc43ce485249730db749e4bea86bd7fdf5081d7f5007de0fa10fc9f6d8c4d20
7
+ data.tar.gz: f0186a146957f40d1a72607c14a60a23a91def1fc0df5a643933e21c5fc2fb31c430ba5bbcd6d4669a164ce758973d5b9f52f12b0564964d961db135aa3feeef
@@ -13,6 +13,7 @@ module Nylas
13
13
  attribute :object, :string
14
14
  attribute :account_id, :string
15
15
  attribute :calendar_id, :string
16
+ attribute :ical_uid, :string
16
17
  attribute :master_event_id, :string
17
18
  attribute :message_id, :string
18
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nylas
4
- VERSION = "4.3.0"
4
+ VERSION = "4.3.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nylas
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nylas, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-18 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -333,7 +333,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
333
333
  - !ruby/object:Gem::Version
334
334
  version: '0'
335
335
  requirements: []
336
- rubygems_version: 3.0.1
336
+ rubyforge_project:
337
+ rubygems_version: 2.7.6.2
337
338
  signing_key:
338
339
  specification_version: 4
339
340
  summary: Gem for interacting with the Nylas API