ikaros 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88b6e6934d3e77f2ff758aa72d9f05353eb76378
4
- data.tar.gz: c8a7016b0176b471941f219d0108c73819d216bf
3
+ metadata.gz: 9d774211cde21b3364408b69835ff0a52a68aa26
4
+ data.tar.gz: a169da50df95488e9ca5dfd6c7e21c14b3888656
5
5
  SHA512:
6
- metadata.gz: fa4729f0849597dbf8f5c3a85a9fe32ab2a4f8852f62f950d059432b65a7bf3ed9d6d425677a1d116aa2f7d9200b66f0666356e10dd765ee6334c44d0e62f5c8
7
- data.tar.gz: 8094054e2a45ab29f12d3430ede3ad9c40872c2a2e9107abd314392ad27ccdf49d9c7d59e940c61a5fbe71bb34bd1918566ffca5acbad37a8fdc6b67c5705635
6
+ metadata.gz: a5bef546511c63755a9e33dcb101bc5e54923eecc6b5637cdebbe5b365781208d64adf9fa502e337c588e7ca0af9c0cc25c46d3bc3103e61b7b2b961201cc1ae
7
+ data.tar.gz: b52d526defec0eeaa225124ec2520562592438cfc7dcd064118ff4d757831b5ed206400bb1732d33238ff5716667d97d4973c902246325f5f3634832b64c51ec
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  require 'ikaros/version'
3
2
  require 'ikaros/logger'
4
3
  require 'ikaros/error'
@@ -9,8 +8,4 @@ module Ikaros
9
8
  def logger
10
9
  @logger ||= Logger.new $stdout
11
10
  end
12
-
13
- def bundle_path
14
-
15
- end
16
11
  end
@@ -30,7 +30,7 @@ module Ikaros
30
30
  command = "#{command} #{image}"
31
31
  command = "#{command} /scripts/ruby.sh" unless options[:daemon]
32
32
 
33
- exec command
33
+ exec command, options
34
34
  end
35
35
 
36
36
  def stop(id)
@@ -64,7 +64,7 @@ module Ikaros
64
64
  end
65
65
 
66
66
  def bundle_path
67
- ENV['CACHE_BUNDLE_PATH']
67
+ "#{ENV['CACHE_BUNDLE_PATH']}/#{@config.project_name}"
68
68
  end
69
69
  end
70
70
  end
@@ -1,3 +1,3 @@
1
1
  module Ikaros
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ikaros
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Võ Anh Duy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-21 00:00:00.000000000 Z
11
+ date: 2014-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler