report_action 0.5.0 → 1.0.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: ca3f9a7f69c172bc789a1f39d6b173091d42d17123935f588771bbe8d5b1201d
4
- data.tar.gz: d0d3cb60080aebd75a78ffc15b3e65be908460f0af9969e5b9cca14fa6f1fbc0
3
+ metadata.gz: ad3fae650d489d8196fc43f067e76f2575a41081f2e99b9a4c971b76adf4bd2e
4
+ data.tar.gz: f776d04f834c3a4261d5a2d6289b637fc3edeef6cc21c3e35110cbd0ddaa858f
5
5
  SHA512:
6
- metadata.gz: ee93db88e122fe3b7704f2c34002f9b6b4ebd54fa103392920195193e9c6e597f3ba686353e0c1448ee6903eae2106dcf78b83891ed6828bd38bd58a05dceaf2
7
- data.tar.gz: 197288f681972227c84b34d53a0ee805551d1b6291b85ff4e5a215ecb1ed2cb4b87b3ea84ff7f09b7fb9833d5bea04ac3340d253533254c6386c5c1fcb4cb9e1
6
+ metadata.gz: db6e720e58af0309238e8bef9da3754b3fe36773ac5e4a719c5330189739060df0be1f9f417912bf897898b8d042dc2ad3e29d3e08b61ac0c0c6b55259c1bfc9
7
+ data.tar.gz: 62b2608e15529f372daaaa6df314af73385ae79877c03ba9cc38b3a9acbfb07609e0dd2023f0e35910a0595b505c4404a3b0978cc36e6a1a3f33e2faa7704575
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  strategy:
21
21
  matrix:
22
- ruby-version: [ '3.1', '3.0', '2.7' ]
22
+ ruby-version: [ '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.0.0
2
+ - Ruby 3.3 support
3
+ - Drop Ruby 3.0 support (Ruby 3.0 was end of life on 2024-04-23)
4
+ - Drop Ruby 2.7 support (Ruby 2.7 was end of life on 2023-03-31)
5
+
6
+ ## 0.6.0
7
+ - Ruby 3.2 support
8
+
1
9
  ## 0.5.0
2
10
  - Add GitHub Actions for running the test suite
3
11
 
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 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.5.0"
2
+ VERSION = "1.0.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.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Collier, Craig Zaccaro
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-06 00:00:00.000000000 Z
11
+ date: 2024-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -78,7 +78,7 @@ metadata:
78
78
  homepage_uri: https://github.com/CraigJZ/report_action
79
79
  source_code_uri: https://github.com/CraigJZ/report_action
80
80
  changelog_uri: https://github.com/CraigJZ/report_action/blob/main/CHANGELOG.md
81
- post_install_message:
81
+ post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths:
84
84
  - lib
@@ -93,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.0.3
97
- signing_key:
96
+ rubygems_version: 3.3.27
97
+ signing_key:
98
98
  specification_version: 4
99
99
  summary: Common Reporting Actions
100
100
  test_files: []