casino 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/app/processors/casino/processor_concern/service_tickets.rb +1 -1
- data/lib/casino/version.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
@@ -39,7 +39,7 @@ module CASino
|
|
39
39
|
service_uri.path = (service_uri.path || '').gsub(/\/+\z/, '')
|
40
40
|
service_uri.path = '/' if service_uri.path.blank?
|
41
41
|
|
42
|
-
clean_service = service_uri.to_s
|
42
|
+
clean_service = service_uri.normalize.to_s
|
43
43
|
|
44
44
|
Rails.logger.debug("Cleaned dirty service URL '#{dirty_service}' to '#{clean_service}'") if dirty_service != clean_service
|
45
45
|
|
data/lib/casino/version.rb
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|