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

ruby-changes:33986

From: hsbt <ko1@a...>
Date: Sat, 24 May 2014 14:04:28 +0900 (JST)
Subject: [ruby-changes:33986] hsbt:r46067 (trunk): * test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.

hsbt	2014-05-24 14:04:08 +0900 (Sat, 24 May 2014)

  New Revision: 46067

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46067

  Log:
    * test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.

  Removed files:
    trunk/test/lib/test/unit/test-unit.gemspec
  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 46066)
+++ ChangeLog	(revision 46067)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat May 24 13:42:46 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.
+
 Sat May 24 09:39:06 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
 
 	* defs/default_gems: removed mintiest entry.
Index: test/lib/test/unit/test-unit.gemspec
===================================================================
--- test/lib/test/unit/test-unit.gemspec	(revision 46066)
+++ test/lib/test/unit/test-unit.gemspec	(revision 46067)
@@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/test/unit/test-unit.gemspec#L0
-# -*- ruby -*-
-
-Gem::Specification.new do |s|
-  s.name = "test-unit"
-  s.version = "#{RUBY_VERSION}.0"
-  s.homepage = "http://www.ruby-lang.org"
-  s.author = "Shota Fukumori"
-  s.email = "sorah@t..."
-  s.summary = "test/unit compatible API testing framework"
-  s.description =
-    "This library implements test/unit compatible API on minitest. " +
-    "The test/unit means that test/unit which was bundled with Ruby 1.8."
-  s.executables = ["testrb"]
-
-  # Ruby bundled test/unit is a compatibility layer for minitest,
-  # and it doesn't have support for minitest 5.
-  s.add_runtime_dependency "minitest", '< 5.0.0'
-end

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

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