sdr-client 0.13.0 → 0.13.1

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: 3cda7769a7e2617e856647d081a750e4d4a4d4dca15a2327d1013eb4acd102fd
4
- data.tar.gz: b9489d76c60ef769f904424d3756f19461b10207845f7cdfb7f0f9fd1fc1b909
3
+ metadata.gz: 4e15faf788690b47e50e64e7af7ff83dcf048022e86a1456d440d82bf9ac52b9
4
+ data.tar.gz: a0d50861d360ef14016a98a944b76d3b95e0aa2655b90b5ee2ce0559d63b641a
5
5
  SHA512:
6
- metadata.gz: 557b8bd5c9926b5f7181e694354d01e65a451c972a29823b2dc645e27030de38751af5ecbfe64d53de0e30a01fb785780fcffed6b00ffdcb5f1075cb6c709e5e
7
- data.tar.gz: 27d6322a3d73923a631410556d1f49d58a1638ba7df5995ccf68f4fc17c00b331ada8162922db7736063802716396253d8a24c343a635d2df9f5b19137e1f7f5
6
+ metadata.gz: 0f4affedfd3e35fc4374f02a954bd1be820cb317b4b47cb741ba2acf650eece79eeadf34f404df73b60495c16d34a43103845dc28ce9cacfc9a8722f8d12a863
7
+ data.tar.gz: 78c3eea15dca5e75dbd70022a871214376b9fe9ca84cea7bbb9b0c2adacbe56f365f3aaf0fda7e4f8c010d6a399609b1576261636913891d05a13659bf5efbe7
@@ -92,7 +92,7 @@ module SdrClient
92
92
  {}.tap do |json|
93
93
  json[:isMemberOf] = collection if collection
94
94
  json[:contains] = file_sets.map(&:as_json) unless file_sets.empty?
95
- json[:hasMemberOrders] = [{ viewing_direction: viewing_direction }] if viewing_direction
95
+ json[:hasMemberOrders] = [{ viewingDirection: viewing_direction }] if viewing_direction
96
96
  end
97
97
  end
98
98
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '0.13.0'
4
+ VERSION = '0.13.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-19 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-monads