From 372dcece3f69989d133f720468f1e24aa1133cda Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 22 Apr 2010 08:24:42 +0000 Subject: Update to RubyGems 1.3.7.pre.1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/plugin/exception/rubygems_plugin.rb | 2 ++ test/rubygems/plugin/load/rubygems_plugin.rb | 1 + test/rubygems/plugin/standarderror/rubygems_plugin.rb | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 test/rubygems/plugin/exception/rubygems_plugin.rb create mode 100644 test/rubygems/plugin/load/rubygems_plugin.rb create mode 100644 test/rubygems/plugin/standarderror/rubygems_plugin.rb (limited to 'test/rubygems/plugin') diff --git a/test/rubygems/plugin/exception/rubygems_plugin.rb b/test/rubygems/plugin/exception/rubygems_plugin.rb new file mode 100644 index 0000000000..affa72f09c --- /dev/null +++ b/test/rubygems/plugin/exception/rubygems_plugin.rb @@ -0,0 +1,2 @@ +TestGem::TEST_PLUGIN_EXCEPTION = :loaded +raise Exception.new('boom') \ No newline at end of file diff --git a/test/rubygems/plugin/load/rubygems_plugin.rb b/test/rubygems/plugin/load/rubygems_plugin.rb new file mode 100644 index 0000000000..bf020b0f6a --- /dev/null +++ b/test/rubygems/plugin/load/rubygems_plugin.rb @@ -0,0 +1 @@ +TestGem::TEST_PLUGIN_LOAD = :loaded \ No newline at end of file diff --git a/test/rubygems/plugin/standarderror/rubygems_plugin.rb b/test/rubygems/plugin/standarderror/rubygems_plugin.rb new file mode 100644 index 0000000000..d36849f144 --- /dev/null +++ b/test/rubygems/plugin/standarderror/rubygems_plugin.rb @@ -0,0 +1,2 @@ +TestGem::TEST_PLUGIN_STANDARDERROR = :loaded +raise StandardError.new('boom') \ No newline at end of file -- cgit v1.2.3