dep_selector_over_http 0.0.9 → 0.0.9.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ module DepSelector
|
|
39
39
|
end
|
40
40
|
|
41
41
|
def find_solution(solution_constraints, valid_packages = nil)
|
42
|
-
result = Net::HTTP.post_form(URI('http://
|
42
|
+
result = Net::HTTP.post_form(URI('http://devmerlin:9292/'), {selector: self.to_yaml, solution_constraints: solution_constraints.to_yaml, valid_packages: valid_packages.to_yaml})
|
43
43
|
JSON.parse(result.body)
|
44
44
|
end
|
45
45
|
end
|