This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f31ddc4 Access to metadata timestamp
f31ddc4 is described below
commit f31ddc4f136ba5faf259847a3c23e9761a38c474
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 25 12:34:29 2021 +0000
Access to metadata timestamp
---
lib/whimsy/asf/committee.rb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 56cf490..94c2c7d 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -640,6 +640,11 @@ module ASF
@committee_metadata = YAML.load_file file
end
+ # get the changed date for the meta data
+ def self.meta_change
+ @committee_metadata_mtime
+ end
+
# get the metadata for a given committee.
def self.metadata(committee)
committee = committee.name if committee.is_a? ASF::Committee