elasticshell 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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/es +1 -1
  3. data/lib/elasticshell/shell.rb +2 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/bin/es CHANGED
@@ -3,4 +3,4 @@
3
3
  $: << File.expand_path('../../lib', __FILE__) unless $:.include?($: << File.expand_path('../../lib', __FILE__))
4
4
  require 'elasticshell'
5
5
 
6
- Elasticshell.start if __FILE__ == $0
6
+ Elasticshell.start
@@ -171,7 +171,8 @@ EOF
171
171
  when path
172
172
  b = path
173
173
  else
174
- b = (command.split(' ', 2).last || '')
174
+ # b = (command.split(' ', 2).last || '')
175
+ b = ''
175
176
  end
176
177
 
177
178
  [c, o, b]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticshell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-05 00:00:00.000000000 Z
12
+ date: 2012-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec