vagrant-mcs 0.8.35 → 0.8.36

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: a286fbeace84e0fcc5dc12c2a4e6a02208d21f95
4
- data.tar.gz: 85ff481c1da5f62b7e0fa3ea4b7cec7d63fd6bd6
3
+ metadata.gz: 788a22316fcb3b9c5dbd33c91d45149ab10ce5ef
4
+ data.tar.gz: 6a44f554dcc741edd470e30fbd5a42a6fba47720
5
5
  SHA512:
6
- metadata.gz: 53511ff8a1e385a537e3962dab5cba7d6d1451fa6361c6847695ca750339ed9b221d40f515731ada76fbd081c57a020f27c6af90fcf6641c87893e4030a6c4a6
7
- data.tar.gz: 928f21df4cac400ec7716ac2c88d23bb7d2c85224ab216264faad38b02e3b547a4903c66b6b7cd79f323b97cfab8f3665daca75ac5989878d7b74cc978a80b88
6
+ metadata.gz: 920e5212f5085a7fc093ad05c9ef48b8185191cc10149272a15c3cab377ec0726c7e5ada53f88e3a03263251dfd74f7060f9e860453cc559d5b2855b89cbe0bd
7
+ data.tar.gz: a0402e655a8b1cdd0cca10973a2fbe219fe00760a9595dcf51b3afba240cda66b4b3dd7fce836b104f8442a0b83c19fd4de841e7b8bad6940709e88c1ccce16e
@@ -32,9 +32,9 @@ module VagrantPlugins
32
32
  env = @machine.action("read_state")
33
33
 
34
34
  state_id = env[:machine_state_id]
35
- if(state_id == "ready")
36
- state_id = "long_stopped"
37
- end
35
+ #if(state_id == "ready")
36
+ # state_id = "stopped"
37
+ #end
38
38
 
39
39
  # Get the short and long description
40
40
  short = I18n.t("vagrant_mcs.states.short_#{state_id}")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.35'
3
+ VERSION = '0.8.36'
4
4
  end
5
5
  end
data/locales/en.yml CHANGED
@@ -124,9 +124,9 @@ en:
124
124
  long_not_created: |-
125
125
  The MOS instance is not created. Run `vagrant up` to create it.
126
126
 
127
- short_stopped: |-
127
+ short_ready: |-
128
128
  stopped
129
- long_stopped: |-
129
+ long_ready: |-
130
130
  The MOS instance is stopped. Run `vagrant up` to start it.
131
131
 
132
132
  short_stopping: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.35
4
+ version: 0.8.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng