You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/01/17 10:04:22 UTC

[whimsy] branch master updated: Rename file to agree better with class name

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 5efa93e  Rename file to agree better with class name
5efa93e is described below

commit 5efa93ea4e50e87a6bc6b7ebfd8a3caed58fcb05
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jan 17 10:04:20 2019 +0000

    Rename file to agree better with class name
    
    File:  nonpmc/members.js.rb
    Class: NonPMCMembers
---
 www/roster/views/app.js.rb                              | 2 +-
 www/roster/views/nonpmc/{nonpmc.js.rb => members.js.rb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/app.js.rb b/www/roster/views/app.js.rb
index 2d1247c..03689a4 100644
--- a/www/roster/views/app.js.rb
+++ b/www/roster/views/app.js.rb
@@ -11,7 +11,7 @@ require_relative 'pmc/add'
 require_relative 'pmc/mod'
 
 require_relative 'nonpmc/main'
-require_relative 'nonpmc/nonpmc'
+require_relative 'nonpmc/members'
 require_relative 'nonpmc/committers'
 require_relative 'nonpmc/add'
 require_relative 'nonpmc/mod'
diff --git a/www/roster/views/nonpmc/nonpmc.js.rb b/www/roster/views/nonpmc/members.js.rb
similarity index 100%
rename from www/roster/views/nonpmc/nonpmc.js.rb
rename to www/roster/views/nonpmc/members.js.rb