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.
@@ -1,3 +1,3 @@
1
1
  module DepSelector
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.9.1"
3
3
  end
@@ -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://localhost:9393/'), {selector: self.to_yaml, solution_constraints: solution_constraints.to_yaml, valid_packages: valid_packages.to_yaml})
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dep_selector_over_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: