sequencescape-client-api 0.3.6 → 0.3.7
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 +4 -4
- data/lib/sequencescape/behaviour/barcoded.rb +1 -0
- data/lib/sequencescape/qcable.rb +1 -0
- data/lib/sequencescape-api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23758a8e8b3728c7a14732083854686d78b38696
|
|
4
|
+
data.tar.gz: dc5c9f8ff1555f7d9c65631bc73adc64bc5cbdc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/sequencescape/qcable.rb
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
13
|
+
date: 2019-02-19 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|