to_timezone 0.4.1 → 0.4.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/to_timezone/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b67706d256c07a1a294abfdcbf61b900ddd15af6c37a6e1f7ec6ed2a3c996a8b
4
- data.tar.gz: 0a88f24156690bab22c4ba353fb9db5c32a9191a405bd76d6bb647e2f482bddd
3
+ metadata.gz: 89b2ab2bf2befe84717ca552f54025d1b8fdc29597c080ca0ab39fa2952c5a2d
4
+ data.tar.gz: d39ca8003726babdbd309d081cbf92039a4509070a756670619e882083342c7b
5
5
  SHA512:
6
- metadata.gz: 894a78cac2ee9c885e789ae81089e25ce1f8eb061df2395fab5d0cca1fd31eda595e2e86463f310b0c07aa1766afb35a359a0571e78e36c1b63f4d4b88907eba
7
- data.tar.gz: 8f52381189887ce9e5bb1088460fc3715756100aa6f91f30480867cad8835a9f66daba7ac08cbe3542d68a050b6d3bcb45a266c1b9b87ea77f050787183fe4a5
6
+ metadata.gz: 21e184615b454b2a4e49c42971e8f126c50b7446f9e0efbcaafacfff2e178fa3556174e3fb92ec54341f00735dbb2bdd4ba4905fcea43d09612386b192b9a676
7
+ data.tar.gz: bbf177d2a05fc5d4eec1b8f863fd9b65b7efb4f0bd2463ad9710776082b98d8ff7489646269e7cc01e42e4794b566710911abb1d297d8cfac3d18cb48e92c0bc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ToTimezone
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_timezone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nujian Den Mark Meralpis
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 4.0.10
82
+ rubygems_version: 4.0.16
83
83
  specification_version: 4
84
84
  summary: Seamlessly convert Time and DateTime objects to different time zones with
85
85
  intuitive methods like `.to_pht`, `.to_ict`, and more.