[前][次][番号順一覧][スレッド一覧]

ruby-changes:57763

From: Nobuyoshi <ko1@a...>
Date: Mon, 16 Sep 2019 21:56:54 +0900 (JST)
Subject: [ruby-changes:57763] 3bb1162cac (master): Folded files in gemspec

https://git.ruby-lang.org/ruby.git/commit/?id=3bb1162cac

From 3bb1162cacf951794af7c9124dde002ceaed5b38 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 16 Sep 2019 20:01:42 +0900
Subject: Folded files in gemspec


diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec
index 84fe4ff..17f0de7 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -16,7 +16,63 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L16
   spec.homepage      = "https://github.com/ruby/irb"
   spec.license       = "BSD-2-Clause"
 
-  spec.files         = ["LICENSE.txt", "README.md", "exe/irb", "irb.gemspec", "lib/irb.rb", "lib/irb/cmd/chws.rb", "lib/irb/cmd/fork.rb", "lib/irb/cmd/help.rb", "lib/irb/cmd/load.rb", "lib/irb/cmd/nop.rb", "lib/irb/cmd/pushws.rb", "lib/irb/cmd/subirb.rb", "lib/irb/completion.rb", "lib/irb/context.rb", "lib/irb/color.rb", "lib/irb/ext/change-ws.rb", "lib/irb/ext/history.rb", "lib/irb/ext/loader.rb", "lib/irb/ext/multi-irb.rb", "lib/irb/ext/save-history.rb", "lib/irb/ext/tracer.rb", "lib/irb/ext/use-loader.rb", "lib/irb/ext/workspaces.rb", "lib/irb/extend-command.rb", "lib/irb/frame.rb", "lib/irb/help.rb", "lib/irb/init.rb", "lib/irb/input-method.rb", "lib/irb/inspector.rb", "lib/irb/lc/.document", "lib/irb/lc/error.rb", "lib/irb/lc/help-message", "lib/irb/lc/ja/encoding_aliases.rb", "lib/irb/lc/ja/error.rb", "lib/irb/lc/ja/help-message", "lib/irb/locale.rb", "lib/irb/magic-file.rb", "lib/irb/notifier.rb", "lib/irb/output-method.rb", "lib/irb/ruby-lex.rb", "lib/irb/ruby-token.rb", "li
 b/irb/slex.rb", "lib/irb/src_encoding.rb", "lib/irb/version.rb", "lib/irb/workspace.rb", "lib/irb/ws-for-case-2.rb", "lib/irb/xmp.rb"]
+  spec.files         = [
+    "Gemfile",
+    "LICENSE.txt",
+    "README.md",
+    "Rakefile",
+    "bin/console",
+    "bin/setup",
+    "doc/irb/irb-tools.rd.ja",
+    "doc/irb/irb.rd.ja",
+    "exe/irb",
+    "irb.gemspec",
+    "lib/irb.rb",
+    "lib/irb/cmd/chws.rb",
+    "lib/irb/cmd/fork.rb",
+    "lib/irb/cmd/help.rb",
+    "lib/irb/cmd/load.rb",
+    "lib/irb/cmd/nop.rb",
+    "lib/irb/cmd/pushws.rb",
+    "lib/irb/cmd/subirb.rb",
+    "lib/irb/color.rb",
+    "lib/irb/completion.rb",
+    "lib/irb/context.rb",
+    "lib/irb/ext/change-ws.rb",
+    "lib/irb/ext/history.rb",
+    "lib/irb/ext/loader.rb",
+    "lib/irb/ext/multi-irb.rb",
+    "lib/irb/ext/save-history.rb",
+    "lib/irb/ext/tracer.rb",
+    "lib/irb/ext/use-loader.rb",
+    "lib/irb/ext/workspaces.rb",
+    "lib/irb/extend-command.rb",
+    "lib/irb/frame.rb",
+    "lib/irb/help.rb",
+    "lib/irb/init.rb",
+    "lib/irb/input-method.rb",
+    "lib/irb/inspector.rb",
+    "lib/irb/lc/.document",
+    "lib/irb/lc/error.rb",
+    "lib/irb/lc/help-message",
+    "lib/irb/lc/ja/encoding_aliases.rb",
+    "lib/irb/lc/ja/error.rb",
+    "lib/irb/lc/ja/help-message",
+    "lib/irb/locale.rb",
+    "lib/irb/magic-file.rb",
+    "lib/irb/notifier.rb",
+    "lib/irb/output-method.rb",
+    "lib/irb/ruby-lex.rb",
+    "lib/irb/ruby-token.rb",
+    "lib/irb/ruby_logo.aa",
+    "lib/irb/slex.rb",
+    "lib/irb/src_encoding.rb",
+    "lib/irb/version.rb",
+    "lib/irb/workspace.rb",
+    "lib/irb/ws-for-case-2.rb",
+    "lib/irb/xmp.rb",
+    "man/irb.1",
+  ]
   spec.bindir        = "exe"
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 8e8a0b8..b04afcd 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -8,12 +8,88 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L8
   s.require_paths = ["lib"]
   s.authors = ["Aaron Patterson"]
   s.date = "2019-06-20"
-  s.description = "Racc is a LALR(1) parser generator.\n  It is written in Ruby itself, and generates Ruby program.\n\n  NOTE: Ruby 1.8.x comes with Racc runtime module.  You\n  can run your parsers generated by racc 1.4.x out of the\n  box."
+  s.description = <<DESC
+Racc is a LALR(1) parser generator.
+  It is written in Ruby itself, and generates Ruby program.
+
+  NOTE: Ruby 1.8.x comes with Racc runtime module.  You
+  can run your parsers generated by racc 1.4.x out of the
+  box.
+DESC
   s.email = ["aaron@t..."]
   s.executables = ["racc", "racc2y", "y2racc"]
   s.extensions = ["ext/racc/extconf.rb"]
-  s.extra_rdoc_files = ["Manifest.txt", "README.ja.rdoc", "README.rdoc", "rdoc/en/NEWS.en.rdoc", "rdoc/en/grammar.en.rdoc", "rdoc/ja/NEWS.ja.rdoc", "rdoc/ja/debug.ja.rdoc", "rdoc/ja/grammar.ja.rdoc", "rdoc/ja/parser.ja.rdoc", "README.ja.rdoc", "README.rdoc"]
-  s.files = ["COPYING", "ChangeLog", "DEPENDS", "Manifest.txt", "README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc", "bin/racc2y", "bin/y2racc", "ext/racc/MANIFEST", "ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse.c", "ext/racc/depend", "ext/racc/extconf.rb", "fastcache/extconf.rb", "fastcache/fastcache.c", "lib/racc.rb", "lib/racc/compat.rb", "lib/racc/debugflags.rb", "lib/racc/exception.rb", "lib/racc/grammar.rb", "lib/racc/grammarfileparser.rb", "lib/racc/info.rb", "lib/racc/iset.rb", "lib/racc/logfilegenerator.rb", "lib/racc/parser-text.rb", "lib/racc/parser.rb", "lib/racc/parserfilegenerator.rb", "lib/racc/pre-setup", "lib/racc/sourcetext.rb", "lib/racc/state.rb", "lib/racc/statetransitiontable.rb", "lib/racc/static.rb", "misc/dist.sh", "rdoc/en/NEWS.en.rdoc", "rdoc/en/grammar.en.rdoc", "rdoc/ja/NEWS.ja.rdoc", "rdoc/ja/command.ja.html", "rdoc/ja/debug.ja.rdoc", "rdoc/ja/grammar.ja.rdoc", "rdoc/ja/index.ja.html", "rdoc/ja/parser.ja.rdoc", "rdoc/ja/usage.ja.
 html", "sample/array.y", "sample/array2.y", "sample/calc-ja.y", "sample/calc.y", "sample/conflict.y", "sample/hash.y", "sample/lalr.y", "sample/lists.y", "sample/syntax.y", "sample/yyerr.y", "setup.rb", "tasks/doc.rb", "tasks/email.rb", "test/assets/cadenza.y", "test/assets/cast.y", "test/assets/chk.y", "test/assets/conf.y", "test/assets/csspool.y", "test/assets/digraph.y", "test/assets/echk.y", "test/assets/edtf.y", "test/assets/err.y", "test/assets/error_recovery.y", "test/assets/expect.y", "test/assets/firstline.y", "test/assets/huia.y", "test/assets/ichk.y", "test/assets/intp.y", "test/assets/journey.y", "test/assets/liquor.y", "test/assets/machete.y", "test/assets/macruby.y", "test/assets/mailp.y", "test/assets/mediacloth.y", "test/assets/mof.y", "test/assets/namae.y", "test/assets/nasl.y", "test/assets/newsyn.y", "test/assets/noend.y", "test/assets/nokogiri-css.y", "test/assets/nonass.y", "test/assets/normal.y", "test/assets/norule.y", "test/assets/nullbug1.y", "test/assets/nu
 llbug2.y", "test/assets/opal.y", "test/assets/opt.y", "test/assets/percent.y", "test/assets/php_serialization.y", "test/assets/recv.y", "test/assets/riml.y", "test/assets/rrconf.y", "test/assets/ruby18.y", "test/assets/ruby19.y", "test/assets/ruby20.y", "test/assets/ruby21.y", "test/assets/ruby22.y", "test/assets/scan.y", "test/assets/syntax.y", "test/assets/tp_plus.y", "test/assets/twowaysql.y", "test/assets/unterm.y", "test/assets/useless.y", "test/assets/yyerr.y", "test/bench.y", "test/helper.rb", "test/infini.y", "test/regress/cadenza", "test/regress/cast", "test/regress/csspool", "test/regress/edtf", "test/regress/huia", "test/regress/journey", "test/regress/liquor", "test/regress/machete", "test/regress/mediacloth", "test/regress/mof", "test/regress/namae", "test/regress/nasl", "test/regress/nokogiri-css", "test/regress/opal", "test/regress/php_serialization", "test/regress/riml", "test/regress/ruby18", "test/regress/ruby22", "test/regress/tp_plus", "test/regress/twowaysql", "
 test/scandata/brace", "test/scandata/gvar", "test/scandata/normal", "test/scandata/percent", "test/scandata/slash", "test/src.intp", "test/start.y", "test/test_chk_y.rb", "test/test_grammar_file_parser.rb", "test/test_racc_command.rb", "test/test_scan_y.rb", "test/testscanner.rb", "web/racc.en.rhtml", "web/racc.ja.rhtml"]
+  s.extra_rdoc_files = [
+    "Manifest.txt", "README.ja.rdoc", "README.rdoc",
+    "rdoc/en/NEWS.en.rdoc", "rdoc/en/grammar.en.rdoc",
+    "rdoc/ja/NEWS.ja.rdoc", "rdoc/ja/debug.ja.rdoc",
+    "rdoc/ja/grammar.ja.rdoc", "rdoc/ja/parser.ja.rdoc",
+    "README.ja.rdoc", "README.rdoc"
+  ]
+  s.files = [
+    "COPYING", "ChangeLog", "DEPENDS", "Manifest.txt",
+    "README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc",
+    "bin/racc2y", "bin/y2racc", "ext/racc/MANIFEST",
+    "ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse.c",
+    "ext/racc/depend", "ext/racc/extconf.rb", "fastcache/extconf.rb",
+    "fastcache/fastcache.c", "lib/racc.rb", "lib/racc/compat.rb",
+    "lib/racc/debugflags.rb", "lib/racc/exception.rb",
+    "lib/racc/grammar.rb", "lib/racc/grammarfileparser.rb",
+    "lib/racc/info.rb", "lib/racc/iset.rb",
+    "lib/racc/logfilegenerator.rb", "lib/racc/parser-text.rb",
+    "lib/racc/parser.rb", "lib/racc/parserfilegenerator.rb",
+    "lib/racc/pre-setup", "lib/racc/sourcetext.rb",
+    "lib/racc/state.rb", "lib/racc/statetransitiontable.rb",
+    "lib/racc/static.rb", "misc/dist.sh", "rdoc/en/NEWS.en.rdoc",
+    "rdoc/en/grammar.en.rdoc", "rdoc/ja/NEWS.ja.rdoc",
+    "rdoc/ja/command.ja.html", "rdoc/ja/debug.ja.rdoc",
+    "rdoc/ja/grammar.ja.rdoc", "rdoc/ja/index.ja.html",
+    "rdoc/ja/parser.ja.rdoc", "rdoc/ja/usage.ja.html",
+    "sample/array.y", "sample/array2.y", "sample/calc-ja.y",
+    "sample/calc.y", "sample/conflict.y", "sample/hash.y",
+    "sample/lalr.y", "sample/lists.y", "sample/syntax.y",
+    "sample/yyerr.y", "setup.rb", "tasks/doc.rb", "tasks/email.rb",
+    "test/assets/cadenza.y", "test/assets/cast.y",
+    "test/assets/chk.y", "test/assets/conf.y",
+    "test/assets/csspool.y", "test/assets/digraph.y",
+    "test/assets/echk.y", "test/assets/edtf.y", "test/assets/err.y",
+    "test/assets/error_recovery.y", "test/assets/expect.y",
+    "test/assets/firstline.y", "test/assets/huia.y",
+    "test/assets/ichk.y", "test/assets/intp.y",
+    "test/assets/journey.y", "test/assets/liquor.y",
+    "t (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]