veewee-to-packer 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,7 @@ module VeeweeToPacker
85
85
  gsub("<Return>", "<return>").
86
86
  gsub("<Spacebar>", " ").
87
87
  gsub("<Tab>", "<tab>").
88
+ gsub("<Wait>", "<wait>").
88
89
  gsub("%NAME%", "{{ .Name }}").
89
90
  gsub("%IP%", "{{ .HTTPIP }}").
90
91
  gsub("%PORT%", "{{ .HTTPPort }}")
@@ -87,6 +87,7 @@ module VeeweeToPacker
87
87
  gsub("<Return>", "<return>").
88
88
  gsub("<Spacebar>", " ").
89
89
  gsub("<Tab>", "<tab>").
90
+ gsub("<Wait>", "<wait>").
90
91
  gsub("%NAME%", "{{ .Name }}").
91
92
  gsub("%IP%", "{{ .HTTPIP }}").
92
93
  gsub("%PORT%", "{{ .HTTPPort }}")
@@ -1,3 +1,3 @@
1
1
  module VeeweeToPacker
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee-to-packer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-26 00:00:00.000000000 Z
12
+ date: 2013-10-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Converts Veewee templates to Packer templates.
15
15
  email:
@@ -57,4 +57,3 @@ signing_key:
57
57
  specification_version: 3
58
58
  summary: Converts Veewee templates to Packer templates perfectly.
59
59
  test_files: []
60
- has_rdoc: