brendan-skynet 0.9.316 → 0.9.317

Sign up to get free protection for your applications and to get access to all the features.
data/bin/skynet CHANGED
@@ -24,10 +24,11 @@
24
24
  # You should set all of your Skynet::CONFIG (or Skynet.configure()) options here (or in one of your environment files.)
25
25
  # See Skynet::Config for more information on configuration options.
26
26
 
27
+ $: << File.expand_path(File.dirname(__FILE__)) + '/../lib'
28
+
27
29
  require 'rubygems'
28
30
  require File.expand_path(File.dirname(__FILE__)) + '/../lib/skynet.rb'
29
31
 
30
-
31
32
  if config_arg = ARGV.detect {|i| i =~ /--help/ }
32
33
  Skynet.start
33
34
  exit
@@ -2,7 +2,7 @@ class Skynet #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 316
5
+ TINY = 317
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{skynet}
3
- s.version = "0.9.316"
3
+ s.version = "0.9.317"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Adam Pisoni", "Brendan Baldwin"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brendan-skynet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.316
4
+ version: 0.9.317
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Pisoni