[groonga-commit:971] groonga [rroonga (trunk) r1055] * groonga -> rroonga.
null at cozmixng.org
null at cozmixng.org
Fri Mar 26 12:05:51 EDT 2010
retro 2010-03-27 01:05:50 +0900 (Sat, 27 Mar 2010)
New Revision: 1055
Log:
* groonga -> rroonga.
Modified files:
rroonga/trunk/Rakefile
Modified: rroonga/trunk/Rakefile (+5 -5)
===================================================================
--- rroonga/trunk/Rakefile 2010-03-26 22:59:55 +09:00 (rev 1054)
+++ rroonga/trunk/Rakefile 2010-03-27 01:05:50 -15:00 (rev 1055)
@@ -1,6 +1,6 @@
# -*- coding: utf-8; mode: ruby -*-
#
-# Copyright (C) 2009 Kouhei Sutou <kou at clear-code.com>
+# Copyright (C) 2009-2010 Kouhei Sutou <kou at clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -86,7 +86,7 @@
ENV["VERSION"] ||= guess_version
version = ENV["VERSION"]
project = nil
-Hoe.spec('groonga') do |_project|
+Hoe.spec('rroonga') do |_project|
Hoe::Test::SUPPORTED_TEST_FRAMEWORKS[:testunit2] = "test/run-test.rb"
project = _project
project.version = version
@@ -118,7 +118,7 @@
description = cleanup_white_space(entries[entries.index("Description") + 1])
project.summary, project.description, = description.split(/\n\n+/, 3)
- project.remote_rdoc_dir = "groonga"
+ project.remote_rdoc_dir = "rroonga"
end
project.spec.dependencies.delete_if {|dependency| dependency.name == "hoe"}
@@ -140,7 +140,7 @@
options = rdoc_task.options
t_option_index = options.index("--title") || options.index("-t")
rdoc_task.options[t_option_index, 2] = nil
- rdoc_task.title = "Ruby/groonga - #{version}"
+ rdoc_task.title = "rroonga - #{version}"
rdoc_task.rdoc_files = ["ext/rb-groonga.c"] + Dir.glob("ext/rb-grn-*.c")
rdoc_task.rdoc_files += Dir.glob("lib/**/*.rb")
@@ -204,7 +204,7 @@
end
task :tag do
- repository = "svn+ssh://rubyforge.org/var/svn/groonga/groonga"
+ repository = "svn+ssh://rubyforge.org/var/svn/groonga/rroonga"
sh("svn cp -m 'release #{version}!!!' " +
"#{repository}/trunk #{repository}/tags/#{version}")
end
More information about the groonga-commit
mailing list