dynamic_time_zone 1.1.0 → 1.2.0

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
  SHA256:
3
- metadata.gz: 508bc78127541e2d13443e6739b120e3873c43eb2139ebab275281073e118e09
4
- data.tar.gz: a80873b1633d64c08a5274b79c020bf24ab0f1e2ac891f33e3a1119d2b633c42
3
+ metadata.gz: 25c64ce0341bb58fb03b1e24d288a50ebd2e909ec7f7965804221805d60d9935
4
+ data.tar.gz: ab6a6307bad7499ca8a0cc4992db58555adcbdfca94bdeb65245d2e20b5c48b9
5
5
  SHA512:
6
- metadata.gz: bccbe686b812d3c33843740f9d3bd11ff8733d1d40e6ef4804ac783ed7d141a75d2f48f471b259e42b757c6dfd94f5c7adf0d6919bd2c9b33c49147e6ce51243
7
- data.tar.gz: ce9cef75e7d9b200184a3ecd302eedcb6650ff120c93a151b7d7784eba8a7e4cc053551b50719257df3f6f7428ef8afa14a2acb13ae851ab4527f5d55d098d0f
6
+ metadata.gz: 26f5a73517c3ae62205ccb82ded3f9fa685b3d9d91ad7f651a7794c486826f10e7b5f3a842a92ed52ece74e8f76240f882df62e53921b4e309a3c6b4e8c73603
7
+ data.tar.gz: dea4d17954f1f5d20009a128a76fd44e2a311362d2c88a1aa1e9f850dab0c49049715487b01aba56bc4aa96c29f2868143c39ac98c7d935d9e98c3a8dbccbe50
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2024 AppFolio, Inc
1
+ Copyright (c) 2020-2026 AppFolio, Inc
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = spec.description
13
13
  spec.homepage = 'https://github.com/appfolio/dynamic_time_zone'
14
14
  spec.license = 'MIT'
15
- spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
15
+ spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|dynamic_time_zone\.gemspec)}] }
16
16
  spec.require_paths = ['lib']
17
17
 
18
- spec.required_ruby_version = Gem::Requirement.new('< 3.5')
18
+ spec.required_ruby_version = Gem::Requirement.new('< 4.1')
19
19
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
20
20
 
21
21
  spec.add_dependency('activesupport', ['>= 7.2', '< 8.2'])
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DynamicTimeZone
4
- VERSION = '1.1.0'
4
+ VERSION = '1.2.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_time_zone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
@@ -100,14 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "<"
102
102
  - !ruby/object:Gem::Version
103
- version: '3.5'
103
+ version: '4.1'
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.7.2
110
+ rubygems_version: 4.0.7
111
111
  specification_version: 4
112
112
  summary: Dynamically set the offset from UTC from timezone identifier
113
113
  test_files: []