tmin 0.2.0 → 0.2.1
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/Gemfile.lock +1 -1
- data/lib/tmin/server.rb +1 -1
- data/lib/tmin/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/tmin/server.rb
CHANGED
|
@@ -314,7 +314,7 @@ end
|
|
|
314
314
|
#Array containing the number relating to the image number of default backgorunds.
|
|
315
315
|
@num = (1..39).to_a
|
|
316
316
|
|
|
317
|
-
@expired = date_expired(@
|
|
317
|
+
@expired = date_expired(@date)
|
|
318
318
|
|
|
319
319
|
@parsed_time = Date.parse(@time[4]).strftime("%FT%T")
|
|
320
320
|
|
data/lib/tmin/version.rb
CHANGED
metadata
CHANGED