soaspec 0.0.61 → 0.0.62
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 +4 -4
- data/ChangeLog +4 -0
- data/lib/soaspec/exchange_handlers/rest_handler.rb +1 -0
- data/lib/soaspec/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbd7cc8a04a9ee3c209638c51cce5fe42ab50f6b
|
|
4
|
+
data.tar.gz: 66c4a49befe70c1da916637ebcf332f652b2f5ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29384e942a499abe6cb75db6cd587c77580eecdd18387eb3081190f5af548983b32c2b75f99bd425709faedfeca7fa84a93c5b4dc33e3aaf967056ba7907018b
|
|
7
|
+
data.tar.gz: 50b486adf82d76c50d52a71468361200fc38071501395a2c29665ebf8b7bad8b870bfdb7305ca718143f23c2a98f9d6a19a93795e281afcecaa3349de4c2e7c4
|
data/ChangeLog
CHANGED
|
@@ -142,6 +142,7 @@ module Soaspec
|
|
|
142
142
|
test_values = override_parameters
|
|
143
143
|
test_values[:params] ||= {}
|
|
144
144
|
test_values[:suburl] = test_values[:suburl].to_s if test_values[:suburl]
|
|
145
|
+
test_values[:params][:params] = test_values[:q] if test_values[:q] # Use q for query parameters. Nested :params is ugly and long
|
|
145
146
|
|
|
146
147
|
@resource_used = test_values[:suburl] ? @resource[test_values[:suburl]] : @resource
|
|
147
148
|
|
data/lib/soaspec/version.rb
CHANGED