cangrejo 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae3ceddcc75aa3488d8b945009a725259487023d
4
- data.tar.gz: 4f0fc0a1386cdf9af7f9eaa362d5e884255bea19
3
+ metadata.gz: 1421e7cc8ce2d23417884f167dc130f4ad1cad94
4
+ data.tar.gz: abeed7576f55ed4ed11e4a37ea0e602db7199ac9
5
5
  SHA512:
6
- metadata.gz: 3d5296989ab3ec15c8a190d46736fb518e16feac5caecfdedf06ccbbb71d2e7f5f9cf139dcd5269b500fb2074dbe9c9e42374bee53787100c108e4391a5d6d5c
7
- data.tar.gz: 2d43b279a9c7a37b7fbc60e28c6c10979d219a54c661c7f8a97ccc364295fdfa36f6bbbdf7ef80ed706672a094e3235a6d96e24e22788fc195c62acae589e6ae
6
+ metadata.gz: 55ef4292414bde708527b52bb05019adb2dc33180cdb033841f6283ad745d89a6a1d269874feda2c29c83167f5a78a10e7c0fb60e41d8232ae0e500589ffa3d3
7
+ data.tar.gz: 2074189c13a59b9c4781741f6c53c88b1ccd8b299ae2ff8a42228cd7fb5e802c6d3a0fe28135b6a20ee3f0ce752ca0cb4a56fa5ba3451643da9ce97972093d3f
@@ -14,7 +14,7 @@ module Cangrejo
14
14
  def launch
15
15
  gem_path = File.join(@path, 'Gemfile')
16
16
  # TODO: for some reason, the gemfile path must be specified here, maybe because of rbenv?
17
- @pid = Process.spawn({ 'BUNDLE_GEMFILE' => gem_path }, "bin/crabfarm s --host #{host} --no-reload", chdir: @path)
17
+ @pid = Process.spawn({ 'BUNDLE_GEMFILE' => gem_path }, "bundle exec crabfarm s --host #{host} --no-reload", chdir: @path)
18
18
  wait_for_socket
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Cangrejo
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cangrejo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Baixas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2015-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client