tunnel-vmc-plugin 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. data/lib/tunnel-vmc-plugin/version.rb +1 -1
  2. metadata +16 -14
@@ -1,3 +1,3 @@
1
1
  module VMCTunnel
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunnel-vmc-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-02 00:00:00 Z
18
+ date: 2012-11-20 00:00:00 -08:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: cfoundry
@@ -25,12 +26,12 @@ dependencies:
25
26
  requirements:
26
27
  - - ~>
27
28
  - !ruby/object:Gem::Version
28
- hash: 55
29
+ hash: 15
29
30
  segments:
30
31
  - 0
31
- - 3
32
- - 18
33
- version: 0.3.18
32
+ - 4
33
+ - 0
34
+ version: 0.4.0
34
35
  type: :runtime
35
36
  version_requirements: *id001
36
37
  - !ruby/object:Gem::Dependency
@@ -57,7 +58,7 @@ dependencies:
57
58
  requirements:
58
59
  - - ~>
59
60
  - !ruby/object:Gem::Version
60
- hash: -2116621375
61
+ hash: -1247818912
61
62
  segments:
62
63
  - 1
63
64
  - 0
@@ -119,7 +120,7 @@ dependencies:
119
120
  requirements:
120
121
  - - ">="
121
122
  - !ruby/object:Gem::Version
122
- hash: -4233242730
123
+ hash: -2495637804
123
124
  segments:
124
125
  - 0
125
126
  - 4
@@ -140,15 +141,16 @@ extra_rdoc_files: []
140
141
 
141
142
  files:
142
143
  - Rakefile
143
- - lib/tunnel-vmc-plugin/plugin.rb
144
- - lib/tunnel-vmc-plugin/tunnel.rb
145
144
  - lib/tunnel-vmc-plugin/version.rb
145
+ - lib/tunnel-vmc-plugin/tunnel.rb
146
+ - lib/tunnel-vmc-plugin/plugin.rb
147
+ - helper-app/server.rb
146
148
  - helper-app/Gemfile
147
149
  - helper-app/Gemfile.lock
148
- - helper-app/server.rb
149
150
  - config/clients.yml
150
151
  - spec/Rakefile
151
152
  - spec/tunnel_spec.rb
153
+ has_rdoc: true
152
154
  homepage: http://cloudfoundry.com/
153
155
  licenses: []
154
156
 
@@ -178,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
180
  requirements: []
179
181
 
180
182
  rubyforge_project: tunnel-vmc-plugin
181
- rubygems_version: 1.8.24
183
+ rubygems_version: 1.6.2
182
184
  signing_key:
183
185
  specification_version: 3
184
186
  summary: External access to your services on Cloud Foundry via a Caldecott HTTP tunnel.