[Groonga-commit] ranguba/rroonga at 500ecc0 [master] Follow README filename change

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sat Oct 4 18:37:56 JST 2014


Masafumi Yokoyama	2014-10-04 18:37:56 +0900 (Sat, 04 Oct 2014)

  New Revision: 500ecc02d10da0ba4f05eea2a3809e0568b219c3
  https://github.com/ranguba/rroonga/commit/500ecc02d10da0ba4f05eea2a3809e0568b219c3

  Message:
    Follow README filename change

  Modified files:
    rroonga.gemspec

  Modified: rroonga.gemspec (+3 -3)
===================================================================
--- rroonga.gemspec    2014-10-04 18:14:40 +0900 (5319db8)
+++ rroonga.gemspec    2014-10-04 18:37:56 +0900 (99bb69f)
@@ -54,12 +54,12 @@ Gem::Specification.new do |s|
   s.authors = authors
   s.email = emails
 
-  readme_path = File.join(base_dir, "README.textile")
+  readme_path = File.join(base_dir, "README.md")
   entries = File.read(readme_path).split(/^h2\.\s(.*)$/)
   description = clean_white_space.call(entries[entries.index("Description") + 1])
   s.summary, s.description, = description.split(/\n\n+/, 3)
 
-  s.files = ["README.textile", "AUTHORS", "Rakefile", "Gemfile", ".yardopts"]
+  s.files = ["README.md", "AUTHORS", "Rakefile", "Gemfile", ".yardopts"]
   s.files += Dir.glob("doc/text/*.textile")
   s.files += ["#{s.name}.gemspec"]
   s.files += ["rroonga-build.rb", "extconf.rb"]
@@ -67,7 +67,7 @@ Gem::Specification.new do |s|
     s.files += Dir.glob("{lib,benchmark,misc,example}/**/*.rb")
     s.files += Dir.glob("ext/**/*.{c,h,rb,def}")
     s.extensions = ["ext/groonga/extconf.rb"]
-    s.extra_rdoc_files = ["README.textile"]
+    s.extra_rdoc_files = ["README.md"]
     s.test_files = Dir.glob("test/**/*.rb")
     Dir.chdir("bin") do
       s.executables = Dir.glob("*")
-------------- next part --------------
HTML����������������������������...
다운로드 



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