renet 0.1.0-i386-mingw32 → 0.1.1-i386-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  # require the lib!
2
- require './../bin/renet'
2
+ require 'rubygems'
3
+ require 'renet'
3
4
 
4
5
  # define a custom handler for new client connections, it will be automatically called
5
6
  def connections_handler(id, ip)
@@ -1,6 +1,7 @@
1
1
  # require gosu and renet libs!
2
+ require 'rubygems'
2
3
  require 'gosu'
3
- require './../bin/renet'
4
+ require 'renet'
4
5
 
5
6
  # define a new window class
6
7
  class GameWindow < Gosu::Window
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: i386-mingw32
7
7
  authors: