report_action 0.6.0 → 1.1.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: 7ba6128f7821d6a1929ea519fef462de5168801f14a0be97d01cccd74897d6ea
4
- data.tar.gz: b4993192d9142e21093190ec36b2cf2b80ea5c33ebc404dcbab9d1733d7c3dc5
3
+ metadata.gz: 32d228e8aee664ef2a95b13c80835033c44fa8349d0da7fc536bfa1d7531ff61
4
+ data.tar.gz: 482ef55fa296ae05ecd3f4411295d1f1a3c27533ade0ba8b2e6fc2444a65d1b5
5
5
  SHA512:
6
- metadata.gz: a10a2287983d916627df41b8b984af4cc0c461efbea66db91fd692bbe5bbd38b47940ec86bf3f9ab1b0b041636b99a86000f20dade212a5fa65e0f59384af452
7
- data.tar.gz: 12b60d39ae0cb097fd82319a22f37b93c7a5a38bb9046eefb159d09ac54ae55d7ba872827e0d6f8e0e819bbfacfb05a1004237bfcc2c73fc7a03d18f5f056743
6
+ metadata.gz: 1b9b794d731bf85ef519d517dd23b220411800bd9dbed25a5b2b6331f16f5d556c865a7ab2f7fb9c74b7d5954828902c9c3443e6e1b35a7b4aeb3b60e3cdf395
7
+ data.tar.gz: e75db9d4cc044b76b3d7a81657e47279dd9a8e9b2a7eeabec01fcd7a7d92894698e35519f66b8bd565517fc13d2337f917059dfd0e8bbc481076955fe05c3afa
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  strategy:
21
21
  matrix:
22
- ruby-version: [ '3.2', '3.1', '3.0', '2.7' ]
22
+ ruby-version: [ '3.4', '3.3', '3.2', '3.1' ]
23
23
 
24
24
  steps:
25
25
  - uses: actions/checkout@v3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.1.0
2
+ - Ruby 3.4 support
3
+
4
+ ## 1.0.0
5
+ - Ruby 3.3 support
6
+ - Drop Ruby 3.0 support (Ruby 3.0 was end of life on 2024-04-23)
7
+ - Drop Ruby 2.7 support (Ruby 2.7 was end of life on 2023-03-31)
8
+
1
9
  ## 0.6.0
2
10
  - Ruby 3.2 support
3
11
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 College of Humanities and Social Sciences, George Mason University
3
+ Copyright (c) 2024 College of Humanities and Social Sciences, George Mason University
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module ReportAction
2
- VERSION = "0.6.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: report_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Collier, Craig Zaccaro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-05 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.4.1
96
+ rubygems_version: 3.3.27
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Common Reporting Actions