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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47bbf93e0e186627215c28e7e4daaca94a368ec1
4
- data.tar.gz: a436d640921114695ccbb20d19c8e0a3c3d0077a
3
+ metadata.gz: 2fb3de5fe652050bd39dd7d0c9f701d03192bcaa
4
+ data.tar.gz: 82b688ff61898698f7c02fc003884df2233e8680
5
5
  SHA512:
6
- metadata.gz: fb5d0a1560de701b440b75f9eb5dfbf3648fa1aab2e7fa7af7229af1f7cbaf98a8c2c99c672436afeaadf791c1d8108de87d1751e1cae4ba28c654d472f90fbc
7
- data.tar.gz: 7b03973320b7f210d603c169cb6d27417b53469229c47c2a2010129051f47d3a273d62f50f8a5ce8c9efccee893956e4681ecca46f012fc092888f5e1b745b8f
6
+ metadata.gz: b2b4553f90d2ad11373a4ae9aaee1edc9f4c8bea5f922bcf92346a6fb1b8e19d0e9332b12ac4929677c786fae4d2457d974d2f11292d49c252561c63a8a47dd4
7
+ data.tar.gz: 3a3cd0847f7561c700f86f1a1286f1fc877bfbe17740d2ee0b424acdbd4301261696f1e3455d717945fd8f8facdcf63e899a8319059d1ed94d3d3e9b94596762
@@ -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
  #
@@ -1,3 +1,3 @@
1
1
  class TimeZoneScheduler
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 00:00:00.000000000 Z
11
+ date: 2016-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport