dvm 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dvm/cli.rb +1 -1
  3. data/lib/dvm/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 625337fde51a8be517d3c83ae4cc914eedbcf0a3
4
- data.tar.gz: e42a8c29cd0c7a2639b22b36ed47bd4dba59d9ab
3
+ metadata.gz: 2fafe76f2efe0869b8f68789bc2c12d81bb24baa
4
+ data.tar.gz: a547d196515dc6334f67e185c137c315a1f6775b
5
5
  SHA512:
6
- metadata.gz: 1a48a998efec17ea70033022f53367ed708992065bb4e8e04c3936df4c3d9c294741ab2bc89db1632e594e2f0ebace04dc56073a65e4d6f393c1ae97cc9beade
7
- data.tar.gz: 253373e3076cc97ab5682189b54a2e402c83bba8790865186d694205b80496e5445fd3bde96ccc7f9b66560ce15073a64baebf7a4e84125153ccea810b03dba5
6
+ metadata.gz: ff74231cc7a3af8a5d0fea8cc22ac0d0a5f5190f400bd37e244240c974fc2588511fe6b00ec753fcb7cf8727009030c7c825965c3237cf1a538057e775b2cdda
7
+ data.tar.gz: 365729bedb4af7d32d73c8187167c76de0a7e1078da3345f6abe1e6ee6058f75a6a2b48a538e6fa99259b7da913fa9d9973d2d721e5f0871742872ec776a8127
data/lib/dvm/cli.rb CHANGED
@@ -182,7 +182,7 @@ module Dvm
182
182
 
183
183
  def start
184
184
  if Dir.exist? current
185
- `cd #{current};pumactl start`
185
+ `cd #{current};bundle exec pumactl start`
186
186
  elsif File.exist? 'Gemfile'
187
187
  `pumactl start`
188
188
  else
data/lib/dvm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dvm
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvm
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
  - Xingjian Xu