conch 0.0.2 → 0.0.3

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 -2
  2. data/lib/conch.rb +2 -0
  3. metadata +2 -2
data/conch.gemspec CHANGED
@@ -1,8 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'conch'
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.summary = 'shell in the browser'
5
- s.description = "A simple hello world gem"
6
5
  s.authors = ['limadelic']
7
6
  s.email = 'limadelic@gmail.com'
8
7
  s.files = `git ls-files`.split("\n")
data/lib/conch.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  require 'em-websocket'
2
2
 
3
+ `start www.c0nch.com`
4
+
3
5
  EM.run do
4
6
  EM::WebSocket.run host: 'localhost', port: 8888 do |ws|
5
7
  ws.onmessage { |msg| ws.send `#{msg}` }
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: A simple hello world gem
14
+ description:
15
15
  email: limadelic@gmail.com
16
16
  executables:
17
17
  - conch