sequencescape-client-api 0.3.8 → 0.3.9

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: b987e52fc693ccf508f1a4ff24ab55bc381e4e8da918341cd9b94ab1c4e20d18
4
- data.tar.gz: 6346d7c811c673c2a25e04e6d334e855dae68efeaf354e21ccf32c30d0ce9135
3
+ metadata.gz: 0b6388e96edf75d53a8f59323fd5a45efdd7274238580cf0296fa1597c92beed
4
+ data.tar.gz: e59fd3af6ca1add6f7251dd40317f612785026d238fa273e149dfac9862c2536
5
5
  SHA512:
6
- metadata.gz: 9e199d129148bd44a44186b96428973323c10e16a5264de7baba3a9317ca8d817676c81ce5c521e5ba0125cc75b86511417654f96d02d505c8dcf8bd236bc015
7
- data.tar.gz: 4e0146a463d0dbb265a4000676643294c10f80cd1c058034bdf77e0b0cdf422c068397933f0b726bf9a12d2d98c6a3f9a551fc1bebaa81ae25779b6cdc7d1a6b
6
+ metadata.gz: 2b6c1e2355bc77cdd7233b923f97a77ac9fe7134e401eed2cb61501c7a707b74428d343f6b9a374fb0fcd6572dcf2ab7c48b401d101e10ccb0b39ef33dfd8982
7
+ data.tar.gz: 85a7fba4f6887fc8deb06f9d557e40025e3d6cb8de1c08b424c399afbc777fac4b9dfe6dfefc901bb9eae684c570f68c2c931dcb1661362d7bed54f691dc6490
data/.rvmrc CHANGED
@@ -6,7 +6,7 @@
6
6
  # First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
7
7
  # Only full ruby name is supported here, for short names use:
8
8
  # echo "rvm use 1.9.3" > .rvmrc
9
- environment_id="ruby-2.3.2@sequencescape-api"
9
+ environment_id="ruby-2.3.7@sequencescape-api"
10
10
 
11
11
  # Uncomment the following lines if you want to verify rvm version per project
12
12
  # rvmrc_rvm_version="1.15.3 (master)" # 1.10.1 seams as a safe start
@@ -1,5 +1,5 @@
1
1
  module Sequencescape
2
2
  class Api
3
- VERSION = "0.3.8"
3
+ VERSION = "0.3.9"
4
4
  end
5
5
  end
@@ -7,6 +7,5 @@ class Sequencescape::TransferRequest < ::Sequencescape::Api::Resource
7
7
  belongs_to :submission, :class_name => 'Submission'
8
8
  belongs_to :outer_request, :class_name => 'Request'
9
9
 
10
- attribute_accessor :type, :state, :submission_id
11
-
10
+ attribute_accessor :type, :state, :submission_id, :volume
12
11
  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.8
4
+ version: 0.3.9
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-04-17 00:00:00.000000000 Z
13
+ date: 2019-05-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -490,7 +490,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
490
490
  version: '0'
491
491
  requirements: []
492
492
  rubyforge_project: sequencescape-client-api
493
- rubygems_version: 2.7.9
493
+ rubygems_version: 2.7.7
494
494
  signing_key:
495
495
  specification_version: 4
496
496
  summary: Gem for the client side of the Sequencescape API