[Groonga-commit] groonga/grntest at e27d691 [master] Use "-" instead of "_" as word separator in file name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 11:50:30 JST 2013


Kouhei Sutou	2013-08-12 11:50:30 +0900 (Mon, 12 Aug 2013)

  New Revision: e27d691d08c6d7feac95de6320f796ecca82bf2e
  https://github.com/groonga/grntest/commit/e27d691d08c6d7feac95de6320f796ecca82bf2e

  Message:
    Use "-" instead of "_" as word separator in file name

  Modified files:
    lib/grntest/reporters.rb
  Renamed files:
    lib/grntest/reporters/base-reporter.rb
      (from lib/grntest/reporters/base_reporter.rb)
    lib/grntest/reporters/inplace-reporter.rb
      (from lib/grntest/reporters/inplace_reporter.rb)
    lib/grntest/reporters/mark-reporter.rb
      (from lib/grntest/reporters/mark_reporter.rb)
    lib/grntest/reporters/stream-reporter.rb
      (from lib/grntest/reporters/stream_reporter.rb)

  Modified: lib/grntest/reporters.rb (+3 -3)
===================================================================
--- lib/grntest/reporters.rb    2013-08-12 11:48:15 +0900 (c96c8b4)
+++ lib/grntest/reporters.rb    2013-08-12 11:50:30 +0900 (03a5742)
@@ -15,9 +15,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-require "grntest/reporters/mark_reporter"
-require "grntest/reporters/stream_reporter"
-require "grntest/reporters/inplace_reporter"
+require "grntest/reporters/mark-reporter"
+require "grntest/reporters/stream-reporter"
+require "grntest/reporters/inplace-reporter"
 
 module Grntest
   module Reporters

  Renamed: lib/grntest/reporters/base-reporter.rb (+0 -0) 100%
===================================================================

  Renamed: lib/grntest/reporters/inplace-reporter.rb (+0 -0) 100%
===================================================================

  Renamed: lib/grntest/reporters/mark-reporter.rb (+0 -0) 100%
===================================================================

  Renamed: lib/grntest/reporters/stream-reporter.rb (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index