This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f254a81 Add missing fields resource/resourceAlias
f254a81 is described below
commit f254a81c553ba30837e112b44f5d4024000dd731
Author: Sebb <sebb@apache.org>
AuthorDate: Thu Nov 24 22:50:31 2016 +0000
Add missing fields resource/resourceAlias
---
lib/whimsy/asf/podlings.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/podlings.rb b/lib/whimsy/asf/podlings.rb
index 2d7f8d2..0dc5270 100644
--- a/lib/whimsy/asf/podlings.rb
+++ b/lib/whimsy/asf/podlings.rb
@@ -5,7 +5,7 @@ require_relative '../asf'
module ASF
class Podling
include Enumerable
- attr_accessor :name, :status, :description, :mentors, :champion, :reporting
+ attr_accessor :name, :resource, :resourceAliases, :status, :description, :mentors, :champion,
:reporting
# three consecutive months, starting with this one
def quarter
@@ -208,6 +208,8 @@ module ASF
else
hash[:reporting] = r if r
end
+ hash[:resource] = resource
+ hash[:resourceAliases] = resourceAliases
hash
end
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|