keyhole 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +2 -16
  2. data/lib/keyhole.rb +2 -2
  3. metadata +4 -4
data/README.rdoc CHANGED
@@ -1,17 +1,3 @@
1
- = keyhole
1
+ = Keyhole
2
2
 
3
- Description goes here.
4
-
5
- == Note on Patches/Pull Requests
6
-
7
- * Fork the project.
8
- * Make your feature addition or bug fix.
9
- * Add tests for it. This is important so I don't break it in a
10
- future version unintentionally.
11
- * Commit, do not mess with rakefile, version, or history.
12
- (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
13
- * Send me a pull request. Bonus points for topic branches.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2010 buffpojken. See LICENSE for details.
3
+ Move along, there's nothing to see here yet.
data/lib/keyhole.rb CHANGED
@@ -21,8 +21,8 @@ EventMachine.run{
21
21
  $channel = EM::Channel.new
22
22
  $clients = {}
23
23
 
24
- EventMachine::start_server "127.0.0.1", 5000, SatParser
25
- EventMachine::start_server "127.0.0.1", 5500, QueryServer
24
+ EventMachine::start_server "0.0.0.0", 5000, SatParser
25
+ EventMachine::start_server "0.0.0.0", 5500, QueryServer
26
26
 
27
27
  # TODO - Make sure this reads config from a config-file instead of this weird thing!
28
28
  EventMachine::WebSocket.start(:host => "0.0.0.0", :port => 8080, :debug => true) do |ws|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keyhole
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 0
10
- version: 0.0.0
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - buffpojken
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-05 00:00:00 +02:00
18
+ date: 2010-10-20 00:00:00 +02:00
19
19
  default_executable: keyhole
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency