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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb10e446679d2733e5fb2fab418db6c8b56fd8a939ca0c455d67346fc86fb34a
|
|
4
|
+
data.tar.gz: 5e8579fdad2b452252228c87517aba14303688bdeb4c4ce4ffbdba0efb9bbfe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69ceb5f20b674854dc45a9cc69c484259d9780a064d07644a031ceefb9ad90e969b439f432062db621f1e745096e6f90d1fabde77430d741f0bfda94c02ad8a3
|
|
7
|
+
data.tar.gz: e78bf264b0ed459e6db76a4a51cbf8b2b1ca25709c438c35a4984d8c82795143d726e0f308a29c9e880b28600ed659838aa621cb969a2e8e9adf393f3e284163
|
data/lib/dina/version.rb
CHANGED
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.
|
|
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
|
|
File without changes
|