vagrant 0.7.6 → 0.7.7
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +4 -0
- data/lib/vagrant/version.rb +1 -1
- data/templates/locales/en.yml +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/lib/vagrant/version.rb
CHANGED
data/templates/locales/en.yml
CHANGED
@@ -159,7 +159,7 @@ en:
|
|
159
159
|
#-------------------------------------------------------------------------------
|
160
160
|
config:
|
161
161
|
common:
|
162
|
-
error_empty: `%{field}` must be filled in.
|
162
|
+
error_empty: "`%{field}` must be filled in."
|
163
163
|
chef:
|
164
164
|
run_list_empty: "Run list must not be empty."
|
165
165
|
cookbooks_path_empty: "Must specify a cookbooks path for chef solo."
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.7.
|
5
|
+
version: 0.7.7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mitchell Hashimoto
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-07-
|
14
|
+
date: 2011-07-13 00:00:00 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: archive-tar-minitar
|
@@ -421,7 +421,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
421
421
|
requirements:
|
422
422
|
- - ">="
|
423
423
|
- !ruby/object:Gem::Version
|
424
|
-
hash:
|
424
|
+
hash: 1199401047996970646
|
425
425
|
segments:
|
426
426
|
- 0
|
427
427
|
version: "0"
|