create_custom_attributes 0.5.24 → 0.5.25

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
  SHA1:
3
- metadata.gz: 05a8198fbc2cce5bbbd6f04e176b7185fcfb0076
4
- data.tar.gz: 4af787babaaea1d564c7238b7e8669772153ecd1
3
+ metadata.gz: a00b0028b6281a68a489c0c2008342d8a3153590
4
+ data.tar.gz: 396de26f19b2d39bfe26b3c97b4630fa63b81fd2
5
5
  SHA512:
6
- metadata.gz: 2cd13b036d2ce5280b34d75590592df4bbf3351364f2a5b6e933e43a1b84ebd10c04f44962324f9512949bb15f7867414538b7668e0574de9efbdea83f8b3685
7
- data.tar.gz: 949c544b636f033e569a215d4396139310fdcf2483deb573f837b650dd3c8211aea2372714a4cd858d960856956c2083cb82b09a140f06cb98689d2620bd2a10
6
+ metadata.gz: 57ca9d9e672207957f05ab0b85a25297a9ea5c637001733b99a2ee76fb182ed3fdd020593aa67032754f96e2dc233885c94c34fecd0b17c03f09cd3fc4626366
7
+ data.tar.gz: a26ebc50298332c01f7b6795707dce8e20deb45a0277e56cc860c404d27b56d83a1801adb1b12e62b0d0568ba621f054168f9f7ab1b93463cc20eee119024f2c
@@ -52,7 +52,7 @@ module CustomAttributes
52
52
  if @config[:search_user].present? && @config[:search_pass].present?
53
53
  host = "#{uri.scheme}://#{@config[:search_user]}:#{@config[:search_pass]}@#{uri.host}"
54
54
  else
55
- host = uri.host
55
+ host = "#{uri.scheme}://#{uri.host}"
56
56
  end
57
57
 
58
58
  host = "#{host}:#{uri.port}" if uri.port.present?
@@ -1,3 +1,3 @@
1
1
  module CustomAttributes
2
- VERSION = '0.5.24'.freeze
2
+ VERSION = '0.5.25'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: create_custom_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.24
4
+ version: 0.5.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Grützmacher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails