forward-calendar 0.5.0 → 0.6.0

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
  SHA1:
3
- metadata.gz: 10a794f07016f568089c5382a3b820fbd365ef2f
4
- data.tar.gz: 0c873ea74379ce2eec1ff0f3834fb37f0cecad04
3
+ metadata.gz: 32c985d9acd862c082132b88d7338143561841bf
4
+ data.tar.gz: 976ea3293615d5ca4fe24909aedf777b3369fb83
5
5
  SHA512:
6
- metadata.gz: 3997d4145735d06a0fc44b5fe7eb721c307226495d82352d70a4ec926f48e5638b7f0b055c20445d9081acd5569437694f794df22b4e22c4969be2b11c192067
7
- data.tar.gz: a6c01d50c73282afd63a00557f994d7194a9e33cce3c2bc33cd18722829017d36695833f62d3734009cda217ed20c54ef0c89c1c56796ede01d0c6fbcc7ac8ce
6
+ metadata.gz: aa5a83c5591b1779a6e44000063bfce3f24e163db7ea3f80d1abf536e1ce8c3420d48e0dd319471414d233220ff66b876dcdcce7fc3c23e24c4a3ac37c27a19d
7
+ data.tar.gz: e964fbc5fff05faad8926a3cfbba7228874d2d0c70b86a18251053725cb18c7f7c861eb0519bfe178c855a745d6e28c92d885ba468abdcf37eb8c84c7351830a
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'forward-calendar'
5
- s.version = '0.5.0'
6
- s.date = '2018-05-15'
5
+ s.version = '0.6.0'
6
+ s.date = '2018-05-21'
7
7
  s.summary = 'Forward Calendar XML parser'
8
8
  s.description = 'Parser for Forward Calendar XML files'
9
9
  s.homepage = 'https://github.com/AlphaExchange/forward-calendar-rb'
@@ -17,6 +17,7 @@ module ForwardCalendar
17
17
  has_many :entitlement_groups, EntitlementGroup, tag: 'entitlementGroup'
18
18
  has_many :companies, Company, tag: 'company'
19
19
  has_many :broker_participants, Participant, tag: 'brokerParticipants/participant'
20
+ has_many :third_party_participants, Participant, tag: 'thirdPartyParticipants/participant'
20
21
 
21
22
  element :id, Integer, tag: 'eventID'
22
23
  element :type, Helper::NormalizedString, tag: 'eventType'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forward-calendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - João Simões
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-15 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler