sequencescape-client-api 0.4.0.pre.rc2 → 0.4.3
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/README.markdown +13 -0
- data/lib/sequencescape-api/version.rb +1 -1
- data/lib/sequencescape/asset_audit.rb +1 -1
- data/lib/sequencescape/barcode_printer.rb +1 -1
- data/lib/sequencescape/tag_layout.rb +2 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6165cb0ac7fff92a450a030a961c5249f0b647429d1f81af91917117e76081f4
|
|
4
|
+
data.tar.gz: 9504bdafbdc9def4a588d57e92de0bebe8acdbe3b163dfc9246cd0db455bc09b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7138f22aeaa97717e093ecfa1f664c2ae9ff5c507bb4527a870af507007fb4f2bb6ee16f0ff9a8376448564e3c31eeca1aa91bad66b45e96aae8935e769b0511
|
|
7
|
+
data.tar.gz: 55f1f93cf063802dca85aa34c885837ebaf1d86ad39498047a84373f9198c98f9fc3d62d35447f6106e893a93ab5bacef95b789e39fa259d9fb4047b3679755d
|
data/README.markdown
CHANGED
|
@@ -15,3 +15,16 @@ Version Guides
|
|
|
15
15
|
|
|
16
16
|
Rails 6 appears to be supported judging by Specs, but haven't used it in anger
|
|
17
17
|
yet.
|
|
18
|
+
|
|
19
|
+
Making a release
|
|
20
|
+
----------------
|
|
21
|
+
1. Update the version number in `lib/sequencescape-api/version.rb`
|
|
22
|
+
2. For pre-releases the version number should be in the format:
|
|
23
|
+
major.minor.point-rcx
|
|
24
|
+
3. For release version the version number should be in the format:
|
|
25
|
+
major.minor.point
|
|
26
|
+
4. Ensure everything is committed, and for non-pre-releases, make sure you are
|
|
27
|
+
merged to master.
|
|
28
|
+
```
|
|
29
|
+
rake release
|
|
30
|
+
``
|
|
@@ -3,5 +3,5 @@ require 'sequencescape-api/resource'
|
|
|
3
3
|
class Sequencescape::AssetAudit < ::Sequencescape::Api::Resource
|
|
4
4
|
belongs_to :asset
|
|
5
5
|
|
|
6
|
-
attribute_accessor :message, :key, :created_by, :asset, :witnessed_by
|
|
6
|
+
attribute_accessor :message, :key, :created_by, :asset, :witnessed_by, :metadata
|
|
7
7
|
end
|
|
@@ -7,5 +7,6 @@ class Sequencescape::TagLayout < ::Sequencescape::Api::Resource
|
|
|
7
7
|
composed_of :tag_group, class_name: 'Tag::Group'
|
|
8
8
|
composed_of :tag2_group, class_name: 'Tag::Group'
|
|
9
9
|
|
|
10
|
-
attribute_accessor :substitutions, :direction, :walking_by, :initial_tag,
|
|
10
|
+
attribute_accessor :substitutions, :direction, :walking_by, :initial_tag,
|
|
11
|
+
:tags_per_well, :enforce_uniqueness
|
|
11
12
|
end
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequencescape-client-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Denner
|
|
8
8
|
- James Glover
|
|
9
9
|
- Eduardo Martin Rojo
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-
|
|
13
|
+
date: 2020-11-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activemodel
|
|
@@ -493,7 +493,7 @@ files:
|
|
|
493
493
|
homepage: ''
|
|
494
494
|
licenses: []
|
|
495
495
|
metadata: {}
|
|
496
|
-
post_install_message:
|
|
496
|
+
post_install_message:
|
|
497
497
|
rdoc_options: []
|
|
498
498
|
require_paths:
|
|
499
499
|
- lib
|
|
@@ -504,12 +504,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
504
504
|
version: '0'
|
|
505
505
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
506
506
|
requirements:
|
|
507
|
-
- - "
|
|
507
|
+
- - ">="
|
|
508
508
|
- !ruby/object:Gem::Version
|
|
509
|
-
version:
|
|
509
|
+
version: '0'
|
|
510
510
|
requirements: []
|
|
511
511
|
rubygems_version: 3.0.8
|
|
512
|
-
signing_key:
|
|
512
|
+
signing_key:
|
|
513
513
|
specification_version: 4
|
|
514
514
|
summary: Gem for the client side of the Sequencescape API
|
|
515
515
|
test_files:
|