This is an automated email from the ASF dual-hosted git repository.
rubys 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 3a55b18 canonical names no longer have spaces in them
3a55b18 is described below
commit 3a55b184e3663c1577c0b2257bf0c0cdd116f773
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Oct 18 16:15:08 2017 -0400
canonical names no longer have spaces in them
---
lib/whimsy/asf/mail.rb | 10 +++++-----
lib/whimsy/asf/site.rb | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index f521de8..2033542 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -179,19 +179,19 @@ module ASF
when 'whimsy'
'whimsical'
- when 'brand management'
+ when 'brandmanagement'
'[email protected]'
- when 'executive assistant'
+ when 'executiveassistant'
'[email protected]'
when 'infrastructure'
'infra'
- when 'legal affairs'
+ when 'legalaffairs'
'[email protected]'
- when 'marketing and publicity'
+ when 'marketingandpublicity'
'[email protected]'
when 'tac'
'[email protected]'
- when 'w3c relations'
+ when 'w3crelations'
'[email protected]'
else
name
diff --git a/lib/whimsy/asf/site.rb b/lib/whimsy/asf/site.rb
index 48025c3..bc50017 100644
--- a/lib/whimsy/asf/site.rb
+++ b/lib/whimsy/asf/site.rb
@@ -9,7 +9,7 @@ module ASF
class Site
# add entries that are not currently defined in index.html (or elsewhere)
@@default = {
- "brand management" => {
+ "brandmanagement" => {
link: "http://www.apache.org/foundation/marks/pmcs",
text: "define how Apache projects should refer to trademarks and
display their brand"
},
@@ -17,7 +17,7 @@ module ASF
link: "http://community.apache.org/",
text: "Resources to help people become involved with Apache projects"
},
- "executive assistant" => {
+ "executiveassistant" => {
link: "http://www.apache.org/foundation/ASF-EA.html",
text: "Executive Assistant"
},
@@ -29,11 +29,11 @@ module ASF
link: "http://www.apache.org/dev/infrastructure.html",
text: "Infrastructure Team"
},
- "legal affairs" => {
+ "legalaffairs" => {
link: "http://www.apache.org/legal/",
text: "Establishing and managing legal policies"
},
- "marketing and publicity" => {
+ "marketingandpublicity" => {
link: "http://www.apache.org/press/",
text: "public relations and for the press-related issues"
},
@@ -45,7 +45,7 @@ module ASF
link: "http://www.apache.org/travel/",
text: "Travel Assistance Committee"
},
- "w3c relations" => {
+ "w3crelations" => {
link: "http://www.apache.org/foundation/foundation-projects.html#w3c",
text: "Liaison between the ASF and the World Wide Web Consortium"
},
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].