vmc 0.4.0.beta.61 → 0.4.0.beta.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.
@@ -551,7 +551,7 @@ module VMC
551
551
 
552
552
  fail "Invalid domain '#{domain_name}'" unless domain
553
553
 
554
- route = client.routes(0, :host => host).find do
554
+ route = client.routes(0, :host => host).find do |r|
555
555
  r.domain == domain
556
556
  end
557
557
 
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.61"
2
+ VERSION = "0.4.0.beta.62"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2407307342
4
+ hash: 552684857
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 61
12
- version: 0.4.0.beta.61
11
+ - 62
12
+ version: 0.4.0.beta.62
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-10-03 00:00:00 Z
20
+ date: 2012-10-04 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json_pure