visitors 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/visitors/cli.rb CHANGED
@@ -9,6 +9,7 @@ class Visitors::CLI < Thor
9
9
  desc 'web', 'start the web console (NOT IMPLEMENTED)'
10
10
  def web
11
11
  require 'vegas'
12
+ require File.expand_path('../../../server', __FILE__)
12
13
  Vegas::Runner.new(Visitors::Server, 'visitors_app')
13
14
  end
14
15
  end
@@ -1,3 +1,3 @@
1
1
  module Visitors
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: visitors
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Conroy-Finn