geminstaller_using_rubygems_1-1-1 build 1120.13
finished at 6:52 AM on 04 January 2009
Build Changeset
New revision 1982 detected in external 'spec/fixture/rubygems_dist/rubygems-9.9.9'
Revision 1982 committed by djberg96 on 2009-01-03 11:48:35
Added entry for RF patch #23082 - better activation error message
M /trunk/ChangeLog
Revision 1981 committed by djberg96 on 2009-01-03 11:47:19
Applied RF patch #23082 - better activation error messages
M /trunk/lib/rubygems.rb
Revision 1980 committed by djberg96 on 2009-01-03 11:39:12
Updated the specification_version
M /trunk/test/test_gem_specification.rb
Revision 1979 committed by djberg96 on 2009-01-03 11:36:35
Updated the MARSHAL_FIELDS hash
M /trunk/lib/rubygems/specification.rb
Revision 1978 committed by djberg96 on 2009-01-03 00:38:32
Added change to CURRENT_SPECIFICATION_VERSION and SPECIFICATION_VERSION_HISTORY
M /trunk/ChangeLog
Revision 1977 committed by djberg96 on 2009-01-03 00:37:16
Bumped the CURRENT_SPECIFICATION_VERSION and added an entry to SPECIFICATION_VERSION_HISTORY
M /trunk/lib/rubygems/specification.rb
Revision 1976 committed by djberg96 on 2009-01-02 20:49:47
Added note regarding RF bug #22598 - ensure specification_version is a Fixnum
M /trunk/ChangeLog
Revision 1975 committed by djberg96 on 2009-01-02 20:48:36
Added tests that ensure that the specification_version must be a Fixnum - RF bug #22598
M /trunk/test/test_gem_specification.rb
Revision 1974 committed by djberg96 on 2009-01-02 20:47:56
Added validation to ensure specification_version is a Fixnum - fixes RF bug #22598
M /trunk/lib/rubygems/specification.rb
Revision 1973 committed by djberg96 on 2009-01-02 15:54:12
Added comment regarding RF bug #22151 - automatically normalize URI for HTTP_PROXY
M /trunk/ChangeLog
Revision 1972 committed by djberg96 on 2009-01-02 15:52:57
Added a test that validates the get_proxy_from_env automatically normalizes the uri - RF bug #22151
M /trunk/test/test_gem_remote_fetcher.rb
Revision 1971 committed by djberg96 on 2009-01-02 15:52:01
The get_proxy_from_env method now normalizes the uri before parsing - RF bug #22151
M /trunk/lib/rubygems/remote_fetcher.rb
Revision 1970 committed by djberg96 on 2009-01-02 15:29:45
Added fix for RF bug #22277 - duplicate sources should be ignored
M /trunk/ChangeLog
Revision 1969 committed by djberg96 on 2009-01-02 15:27:45
Modified test to check for duplicate sources - RF bug #22277
M /trunk/test/test_gem_local_remote_options.rb
Revision 1968 committed by djberg96 on 2009-01-02 15:27:05
The add_source_option now ignores duplicates - RF bug #22277
M /trunk/lib/rubygems/local_remote_options.rb
Revision 1967 committed by djberg96 on 2009-01-02 13:02:28
Clarification - #23003 was a patch, not a bug
M /trunk/ChangeLog
Revision 1966 committed by djberg96 on 2009-01-02 12:54:01
Added change regarding RF bug #23003 - Quote destination path if it contains spaces
M /trunk/ChangeLog
Revision 1965 committed by djberg96 on 2009-01-02 12:53:24
The destination path is now quoted if it contains spaces - RF bug #23003
M /trunk/lib/rubygems/ext/rake_builder.rb
Revision 1964 committed by djberg96 on 2009-01-02 06:04:27
Added note regarding RF bug #22313 - require 'etc' explicitly
M /trunk/ChangeLog
Revision 1963 committed by djberg96 on 2009-01-02 06:02:01
Added an explicit require 'etc' at the top
M /trunk/lib/rubygems.rb
Revision 1962 committed by djberg96 on 2009-01-02 05:48:57
Added Daniel Berger as a contributor
M /trunk/README
Revision 1961 committed by djberg96 on 2009-01-02 05:15:06
Added some basic tests for the empty? method
M /trunk/test/test_gem_platform.rb
Revision 1960 committed by djberg96 on 2009-01-02 05:09:47
Added comment regarding RF bug #22603 - Undefined empty? method for Gem::Platform
M /trunk/ChangeLog
Revision 1959 committed by djberg96 on 2009-01-02 05:06:24
Added an empty? method to deal with gems created prior to 0.9.5, which are not plain strings
M /trunk/lib/rubygems/platform.rb
Revision 1958 committed by djberg96 on 2009-01-01 14:01:17
Added fix for "def dep" duplicate in test_gem_dependency.rb
M /trunk/ChangeLog
Revision 1957 committed by djberg96 on 2009-01-01 13:59:39
Removed duplicate "def dep" that was causing a warning
M /trunk/test/test_gem_dependency.rb
Revision 1956 committed by djberg96 on 2008-12-31 22:02:27
Added fix for RF patch #22532 - target dir not honored
M /trunk/ChangeLog
Revision 1955 committed by djberg96 on 2008-12-31 22:01:00
Applied RF patch #22532 - target dir not honored
M /trunk/lib/rubygems/commands/unpack_command.rb
Revision 1954 committed by djberg96 on 2008-12-31 21:41:12
Added change regarding RF bug #22712 - extraneous quote in autogenerated .bat file when path contains spaces
M /trunk/ChangeLog
Revision 1953 committed by djberg96 on 2008-12-31 21:38:53
Fixed RF bug #22712 - extraneous quotation in ruby.exe name when path contains spaces
M /trunk/setup.rb
Revision 1952 committed by djberg96 on 2008-12-31 20:39:05
Added change regarding patch #22485 - allow https as a valid scheme
M /trunk/ChangeLog
Revision 1951 committed by djberg96 on 2008-12-31 20:36:54
Allow https as a valid scheme
M /trunk/lib/rubygems/local_remote_options.rb
Revision 1950 committed by djberg96 on 2008-12-31 05:33:13
Added change regarding bug #22764 - Etc.getpwuid might return nil on certain platforms
M /trunk/ChangeLog
Revision 1949 committed by djberg96 on 2008-12-31 05:31:16
Modified the set_paths method to check for the possibility of Etc.getpwuid returning nil on certain platforms
M /trunk/lib/rubygems.rb
Revision 1948 committed by djberg96 on 2008-12-31 04:32:29
Added change regarding RF bug #23037 - use default_dir if Gem.user_home does not exist
M /trunk/ChangeLog
Revision 1947 committed by djberg96 on 2008-12-31 04:28:16
The default path now falls back to only the default_dir if Gem.user_home does not exist
M /trunk/lib/rubygems/defaults.rb
Revision 1946 committed by djberg96 on 2008-12-31 04:15:36
Added change regarding RF bug #19136 - don't allow a .gem file to be added onto itself
M /trunk/ChangeLog
Revision 1945 committed by djberg96 on 2008-12-31 04:09:34
No longer allows .gem file to be added to itself
M /trunk/lib/rubygems/builder.rb
Revision 1944 committed by drbrain on 2008-12-17 22:46:51
Trim trailing whitespace
M /trunk/lib/rubygems/specification.rb
Revision 1943 committed by drbrain on 2008-12-17 22:25:32
Make Gem::Dependency#=~ to work with Gem::Specification
M /trunk/lib/rubygems/dependency.rb
M /trunk/test/test_gem_dependency.rb
M /trunk/ChangeLog
M /trunk/lib/rubygems/source_index.rb
Revision 1942 committed by drbrain on 2008-12-17 22:22:41
Set title for generated documentation
M /trunk/lib/rubygems/doc_manager.rb
M /trunk/ChangeLog
Revision 1941 committed by drbrain on 2008-12-17 22:21:50
Fix warning
M /trunk/lib/rubygems/commands/rdoc_command.rb
Revision 1940 committed by drbrain on 2008-12-15 23:39:38
Fix Gem::Installer#write_spec documentation
M /trunk/lib/rubygems/installer.rb
M /trunk/ChangeLog
Revision 1939 committed by drbrain on 2008-12-12 23:59:52
[ruby-dev:37255]
M /trunk/lib/rubygems/source_info_cache_entry.rb
M /trunk/ChangeLog
Revision 1938 committed by drbrain on 2008-12-12 22:52:00
Merge documentation fix [ruby-dev:37271]
M /trunk/lib/rubygems/local_remote_options.rb
M /trunk/ChangeLog
Revision 1937 committed by drbrain on 2008-12-08 22:30:26
Ooops, typo
M /trunk/lib/rubygems.rb
Revision 1936 committed by drbrain on 2008-12-08 22:25:32
Add Gem::promote_load_path
M /trunk/lib/rubygems.rb
M /trunk/ChangeLog
Revision 1935 committed by zenspider on 2008-12-01 22:04:34
Made threadsafe
M /trunk/lib/rubygems/remote_fetcher.rb
M /trunk/ChangeLog
Revision 1934 committed by zenspider on 2008-12-01 21:52:53
stupid stupid stupid
M /trunk/lib/rubygems/remote_fetcher.rb
Revision 1933 committed by drbrain on 2008-11-26 03:25:50
Don't run post-install stuff if no gems were installed
M /trunk/ChangeLog
M /trunk/lib/rubygems/commands/install_command.rb
Revision 1932 committed by drbrain on 2008-11-20 22:38:01
Check mtimes not ctimes, and update index mtimes to newest found gem
M /trunk/lib/rubygems/indexer.rb
M /trunk/test/test_gem_indexer.rb
Revision 1931 committed by drbrain on 2008-11-20 22:14:09
Indexer improvements for RubyForge
M /trunk/lib/rubygems/indexer.rb
M /trunk/lib/rubygems/commands/generate_index_command.rb
M /trunk/test/test_gem_indexer.rb
M /trunk/ChangeLog
M /trunk/test/test_gem_commands_generate_index_command.rb
M /trunk/lib/rubygems/source_index.rb
Build Log
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/build-1120.13-success.in52s/build.log is 217 kbytes - too big to display in the dashboard, the output is truncated
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work woolley$ ruby -e require 'rubygems' rescue nil; require 'rake'; load '/home/woolley/ccrb/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear
/usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
(in /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work)
[CruiseControl] Invoking Rake task "test"
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/runner/options.rb:164: warning: instance variable @out_used not initialized
/usr/local/lib/ruby/gems/1.8/gems/diff-lcs-1.1.2/lib/diff/lcs/hunk.rb:69: warning: method redefined; discarding old flag_context=
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/runner/options.rb:97: warning: instance variable @files_loaded not initialized
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/output_listener_spec.rb:17: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/output_listener_spec.rb:18: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:22: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:23: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:24: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:25: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:26: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:27: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:46: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:68: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:69: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:70: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:73: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:74: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:75: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:96: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:97: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:98: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:116: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:117: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/config_spec.rb:118: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:14: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:15: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:16: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:17: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:18: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:19: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:20: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:30: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:37: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:38: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:46: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:47: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:54: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:60: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:77: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:78: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:79: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/ruby_gem_spec.rb:80: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/arg_parser_spec.rb:11: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/arg_parser_spec.rb:12: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/arg_parser_spec.rb:13: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/unit/gem_arg_processor_spec.rb:12: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_interaction_handler_spec.rb:74: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/install_processor_spec.rb:83: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/install_processor_spec.rb:109: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/install_processor_spec.rb:113: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/fixtures_spec.rb:28: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:36: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:37: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:38: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:39: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:66: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:79: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:80: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:82: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:96: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:97: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:98: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:100: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:109: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:114: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:119: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/config_builder_spec.rb:120: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:16: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:24: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:25: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:36: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:37: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_spec_manager_spec.rb:38: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/geminstaller_spec.rb:127: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/geminstaller_spec.rb:193: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/geminstaller_spec.rb:194: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/missing_dependency_finder_spec.rb:41: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/missing_dependency_finder_spec.rb:42: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/missing_dependency_finder_spec.rb:49: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/missing_dependency_finder_spec.rb:50: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/missing_dependency_finder_spec.rb:64: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_command_manager_spec.rb:25: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_command_manager_spec.rb:43: warning: parenthesize argument(s) for future version
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_command_manager_spec.rb:112: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_command_manager_spec.rb:127: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/gem_command_manager_spec.rb:128: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/autogem_spec.rb:18: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/autogem_spec.rb:35: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/autogem_spec.rb:44: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/output_proxy_spec.rb:22: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/output_proxy_spec.rb:30: warning: useless use of == in void context
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/functional/output_proxy_spec.rb:39: warning: useless use of == in void context
Running all GemInstaller Tests, ENV['RUBYGEMS_VERSION'] == '1.1.1'
test_gem_home_spec: the TestGemHome class
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "HEAD /Marshal.4.8 HTTP/1.1" 200 0
- -> /Marshal.4.8
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/latest_index.rz HTTP/1.1" 404 53
- -> /quick/latest_index.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/index.rz HTTP/1.1" 200 98
- -> /quick/index.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/dependent-stubgem-multiplatform-1.0.0-x86-mswin32.gemspec.rz HTTP/1.1" 200 653
- -> /quick/Marshal.4.8/dependent-stubgem-multiplatform-1.0.0-x86-mswin32.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/dependent-stubgem-multiplatform-1.0.0-x86-mswin32.gemspec.rz HTTP/1.1" 200 653
- -> /quick/dependent-stubgem-multiplatform-1.0.0-x86-mswin32.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/stubgem-multiplatform-1.0.1-x86-mswin32.gemspec.rz HTTP/1.1" 200 627
- -> /quick/Marshal.4.8/stubgem-multiplatform-1.0.1-x86-mswin32.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/stubgem-multiplatform-1.0.1-x86-mswin32.gemspec.rz HTTP/1.1" 200 627
- -> /quick/stubgem-multiplatform-1.0.1-x86-mswin32.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/dependent-stubgem-1.0.0.gemspec.rz HTTP/1.1" 200 396
- -> /quick/Marshal.4.8/dependent-stubgem-1.0.0.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/dependent-stubgem-depends-on-multiplatform-1.0.0.gemspec.rz HTTP/1.1" 200 416
- -> /quick/Marshal.4.8/dependent-stubgem-depends-on-multiplatform-1.0.0.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/dependent-stubgem-multilevel-1.0.0.gemspec.rz HTTP/1.1" 200 401
- -> /quick/Marshal.4.8/dependent-stubgem-multilevel-1.0.0.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/stubgem-multiplatform-1.0.0.gemspec.rz HTTP/1.1" 200 384
- -> /quick/Marshal.4.8/stubgem-multiplatform-1.0.0.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:11 UTC] "GET /quick/Marshal.4.8/stubgem-1.0.0.gemspec.rz HTTP/1.1" 200 366
- -> /quick/Marshal.4.8/stubgem-1.0.0.gemspec.rz
::ffff:127.0.0.1 - - [04/Jan/2009:06:52:12 UTC] "GET /quick/Marshal.4.8/stubgem-multiplatform-1.0.1.gemspec.rz HTTP/1.1" 200 383
- -> /quick/Marshal.4.8/stubgem-multiplatform-1.0.1.gemspec.rz
Starting embedded gem server at /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/helper/../fixture/gems...
Started embedded gem server at /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/helper/../fixture/gems, pid = 8143
Updating from embedded gem server, cmd = ruby -I /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/fixture/rubygems_dist/rubygems-1.1.1/lib:/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/fixture/rubygems_dist/rubygems-1.1.1/bin:/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/lib /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/fixture/rubygems_dist/rubygems-1.1.1/bin/gem update --source http://127.0.0.1:9909 --config-file /home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/spec/tmp/test_gem.rc
- should create a test gem home
an application instance invoked with no args
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should install a gem which is specified in the config and print startup message
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should install multiple gems which are specified in the config and print startup message
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should not install a gem which is already installed
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should verify and specify gem if check_for_upgrade is specified
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old geminstaller_output
- should print any exception message to debug then exit gracefully
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old geminstaller_output
- should print any exception message AND stacktrace
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old geminstaller_output
- , with --exceptions option, should raise any exception
an application instance invoked with invalid args or help option
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should print any arg parser error output then exit gracefully
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should print any arg parser non-error output then exit gracefully
an application instance invoked with missing config file(s)
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old geminstaller_output
- should print message and exit gracefully
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should still run print-rogue-gems option if it is specified and there is only a single config file
- should not run print-rogue-gems option if there is more than one missing config file
an application instance invoked with alternate config file location
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should use the alternate config file location
an application instance invoked with print-rogue-gems arg
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should invoke rogue_gem_finder
an OutputListener
- should queue all output of which it is notified, return it without flushing for read, and flush it upon read!
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should echo all output, and stop echoing if echo is disabled
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old rubygems_output
- should call sysout or sysin on based on output_stream property
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/lib/geminstaller/output_listener.rb:19: warning: instance variable @stream not initialized
- should raise error if invalid stream is specified
An output filter
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should pass formatted rubygems stdout message to output proxy if 'stdout' rubygems_output option is set
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old sysout
- should pass formatted rubygems stdout and stderr message to output proxy if 'all' rubygems_output option is set
- should not pass rubygems stdout message to output proxy if 'stdout' rubygems_output option is not set
- should not pass any message to output proxy if 'silent' option is set
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should pass geminstaller info message to output proxy if 'info' geminstaller_output option is set
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should use error stream if geminstaller output type is error
an InstallProcessor instance with no options passed
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:161: warning: discarding old install_gem
- should install a gem
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should not install a gem which is already installed
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should verify and specify gem if check_for_upgrade is specified
an InstallProcessor instance invoked with info option passed
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should show info message for a gem which is already installed
config YAML containing a single gem
- should be parsed into a corresponding gem object
config YAML with only name and version specified
- should not raise error on nil platform, install_options, or check_for_upgrade
config YAML containing two gems with the same name but different versions
- should be parsed into a corresponding gem objects
config YAML containing default install_options
- should propogate default install_options into gem object
config YAML containing neither default install_options nor gem-specific install options
- should have no install_options set on gem object
A ruby gem data object
- may be instantiated with a name, a version, a platform, install options, check_for_upgrade flag, fix_dependencies flag, no_autogem flag, and prefer_binary_platform flag
- may be instantiated with only a name and a version
- should leave the platform nil if it is not specified
- may be instantiated with only a name, and install options (unspecified version)
- may be instantiated with only a name, and uninstall options
- may be instantiated with only a name, and install options (unspecified version)
- should be comparable on name, version, and platform
/home/woolley/.cruise/projects/geminstaller_using_rubygems_1-1-1/work/lib/geminstaller/ruby_gem.rb:50: warning: instance variable @platform not initialized
- should compare as equal if both platforms are nil
- should return regexp_escaped_name
a SourceIndexSearchAdapter instance
An EnhancedStreamUI instance with an OutputProxy injected for outs and errs
- will throw unexpected prompt error for ask
- will throw unexpected prompt error for ask_yes_no if question is not a dependency prompt
- will force throw of GemInstaller::UnauthorizedDependencyPromptError or RubyGemsExit if intercepted by alert_error
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- can listen to error stream
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- will stop listening to streams if listeners are unregistered
- will call gem_interaction_handler when ask_yes_no is called
an ArgParser instance with no args
- should properly set defaults
an ArgParser instance with bad args
- should provide usage in output but no stacktrace
an ArgParser instance with args which are not nil and are not passed as an array
- should raise exception
an ArgParser instance with help flag
- should provide usage in output
an ArgParser instance with configs option
- should correctly parse config path from options
an ArgParser instance with geminstaller-output option
- should correctly parse geminstaller output level from options
- should correctly parse geminstaller output level from options
- should raise error and not assign options if invalid geminstaller-output option is given
an ArgParser instance with rubygems-output option
- should correctly parse rubygems output level from options
- should correctly parse rubygems output level from options
- should raise error and not assign options if invalid rubygems-output option is given
an ArgParser instance with rubygems-output option and silent option set to true
- should return error message
an ArgParser instance with silent option
- should return silent flag as true in options hash
an ArgParser instance with exceptions option
- should return exceptions flag as true in options hash
an ArgParser instance with redirect-stderr-to-stdout option
- should return redirect_stderr_to_stdout flag as true in options hash
an ArgParser instance with rogue-gems option
- specified by --print-rogue-gems should return rogue_gems flag as true in options hash
- specified by -p should return rogue_gems flag as true in options hash
an ArgParser instance with version option
- should return version
an ArgParser instance with sudo option
- should return error message (sudo is not yet supported when GemInstaller is invoked programatically)
the RubyVersionChecker
- should correctly determine matches for gem specifications
a GemListChecker instance with mock dependencies
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should raise exception for unexpected case of multiple matches in list
YamlLoader instance
- should load yaml
- should load multiline yaml
- should allow comments after yaml
- should raise an error if there is an error parsing the yaml
- should handle value of '> 1' even if it is not surrounded by quotes or followed by a newline
an GemInstallerError
- should format a descriptive exit message based on message, command, and args
an RogueGemFinder instance with mock dependencies
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should print rogue gems
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should print message if gem is a preinstalled gem
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
/usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.4/lib/spec/mocks/proxy.rb:113: warning: instance variable @already_proxied_respond_to not initialized
- should print message if passed an existing config with gems already specified
/usr/local/lib/ruby/gems/
