nickel-silver-server 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -4,3 +4,6 @@
4
4
  * Initial release
5
5
  * Complete LocoNetOverTCP version 1 implementation
6
6
  * Support for the LocoBuffer-USB
7
+
8
+ * 1 bugfix
9
+ * Correctly load interface and server files when gem is 'require'd
@@ -3,7 +3,7 @@ module NickelSilver #:nodoc:
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 0
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
@@ -1,5 +1,8 @@
1
1
  $:.unshift File.dirname(__FILE__)
2
2
 
3
+ require 'locobufferusb'
4
+ require 'loconetserver'
5
+
3
6
  module NickelSilver
4
7
  module Server
5
8
  # nothing here yet
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nickel-silver-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobin Richard
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-18 00:00:00 +11:00
12
+ date: 2008-03-19 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies: []
15
15