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.
@@ -1,8 +1 @@
1
- require "glitch_time"
2
- require "glitch-time/version"
3
-
4
- module Glitch
5
- module Time
6
- # Your code goes here...
7
- end
8
- end
1
+ require "glitch_time"
@@ -1,5 +1,5 @@
1
1
  module Glitch
2
2
  module Time
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glitch-time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: