glitch-time 0.0.5 → 0.0.6
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.
- data/lib/glitch-time.rb +1 -8
- data/lib/glitch-time/version.rb +1 -1
- data/lib/glitch_time.rb +1 -1
- metadata +1 -1
data/lib/glitch-time.rb
CHANGED
data/lib/glitch-time/version.rb
CHANGED
data/lib/glitch_time.rb
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# There are 10 real seconds in a game minute.
|
|
12
12
|
#
|
|
13
13
|
# The Glitch epoch began at 1238562000 Unix time.
|
|
14
|
-
require File.join('', File.dirname(__FILE__), 'glitch_time')
|
|
14
|
+
require File.join(' ', File.dirname(__FILE__), 'glitch_time')
|
|
15
15
|
|
|
16
16
|
class GlitchTime
|
|
17
17
|
GAME_EPOCH = 1238562000
|