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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4134d56fa51d913618b8fab89f93dff697401d290133ebcfde5c7c9fc1f49c0
4
- data.tar.gz: 54607236fa8c9f57130090e07d34c36073174f583f15bfacc2a08f9727ee354c
3
+ metadata.gz: 6165cb0ac7fff92a450a030a961c5249f0b647429d1f81af91917117e76081f4
4
+ data.tar.gz: 9504bdafbdc9def4a588d57e92de0bebe8acdbe3b163dfc9246cd0db455bc09b
5
5
  SHA512:
6
- metadata.gz: f25d958b64a55f2c7d6eca3b45fceaf4555eafd1641a064fbd816951d8d2c51f34a4c9d271fb590fc8930b4e049d047532929335df2d8283a931a35cf7c7276f
7
- data.tar.gz: 3711e7f51527bf4cd79cdf8a6e255a1005f1a62cf681c3aacc11bb9389fe8c667ddc4ce89df4e772ea75e442e01f48c684ae1f7daae965517469ad2c7f84a951
6
+ metadata.gz: 7138f22aeaa97717e093ecfa1f664c2ae9ff5c507bb4527a870af507007fb4f2bb6ee16f0ff9a8376448564e3c31eeca1aa91bad66b45e96aae8935e769b0511
7
+ data.tar.gz: 55f1f93cf063802dca85aa34c885837ebaf1d86ad39498047a84373f9198c98f9fc3d62d35447f6106e893a93ab5bacef95b789e39fa259d9fb4047b3679755d
@@ -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
+ ``
@@ -1,5 +1,5 @@
1
1
  module Sequencescape
2
2
  class Api
3
- VERSION = '0.4.0-rc2'.freeze
3
+ VERSION = '0.4.3'.freeze
4
4
  end
5
5
  end
@@ -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
@@ -1,7 +1,7 @@
1
1
  require 'sequencescape-api/resource'
2
2
 
3
3
  class Sequencescape::BarcodePrinter < Sequencescape::Api::Resource
4
- attribute_reader :name, :active
4
+ attribute_reader :name, :active, :print_service
5
5
 
6
6
  attribute_group :service do
7
7
  attribute_reader :url
@@ -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, :tags_per_well
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.0.pre.rc2
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-05-28 00:00:00.000000000 Z
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: 1.3.1
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: