eyes_core 3.15.17 → 3.15.18

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
  SHA256:
3
- metadata.gz: 2a11c1866746ef1d733cdb985ebf97f3e7de0849373837763903808762df5180
4
- data.tar.gz: 0d1e6c5ee046daf9fbecdd6a34f2f9909f21b79abd5e9fcb79fd78cf3ce8ff31
3
+ metadata.gz: 21af44231387abd998af1a4a59753f3dd7d73ce8984ae74e36fbe184d17169ff
4
+ data.tar.gz: dfd447087c26cb4a4c06b078cfa9939655aa0b21c0360cbe4f29fd611b08718b
5
5
  SHA512:
6
- metadata.gz: 40411129c7841ffbc523b14508a15bddc5a7b0a165e49edaee73eb7cadf192405f5fd5b0e214dfc8b11617cebb3e62fde9aa10840bd30c98af1ac713ab21a11d
7
- data.tar.gz: aa8746792461bfac37f8f9e1ff9a73d7f07b3ca29c8dccbc5ad20732b5f36e2faac65e077b649d4f92de7b3c584cbbcae22feea010c34050ff97131d66ce64e0
6
+ metadata.gz: b23a463e919f6e5ba2f911dbb246ec01692422c1b3a6dadafbf90bb79bdf064d4ab915f54a27cb9a8e67fc7abf8dc4dce7da5301832d950bd10e09183a57713a
7
+ data.tar.gz: ac107984b8a39428af460e53b5667f854b5d581491d48e1bb09a255a99ab9fd16ae0076b52d40f467f556ca9ad690ad0e04d07d526e6e453f43b484b0728e080
@@ -10,6 +10,7 @@ module Applitools
10
10
 
11
11
  environment_attribute :name, 'APPLITOOLS_BATCH_NAME'
12
12
  environment_attribute :id, 'APPLITOOLS_BATCH_ID'
13
+ environment_attribute :batch_sequence_name, 'APPLITOOLS_BATCH_SEQUENCE'
13
14
 
14
15
  def initialize(name = nil, started_at = Time.now)
15
16
  self.name = name if name
@@ -21,7 +22,8 @@ module Applitools
21
22
  {
22
23
  'id' => id,
23
24
  'name' => name,
24
- 'startedAt' => @started_at.iso8601
25
+ 'startedAt' => @started_at.iso8601,
26
+ 'batchSequenceName' => batch_sequence_name
25
27
  }
26
28
  end
27
29
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.17'.freeze
4
+ VERSION = '3.15.18'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.17
4
+ version: 3.15.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-29 00:00:00.000000000 Z
11
+ date: 2019-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oily_png