summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2012-05-24Bug #5348nobu
2012-05-09 * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependentnobu
2012-05-09Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 a...ryan
2012-05-07use assert_equal, assert_match, and so on.nobu
2012-05-07test_gem_installer.rb: fix argument ordernobu
2012-05-05Revert r35443.naruse
2012-05-05* test/rubygems/test_gem_installer.rb: fix broken test for r35541.ayumin
2012-05-04rescue if it cannnot load psych.naruse
2012-04-24fix condition to set yaml enginenobu
2012-04-23test with psychnobu
2012-04-23ignore unnecessary testnobu
2012-04-23skip OpenSSL dependent tests if not availablenobu
2012-04-19* lib/rubygems: Update to RubyGems 1.8.23 which contains securitydrbrain
2012-04-18Use mock of Gem::Security::OPT[:trust_dir]naruse
2012-04-18* lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 whichdrbrain
2012-04-17Revert r35370 due to bad source branchdrbrain
2012-04-17* lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 whichdrbrain
2012-02-27* test/rubygems/test_gem_specification.rb (test_self_from_yaml_syck_default_k...nobu
2011-10-24Follow the error format changed by FreeBSD 9.naruse
2011-10-03* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain
2011-09-09* test/rubygems/test_gem_commands_help_command.rb: Add onesorah
2011-09-05* test/rubygems/test_gem_security.rbnaruse
2011-08-26* lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain
2011-08-23* lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain
2011-08-05 * lib/rubygems: Import RubyGems 1.8.7:drbrain
2011-08-01Correct RubyGems bin check on Windows. Bug #5111luislavena
2011-07-27 * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain
2011-07-27 * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain
2011-07-23 * lib/rubygems/specification.rb: Restore behavior ofdrbrain
2011-06-07* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa
2011-06-07* test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,usa
2011-06-03* test/rubygems/test_gem_commands_which_command.rb:naruse
2011-06-01* lib/rubygems, test/rubygems: properties.nobu
2011-06-01Import rubygems 1.8.5 (released @ 137c80f)ryan
2011-05-15* remove trailing spaces.nobu
2011-03-09Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan
2011-03-08* test/rubygems/test_gem_spec_fetcher.rbusa
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-01Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan
2011-02-01Import rubygems 1.5.0 (released version @ 1fb59d0)ryan
2011-01-30* test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu
2011-01-28Import rubygems 1.5.0 (release candidate @ 09893d9)ryan
2011-01-19Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fi...ryan
2011-01-19Finish removing code, (fixes sources command test).drbrain
2011-01-19Import rubygems 1.5.0 (release candidate)ryan
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2010-08-16Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-07-07* gem_prelude.rb: provide workaround for gem activation. Currently,mame
2010-06-28 * test/rubygems/gemutilities.rb: check ENV['make'] for make_command.tarui