dina 1.3.2.0 → 1.3.3.0

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: 38688424689df19ac817a13a5f0ef0a1d70ffc75e300f124adee33769faf0be3
4
- data.tar.gz: 7e93423153af45f71614d6536fc79dcd7bdb19c1373c515a18927d6cecce08af
3
+ metadata.gz: eb10e446679d2733e5fb2fab418db6c8b56fd8a939ca0c455d67346fc86fb34a
4
+ data.tar.gz: 5e8579fdad2b452252228c87517aba14303688bdeb4c4ce4ffbdba0efb9bbfe4
5
5
  SHA512:
6
- metadata.gz: 735f7adff9ef6397b5a4e474b1985c8818d948df5160fbc4f121c2b32b1c65c8d3029d3478a9011bb89921ab7f0719d562c32e79b47a6717b4464bdba295fb41
7
- data.tar.gz: 6dfc825b17ef3f55cc98298816982de34d19c9fa41c3bf25d56d0b85f82e1714040968210d2f00e7e2e33a579ec8684f6987d9b4f2d30ab934be43b8dda238b1
6
+ metadata.gz: 69ceb5f20b674854dc45a9cc69c484259d9780a064d07644a031ceefb9ad90e969b439f432062db621f1e745096e6f90d1fabde77430d741f0bfda94c02ad8a3
7
+ data.tar.gz: e78bf264b0ed459e6db76a4a51cbf8b2b1ca25709c438c35a4984d8c82795143d726e0f308a29c9e880b28600ed659838aa621cb969a2e8e9adf393f3e284163
data/lib/dina/version.rb CHANGED
@@ -3,7 +3,7 @@ module Dina
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 3
6
- PATCH = 2
6
+ PATCH = 3
7
7
  BUILD = 0
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dina
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2.0
4
+ version: 1.3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse
@@ -200,6 +200,7 @@ files:
200
200
  - lib/dina/models/storage/storage_unit_type.rb
201
201
  - lib/dina/models/transaction/transaction.rb
202
202
  - lib/dina/models/user.rb
203
+ - lib/dina/rest_client_request_patch.rb
203
204
  - lib/dina/search/search.rb
204
205
  - lib/dina/search/search_autocomplete.rb
205
206
  - lib/dina/search/search_connection.rb
@@ -211,7 +212,6 @@ files:
211
212
  - lib/dina/utils/multi_lingual_title.rb
212
213
  - lib/dina/utils/validator.rb
213
214
  - lib/dina/version.rb
214
- - lib/rest_client_request_patch.rb
215
215
  homepage: https://github.com/dshorthouse/dina
216
216
  licenses:
217
217
  - MIT