outbrain-api 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 0cd2fe224424c93b786e444ba26d293b4e447d39
4
- data.tar.gz: bb4aeebc8321eb986d2317b1ab3156da28ddc5ff
3
+ metadata.gz: a156c1b833c40ae218e3ed8c982111ff5b79fbec
4
+ data.tar.gz: b4f0d95d8048b68ac9647ce3c88b47469fc992f8
5
5
  SHA512:
6
- metadata.gz: 27ddbc75d3af696f635c0bad849958f8a87db321c88dbd2e5354b96af59acb1717aa9d13aca70e83b5ace4f92241dcafcbb8a8e9a3dc5b83e86419cb47511bb1
7
- data.tar.gz: 773f0fe4f03758e7269827d876db93150a90ae0afb8b1c07c2d696880eed4e38f6e3af25061a9912d3b331b259cac6dd599bc106cb360254284ddcdd2af2fa25
6
+ metadata.gz: e3a0ac6568a62ebf1af6fb00f7cb91f1dfc73ad1c10787e15928634eae0392ae5c323246adc9fdc2e0da35c633d748cac73f7123eb4843c0bc7ab35e6643bc40
7
+ data.tar.gz: 571521763074e1b9ffa294b027c96cc8b57472407b6147fdc67ada77238db181cc84fb19b51fd513582b70385d52333508ffafa489c6cd693d661cf5599eaf0b
@@ -2,7 +2,7 @@ module Outbrain
2
2
  module Api
3
3
  class Relation
4
4
  include Enumerable
5
- attr_accessor :relations, :errors, :totalDataCount, :overAllMetrics, :aggregatedBy
5
+ attr_accessor :relations, :errors, :totalDataCount, :overAllMetrics, :aggregatedBy, :details, :overallMetrics
6
6
 
7
7
  def initialize(options = {})
8
8
  @relations = []
@@ -1,5 +1,5 @@
1
1
  module Outbrain
2
2
  module Api
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outbrain-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Blanchet