[Groonga-commit] groonga/gcs [master] Rename croonga command to gcs command

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 20日 (水) 13:43:43 JST


Yoji SHIDARA	2012-06-20 13:43:43 +0900 (Wed, 20 Jun 2012)

  New Revision: 41881283727ce71a10d72b8068c4d19095dc7da0
  https://github.com/groonga/gcs/commit/41881283727ce71a10d72b8068c4d19095dc7da0

  Log:
    Rename croonga command to gcs command

  Modified files:
    package.json
  Renamed files:
    bin/gcs
      (from bin/croonga)
    test/gcs.test.js
      (from test/croonga.test.js)

  Renamed: bin/gcs (+0 -0) 100%
===================================================================

  Modified: package.json (+2 -2)
===================================================================
--- package.json    2012-06-20 13:40:00 +0900 (2fcef06)
+++ package.json    2012-06-20 13:43:43 +0900 (684edd6)
@@ -1,5 +1,5 @@
 {
-  "name": "croonga",
+  "name": "gcs",
   "description": "Groonga CloudSearch",
   "version": "0.0.0",
   "author": "Yoji Shidara <dara****@shida*****>",
@@ -25,7 +25,7 @@
   },
   "scripts": {
     "test": "./node_modules/.bin/mocha --reporter list --ui tdd",
-    "start": "./bin/croonga"
+    "start": "./bin/gcs"
   },
   "main": "./lib/croonga",
   "engines": {

  Renamed: test/gcs.test.js (+2 -2) 90%
===================================================================
--- test/croonga.test.js    2012-06-20 13:40:00 +0900 (8736a56)
+++ test/gcs.test.js    2012-06-20 13:43:43 +0900 (b0ce72b)
@@ -4,7 +4,7 @@ var spawn = require('child_process').spawn;
 
 function run(options, callback) {
   var command, commandPath, output;
-  commandPath = __dirname + '/../bin/croonga';
+  commandPath = __dirname + '/../bin/gcs';
   command = spawn(commandPath, options);
   output = {
     stdout: '',
@@ -19,7 +19,7 @@ function run(options, callback) {
   callback(null, command, output);
 }
 
-suite('croonga command', function() {
+suite('gcs command', function() {
   test('should output help for --help', function(done) {
     run(['--help'], function(error, command, output) {
       command.on('exit', function(code) {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Télécharger 



Groonga-commit メーリングリストの案内
Back to archive index