time_zone_scheduler 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/time_zone_scheduler.rb +0 -2
- data/lib/time_zone_scheduler/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fb3de5fe652050bd39dd7d0c9f701d03192bcaa
|
4
|
+
data.tar.gz: 82b688ff61898698f7c02fc003884df2233e8680
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2b4553f90d2ad11373a4ae9aaee1edc9f4c8bea5f922bcf92346a6fb1b8e19d0e9332b12ac4929677c786fae4d2457d974d2f11292d49c252561c63a8a47dd4
|
7
|
+
data.tar.gz: 3a3cd0847f7561c700f86f1a1286f1fc877bfbe17740d2ee0b424acdbd4301261696f1e3455d717945fd8f8facdcf63e899a8319059d1ed94d3d3e9b94596762
|
data/lib/time_zone_scheduler.rb
CHANGED
@@ -19,8 +19,6 @@ require 'active_support/duration'
|
|
19
19
|
# - **destination time**: The local time of the time zone that the user resides in.
|
20
20
|
#
|
21
21
|
class TimeZoneScheduler
|
22
|
-
VERSION = "0.1.0"
|
23
|
-
|
24
22
|
# @return [ActiveSupport::TimeZone]
|
25
23
|
# the destination time zone for the various calculations this class performs.
|
26
24
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: time_zone_scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Durán
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|