dina 1.3.2.0 → 1.3.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38688424689df19ac817a13a5f0ef0a1d70ffc75e300f124adee33769faf0be3
4
- data.tar.gz: 7e93423153af45f71614d6536fc79dcd7bdb19c1373c515a18927d6cecce08af
3
+ metadata.gz: 160bb1cad90fec5edd805e774e344e0cf316fc2b3c64865a127a067521bd3a04
4
+ data.tar.gz: 413d7a21ce4f362a5a7abdfa8d9442e5b349b9766cd0cdef150458adb28f4da5
5
5
  SHA512:
6
- metadata.gz: 735f7adff9ef6397b5a4e474b1985c8818d948df5160fbc4f121c2b32b1c65c8d3029d3478a9011bb89921ab7f0719d562c32e79b47a6717b4464bdba295fb41
7
- data.tar.gz: 6dfc825b17ef3f55cc98298816982de34d19c9fa41c3bf25d56d0b85f82e1714040968210d2f00e7e2e33a579ec8684f6987d9b4f2d30ab934be43b8dda238b1
6
+ metadata.gz: c681eedec4374f64c3c3e834f807168416f00483b0ed7668c03808f5f69b7f2e81b60057b4aeb51c7dedd2896bdb04e2cc4a1360195c5e7b122eb33a8b3f9d8a
7
+ data.tar.gz: 1efa72bb5e4c5e99a6dc4d07e46b6dce4410fc6d6b55d1e158dbd05f1daaacfedac4e1b3dcec8b1536ba8a9cbf50b15e2d4b2213a32b76f01fe8ec1c5ae89769
@@ -7,8 +7,8 @@ module RestClient
7
7
  define_method(:initialize) do |args|
8
8
  if Dina.config.verify_ssl == false
9
9
  args[:verify_ssl] = false
10
- orig_initialize.bind(self).(args)
11
10
  end
11
+ orig_initialize.bind(self).(args)
12
12
  end
13
13
  end
14
14
  end
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 = 4
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.4.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