vagrant-global-status 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e40e29f2b549390b0bb362e45930ed4535d6929d
4
- data.tar.gz: 3175e5209ef04079dbe803969aad2035663fd9e6
3
+ metadata.gz: 537baddc988bd9bc449f111ee8c94bd8d9118f4e
4
+ data.tar.gz: e1cc113d0b12dde7f9681e43098719fd103cd1e4
5
5
  SHA512:
6
- metadata.gz: b639fe228dedf105907d8270f181cb48778cf003e180877aa24aee5ba2001fea1cbbef031bd47f2545d08b59adab02cdf8baab0bcf5d1bbf319d4504e427af38
7
- data.tar.gz: ac27cc6ab5aee09a16bc41414cbac37e9a3436397ccfab8cbc468c4284a59da4dcd0e58709a19c2233535b4737bbfa4f374dc9b960977bca8e6a18060916d7c1
6
+ metadata.gz: c02f39254ac1810c76146130caa2a1ec3290ba3263b7ad89d46b878bf7c62685edb18ba09f9d8230f6888ed980d8b8dce25cec65ddf863683701aac4e84a036b
7
+ data.tar.gz: cdfda8597da46b9348bd44fcdc0b78ae48932faaab6e40cd0c5c7256064474842cfdb4199e90d8ceca808af3b136ca87e8b572a82f0fca4dddd2a24a2e360155
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.1.0...v0.1.1) (December 3, 2013)
2
+
3
+ - Nicely handle Multibyte path names [GH-5]
4
+
1
5
  ## [0.1.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.0.3...v0.1.0) (March 27, 2013)
2
6
 
3
7
  - Nicely handle removed directories [GH-2]
data/Gemfile.lock CHANGED
@@ -31,7 +31,7 @@ GIT
31
31
  PATH
32
32
  remote: .
33
33
  specs:
34
- vagrant-global-status (0.1.1)
34
+ vagrant-global-status (0.1.2)
35
35
 
36
36
  GEM
37
37
  remote: https://rubygems.org/
@@ -22,7 +22,7 @@ module VagrantPlugins
22
22
  def initialize(statefile)
23
23
  @statefile = statefile
24
24
  @current_state = if @statefile.file?
25
- JSON.parse(@statefile.read)
25
+ JSON.parse(@statefile.read(:encoding => Encoding::UTF_8))
26
26
  else
27
27
  { 'environments' => {} }
28
28
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GlobalStatus
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-global-status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-20 00:00:00.000000000 Z
11
+ date: 2013-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.0.0
84
+ rubygems_version: 2.1.5
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Find out the status of all of the Vagrant VMs you manage