groupdate 6.7.0 → 6.8.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: 07ae05090ff5047136472fd30bc78ff078350c4fab330f73d84c36316dbbfbcf
4
- data.tar.gz: 824c766fa826aeb15bcd0e21ed85b264a6d2f1a45c9e3f06d408b0df3c773e64
3
+ metadata.gz: a8f13f0acf7f0343411da5d22ddeef37e132971142ef849f72998caa78a32eba
4
+ data.tar.gz: c79112d5544778a1597e7723fc2b7ec6dfc45c906c7707aa74970ad007b01de0
5
5
  SHA512:
6
- metadata.gz: 5716c00f5cfd9ef21a4500b8936cdc42cbe476ea1acaf8cf72df82ea69d9595284300cdeb4aac43af434dfe3ab192b021fc247910b6f294bb4dcc6cd72807fb1
7
- data.tar.gz: 845d022ae8bba825fa3f6ee6ba91cb5939a60c5a2933a942a2aa8b0802cb4de7507226570dc648c597b5d8e7dc46211e8d57ea93c32d5fa63247a2a7262f6712
6
+ metadata.gz: 750c32b3729bda086a69107fbccbed3be1b5e4ad5d56c8e266c8a896856ed1a2364ff537a8d0e78af161d2d6fc74ad23f666b99876216f597e4db44b83f85cc3
7
+ data.tar.gz: 9770b962557af2e2f6356a1594c93e3b60d781bd637c1b34e78a2d241cb7842740652bbec15c2a959a1d9dadf304ef71c159b9985219a1a295d8342013892f58
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 6.8.0 (2026-04-04)
2
+
3
+ - Dropped support for Ruby < 3.3 and Active Record < 7.2
4
+
1
5
  ## 6.7.0 (2025-06-02)
2
6
 
3
7
  - Added time zone support for SQLite
data/README.md CHANGED
@@ -170,7 +170,7 @@ User.group_by_hour_of_day(:created_at, format: "%-l %P").count
170
170
  # }
171
171
  ```
172
172
 
173
- Takes a `String`, which is passed to [strftime](http://strfti.me/), or a `Symbol`, which is looked up by `I18n.localize` in `i18n` scope 'time.formats', or a `Proc`. You can pass a locale with the `locale` option.
173
+ Takes a `String`, which is passed to [strftime](https://www.strfti.me/), or a `Symbol`, which is looked up by `I18n.localize` in `i18n` scope 'time.formats', or a `Proc`. You can pass a locale with the `locale` option.
174
174
 
175
175
  ### Series
176
176
 
@@ -1,3 +1,3 @@
1
1
  module Groupdate
2
- VERSION = "6.7.0"
2
+ VERSION = "6.8.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groupdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.0
4
+ version: 6.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '7.1'
18
+ version: '7.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: '7.1'
25
+ version: '7.2'
26
26
  email: andrew@ankane.org
27
27
  executables: []
28
28
  extensions: []
@@ -55,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
- version: '3.2'
58
+ version: '3.3'
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.6.7
65
+ rubygems_version: 4.0.6
66
66
  specification_version: 4
67
67
  summary: The simplest way to group temporal data
68
68
  test_files: []