conch 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/conch.gemspec +1 -1
  2. data/lib/conch.rb +1 -1
  3. metadata +1 -1
data/conch.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'conch'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
4
4
  s.summary = 'shell in the browser'
5
5
  s.authors = ['limadelic']
6
6
  s.email = 'limadelic@gmail.com'
data/lib/conch.rb CHANGED
@@ -2,7 +2,7 @@ require_relative 'client'
2
2
 
3
3
  home = 'http://www.c0nch.com'
4
4
 
5
- Client.start
6
5
  `start chrome --app=#{home}`
6
+ Client.start
7
7
 
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: