restpack-web 0.1.51 → 0.1.52

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.
@@ -25,7 +25,7 @@ module RestPack
25
25
  end
26
26
 
27
27
  def get_service(name)
28
- @services.find { |s| s.name == name.to_s }
28
+ @services.find { |s| s[:name] == name.to_s }
29
29
  end
30
30
 
31
31
  def home_domain
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.51"
3
+ VERSION = "0.1.52"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.51
4
+ version: 0.1.52
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: