report_action 0.5.0 → 0.6.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 +4 -4
- data/.github/workflows/test_suite.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/LICENSE.txt +1 -1
- data/lib/report_action/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ba6128f7821d6a1929ea519fef462de5168801f14a0be97d01cccd74897d6ea
|
4
|
+
data.tar.gz: b4993192d9142e21093190ec36b2cf2b80ea5c33ebc404dcbab9d1733d7c3dc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a10a2287983d916627df41b8b984af4cc0c461efbea66db91fd692bbe5bbd38b47940ec86bf3f9ab1b0b041636b99a86000f20dade212a5fa65e0f59384af452
|
7
|
+
data.tar.gz: 12b60d39ae0cb097fd82319a22f37b93c7a5a38bb9046eefb159d09ac54ae55d7ba872827e0d6f8e0e819bbfacfb05a1004237bfcc2c73fc7a03d18f5f056743
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) 2023 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
|
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.
|
4
|
+
version: 0.6.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:
|
11
|
+
date: 2023-01-05 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.
|
97
|
-
signing_key:
|
96
|
+
rubygems_version: 3.4.1
|
97
|
+
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Common Reporting Actions
|
100
100
|
test_files: []
|