sequencescape-client-api 0.3.6 → 0.3.7

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: 24fa3cdd2de699c8bc611125bcd0eaae97dd72c1
4
- data.tar.gz: d2b0b912f4189e0c85f974b5af15f8317fef6d9a
3
+ metadata.gz: 23758a8e8b3728c7a14732083854686d78b38696
4
+ data.tar.gz: dc5c9f8ff1555f7d9c65631bc73adc64bc5cbdc9
5
5
  SHA512:
6
- metadata.gz: bf4dd57fe79082c4dcca8a963bd0a4ce725c4d0c82cb4d2bcb4c6cca0f4e403c41b5fe73b3c28f559e2cd6efd7ec7b6a57bb590b77ba7c15df9792579c249ed0
7
- data.tar.gz: e104660a488a9961e21425857c31bd3913c92d18af9529ce55db2ca31f9d5f6df927509b872b0ca1b242b2ee6ed9115ed252d0cbb1c23872d2de0c8812dc8bc6
6
+ metadata.gz: bdd710c872d73e6d4ce13b4cd6118068ac45c209f56d0eec2c80e738631daec1460047880540e60a48c31945683eee83f9fb5841d66fba1554549fdacbef4bfd
7
+ data.tar.gz: 59378bf391396ff05f811e6f739e7a107e9f591a3c11ca7f69edbad82c561654f31b9b936520449fd5ca14fb20ad4da07da55b15f732f984b83fbc25917006d8
@@ -6,6 +6,7 @@ module Sequencescape::Behaviour
6
6
  attribute_group :barcode do
7
7
  attribute_accessor :prefix, :number # The pieces that make up a barcode
8
8
  attribute_accessor :ean13 # The EAN13 barcode number
9
+ attribute_accessor :machine # The barcode printed on the label
9
10
  attribute_accessor :two_dimensional # The 2D barcode
10
11
  attribute_accessor :type # The type of barcode (or rather barcode printer)
11
12
  end
@@ -12,6 +12,7 @@ class Sequencescape::Qcable < ::Sequencescape::Api::Resource
12
12
  attribute_group :barcode do
13
13
  attribute_accessor :prefix, :number # The pieces that make up a barcode
14
14
  attribute_accessor :ean13 # The EAN13 barcode number
15
+ attribute_accessor :machine # The barcode printed on the label
15
16
  end
16
17
 
17
18
  end
@@ -1,5 +1,5 @@
1
1
  module Sequencescape
2
2
  class Api
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequencescape-client-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Denner
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-01-21 00:00:00.000000000 Z
13
+ date: 2019-02-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport