origen_link 0.4.3 → 0.4.4

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: cc00ce059d3335148b342e2e419a699602f0d31c5364714bc92bd123ade40f0b
4
- data.tar.gz: 97c755ea65a9e0d0277975b06d880cfbd7505c21783524b8e2e6c20475771bbc
3
+ metadata.gz: a817ec9c46f477440e6afd3f948c3cd24e21ae8f2654829234d44542941cec84
4
+ data.tar.gz: b930196ade30fea90c0799821d3bd317f9486d67ecca4e704f2c6bb760ec8d2f
5
5
  SHA512:
6
- metadata.gz: 39a7cb3947b427696167ee75fdf89ffdaa6041c5461a3c8d4058a51ff41aafff6e865bf11a92d960abfcc68e3e71d01e3b6ed554bb46aa0276bf958c908ea80b
7
- data.tar.gz: 2cf6b49393b39d92e9c5c634754cbfcf1c158bad9766c0daaeebce7eec1ceb59ea82164ca7db1311fddb7554bde2abc1a4bfd7f2e0038736dd701ae9b5e42e89
6
+ metadata.gz: 179b7390c9dd0ef4c86d16fff56a6a0bb0ad963a397e4f375a1966a27dc2628e000ab8749d5880d282c10b38d193c619da7ef0d58c40d2958922dd3a831d0234
7
+ data.tar.gz: 6f8e9a9f3ea2df0e39684d20f536aec53a83a7773808330cc44c1bbefb10fe24ed8e7bc2a05bd00e51144474d98239e74acbc67a253974a80e03c30ef3932e96
@@ -1,7 +1,7 @@
1
1
  module OrigenLink
2
2
  MAJOR = 0
3
3
  MINOR = 4
4
- BUGFIX = 3
4
+ BUGFIX = 4
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -245,6 +245,7 @@ module OrigenLink
245
245
  # The hash of programmed tsets does not contain this tset
246
246
  # Check the timing api to see if there is timing info there
247
247
  # and send the timing info to the link server
248
+ tset = @previous_tset if tset == ''
248
249
  if dut.respond_to?(:timeset)
249
250
  tset_prefix = process_timeset(tset)
250
251
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origen_link
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Derouen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2019-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: origen