vagrant 0.7.6 → 0.7.7

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.7 (July 12, 2011)
2
+
3
+ - Fix crashing bug with Psych and Ruby 1.9.2. [GH-411]
4
+
1
5
  ## 0.7.6 (July 2, 2011)
2
6
 
3
7
  - Run Chef commands in a single command. [GH-390]
@@ -2,5 +2,5 @@ module Vagrant
2
2
  # This will always be up to date with the current version of Vagrant,
3
3
  # since it is used to generate the gemspec and is also the source of
4
4
  # the version for `vagrant -v`
5
- VERSION = "0.7.6"
5
+ VERSION = "0.7.7"
6
6
  end
@@ -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.6
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-03 00:00:00 Z
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: -133062890691025626
424
+ hash: 1199401047996970646
425
425
  segments:
426
426
  - 0
427
427
  version: "0"