$ ruby -v ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.2.0] $ ruby -S gem -v 1.3.5 $ ruby -S gem list *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.0.beta) actionpack (3.0.0.beta) activemodel (3.0.0.beta) activerecord (3.0.0.beta) activeresource (3.0.0.beta) activesupport (3.0.0.beta) arel (0.2.1) builder (2.1.2) bundler (0.9.3) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) erubis (2.6.5) eventmachine (0.12.10) fastthread (1.0.7) gem_plugin (0.2.3) haml (2.2.19) highline (1.5.2) i18n (0.3.3) mail (2.1.2) memcache-client (1.7.8) mime-types (1.16) minitest (1.5.0, 1.4.2) mysql (2.8.1) rack (1.1.0) rack-mount (0.4.5) rack-test (0.5.3) rails (3.0.0.beta) railties (3.0.0.beta) rake (0.8.7, 0.8.4) rcov (0.9.7.1) rdoc (2.4.3, 2.2.2) rspec (1.3.0) rubygems-update (1.3.5) sequel (3.8.0) sqlite3-ruby (1.2.5) text-format (1.0.0) text-hyphen (1.0.0) thin (1.2.5) thor (0.13.0) tzinfo (0.3.16) $ rails ror3 create create README create .gitignore create Rakefile create config.ru create Gemfile create app create app/controllers/application_controller.rb create app/helpers/application_helper.rb create app/models create app/views/layouts create config create config/routes.rb create config/application.rb create config/environment.rb create config/environments create config/environments/development.rb create config/environments/production.rb create config/environments/test.rb create config/initializers create config/initializers/backtrace_silencers.rb create config/initializers/cookie_verification_secret.rb create config/initializers/inflections.rb create config/initializers/mime_types.rb create config/initializers/session_store.rb create config/locales create config/locales/en.yml create config/boot.rb create config/database.yml create db create db/seeds.rb create doc create doc/README_FOR_APP create lib create lib/tasks create lib/tasks/.gitkeep create log create log/server.log create log/production.log create log/development.log create log/test.log create public create public/404.html create public/422.html create public/500.html create public/favicon.ico create public/index.html create public/robots.txt create public/images create public/images/rails.png create public/stylesheets create public/stylesheets/.gitkeep create public/javascripts create public/javascripts/application.js create public/javascripts/controls.js create public/javascripts/dragdrop.js create public/javascripts/effects.js create public/javascripts/prototype.js create public/javascripts/rails.js create script create script/rails create test create test/performance/browsing_test.rb create test/test_helper.rb create test/fixtures create test/functional create test/integration create test/unit create tmp create tmp/sessions create tmp/sockets create tmp/cache create tmp/pids create vendor/plugins create vendor/plugins/.gitkeep $ cd ror3 $ script/rails c WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{abstract} s.version = "1.0.0" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["makoto kuwata"] s.cert_chain = nil s.date = %q{2006-03-12} s.description = %q{'abstract.rb' is a library which enable you to define abstract method in Ruby.} s.files = ["lib/abstract.rb", "test/test.rb", "README.txt", "ChangeLog", "setup.rb", "abstract.gemspec"] s.homepage = %q{http://rubyforge.org/projects/abstract} s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.5} s.summary = %q{a library which enable you to define abstract method in Ruby} s.test_files = ["test/test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/abstract-1.0.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{actionmailer} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Email composition, delivery, and recieval framework (part of Rails).} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "MIT-LICENSE", "lib/action_mailer/adv_attr_accessor.rb", "lib/action_mailer/base.rb", "lib/action_mailer/collector.rb", "lib/action_mailer/delivery_methods.rb", "lib/action_mailer/deprecated_api.rb", "lib/action_mailer/mail_helper.rb", "lib/action_mailer/old_api.rb", "lib/action_mailer/quoting.rb", "lib/action_mailer/railtie.rb", "lib/action_mailer/railties/subscriber.rb", "lib/action_mailer/test_case.rb", "lib/action_mailer/test_helper.rb", "lib/action_mailer/tmail_compat.rb", "lib/action_mailer/version.rb", "lib/action_mailer.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.requirements = ["none"] s.rubyforge_project = %q{actionmailer} s.rubygems_version = %q{1.3.5} s.summary = %q{Email composition, delivery, and recieval framework (part of Rails).} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["~> 2.1.2"]) s.add_runtime_dependency(%q, ["~> 1.0.0"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 2.1.2"]) s.add_dependency(%q, ["~> 1.0.0"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 2.1.2"]) s.add_dependency(%q, ["~> 1.0.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/actionmailer-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{actionpack} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Web-flow and rendering framework putting the VC in MVC (part of Rails).} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "MIT-LICENSE", "lib/abstract_controller/base.rb", "lib/abstract_controller/callbacks.rb", "lib/abstract_controller/collector.rb", "lib/abstract_controller/compatibility.rb", "lib/abstract_controller/helpers.rb", "lib/abstract_controller/layouts.rb", "lib/abstract_controller/localized_cache.rb", "lib/abstract_controller/logger.rb", "lib/abstract_controller/rendering.rb", "lib/abstract_controller/translation.rb", "lib/abstract_controller.rb", "lib/action_controller/base.rb", "lib/action_controller/caching/actions.rb", "lib/action_controller/caching/fragments.rb", "lib/action_controller/caching/pages.rb", "lib/action_controller/caching/sweeping.rb", "lib/action_controller/caching.rb", "lib/action_controller/deprecated/dispatcher.rb", "lib/action_controller/deprecated/integration_test.rb", "lib/action_controller/deprecated/performance_test.rb", "lib/action_controller/deprecated.rb", "lib/action_controller/metal/compatibility.rb", "lib/action_controller/metal/conditional_get.rb", "lib/action_controller/metal/configuration.rb", "lib/action_controller/metal/cookies.rb", "lib/action_controller/metal/exceptions.rb", "lib/action_controller/metal/flash.rb", "lib/action_controller/metal/head.rb", "lib/action_controller/metal/helpers.rb", "lib/action_controller/metal/hide_actions.rb", "lib/action_controller/metal/http_authentication.rb", "lib/action_controller/metal/instrumentation.rb", "lib/action_controller/metal/mime_responds.rb", "lib/action_controller/metal/rack_delegation.rb", "lib/action_controller/metal/redirecting.rb", "lib/action_controller/metal/renderers.rb", "lib/action_controller/metal/rendering.rb", "lib/action_controller/metal/request_forgery_protection.rb", "lib/action_controller/metal/rescue.rb", "lib/action_controller/metal/responder.rb", "lib/action_controller/metal/session_management.rb", "lib/action_controller/metal/streaming.rb", "lib/action_controller/metal/testing.rb", "lib/action_controller/metal/url_for.rb", "lib/action_controller/metal/verification.rb", "lib/action_controller/metal.rb", "lib/action_controller/middleware.rb", "lib/action_controller/polymorphic_routes.rb", "lib/action_controller/railtie.rb", "lib/action_controller/railties/subscriber.rb", "lib/action_controller/record_identifier.rb", "lib/action_controller/test_case.rb", "lib/action_controller/url_rewriter.rb", "lib/action_controller/vendor/html-scanner/html/document.rb", "lib/action_controller/vendor/html-scanner/html/node.rb", "lib/action_controller/vendor/html-scanner/html/sanitizer.rb", "lib/action_controller/vendor/html-scanner/html/selector.rb", "lib/action_controller/vendor/html-scanner/html/tokenizer.rb", "lib/action_controller/vendor/html-scanner/html/version.rb", "lib/action_controller/vendor/html-scanner.rb", "lib/action_controller.rb", "lib/action_dispatch/http/cache.rb", "lib/action_dispatch/http/filter_parameters.rb", "lib/action_dispatch/http/headers.rb", "lib/action_dispatch/http/mime_negotiation.rb", "lib/action_dispatch/http/mime_type.rb", "lib/action_dispatch/http/mime_types.rb", "lib/action_dispatch/http/parameters.rb", "lib/action_dispatch/http/request.rb", "lib/action_dispatch/http/response.rb", "lib/action_dispatch/http/upload.rb", "lib/action_dispatch/http/url.rb", "lib/action_dispatch/middleware/callbacks.rb", "lib/action_dispatch/middleware/cascade.rb", "lib/action_dispatch/middleware/cookies.rb", "lib/action_dispatch/middleware/flash.rb", "lib/action_dispatch/middleware/head.rb", "lib/action_dispatch/middleware/params_parser.rb", "lib/action_dispatch/middleware/rescue.rb", "lib/action_dispatch/middleware/session/abstract_store.rb", "lib/action_dispatch/middleware/session/cookie_store.rb", "lib/action_dispatch/middleware/session/mem_cache_store.rb", "lib/action_dispatch/middleware/show_exceptions.rb", "lib/action_dispatch/middleware/stack.rb", "lib/action_dispatch/middleware/static.rb", "lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb", "lib/action_dispatch/middleware/templates/rescues/_trace.erb", "lib/action_dispatch/middleware/templates/rescues/diagnostics.erb", "lib/action_dispatch/middleware/templates/rescues/layout.erb", "lib/action_dispatch/middleware/templates/rescues/missing_template.erb", "lib/action_dispatch/middleware/templates/rescues/routing_error.erb", "lib/action_dispatch/middleware/templates/rescues/template_error.erb", "lib/action_dispatch/middleware/templates/rescues/unknown_action.erb", "lib/action_dispatch/railtie.rb", "lib/action_dispatch/routing/deprecated_mapper.rb", "lib/action_dispatch/routing/mapper.rb", "lib/action_dispatch/routing/route.rb", "lib/action_dispatch/routing/route_set.rb", "lib/action_dispatch/routing.rb", "lib/action_dispatch/testing/assertions/dom.rb", "lib/action_dispatch/testing/assertions/model.rb", "lib/action_dispatch/testing/assertions/response.rb", "lib/action_dispatch/testing/assertions/routing.rb", "lib/action_dispatch/testing/assertions/selector.rb", "lib/action_dispatch/testing/assertions/tag.rb", "lib/action_dispatch/testing/assertions.rb", "lib/action_dispatch/testing/integration.rb", "lib/action_dispatch/testing/performance_test.rb", "lib/action_dispatch/testing/test_process.rb", "lib/action_dispatch/testing/test_request.rb", "lib/action_dispatch/testing/test_response.rb", "lib/action_dispatch.rb", "lib/action_pack/version.rb", "lib/action_pack.rb", "lib/action_view/base.rb", "lib/action_view/context.rb", "lib/action_view/helpers/active_model_helper.rb", "lib/action_view/helpers/asset_tag_helper.rb", "lib/action_view/helpers/atom_feed_helper.rb", "lib/action_view/helpers/cache_helper.rb", "lib/action_view/helpers/capture_helper.rb", "lib/action_view/helpers/csrf_helper.rb", "lib/action_view/helpers/date_helper.rb", "lib/action_view/helpers/debug_helper.rb", "lib/action_view/helpers/form_helper.rb", "lib/action_view/helpers/form_options_helper.rb", "lib/action_view/helpers/form_tag_helper.rb", "lib/action_view/helpers/javascript_helper.rb", "lib/action_view/helpers/number_helper.rb", "lib/action_view/helpers/prototype_helper.rb", "lib/action_view/helpers/raw_output_helper.rb", "lib/action_view/helpers/record_identification_helper.rb", "lib/action_view/helpers/record_tag_helper.rb", "lib/action_view/helpers/sanitize_helper.rb", "lib/action_view/helpers/scriptaculous_helper.rb", "lib/action_view/helpers/tag_helper.rb", "lib/action_view/helpers/text_helper.rb", "lib/action_view/helpers/translation_helper.rb", "lib/action_view/helpers/url_helper.rb", "lib/action_view/helpers.rb", "lib/action_view/locale/en.yml", "lib/action_view/paths.rb", "lib/action_view/railtie.rb", "lib/action_view/railties/subscriber.rb", "lib/action_view/render/partials.rb", "lib/action_view/render/rendering.rb", "lib/action_view/template/error.rb", "lib/action_view/template/handler.rb", "lib/action_view/template/handlers/builder.rb", "lib/action_view/template/handlers/erb.rb", "lib/action_view/template/handlers/rjs.rb", "lib/action_view/template/handlers.rb", "lib/action_view/template/resolver.rb", "lib/action_view/template/text.rb", "lib/action_view/template.rb", "lib/action_view/test_case.rb", "lib/action_view.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.requirements = ["none"] s.rubyforge_project = %q{actionpack} s.rubygems_version = %q{1.3.5} s.summary = %q{Web-flow and rendering framework putting the VC in MVC (part of Rails).} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["~> 1.1.0"]) s.add_runtime_dependency(%q, ["~> 0.5.0"]) s.add_runtime_dependency(%q, ["~> 0.4.0"]) s.add_runtime_dependency(%q, ["~> 2.6.5"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, ["~> 0.4.0"]) s.add_dependency(%q, ["~> 2.6.5"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, ["~> 0.4.0"]) s.add_dependency(%q, ["~> 2.6.5"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{activemodel} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-03} s.description = %q{Extracts common modeling concerns from ActiveRecord to share between similar frameworks like ActiveResource.} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "MIT-LICENSE", "README", "lib/active_model/attribute_methods.rb", "lib/active_model/callbacks.rb", "lib/active_model/conversion.rb", "lib/active_model/deprecated_error_methods.rb", "lib/active_model/dirty.rb", "lib/active_model/errors.rb", "lib/active_model/lint.rb", "lib/active_model/locale/en.yml", "lib/active_model/naming.rb", "lib/active_model/observing.rb", "lib/active_model/railtie.rb", "lib/active_model/serialization.rb", "lib/active_model/serializers/json.rb", "lib/active_model/serializers/xml.rb", "lib/active_model/test_case.rb", "lib/active_model/translation.rb", "lib/active_model/validations/acceptance.rb", "lib/active_model/validations/confirmation.rb", "lib/active_model/validations/exclusion.rb", "lib/active_model/validations/format.rb", "lib/active_model/validations/inclusion.rb", "lib/active_model/validations/length.rb", "lib/active_model/validations/numericality.rb", "lib/active_model/validations/presence.rb", "lib/active_model/validations/validates.rb", "lib/active_model/validations/with.rb", "lib/active_model/validations.rb", "lib/active_model/validator.rb", "lib/active_model/version.rb", "lib/active_model.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.rubyforge_project = %q{activemodel} s.rubygems_version = %q{1.3.5} s.summary = %q{A toolkit for building other modeling frameworks like ActiveRecord} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{activerecord} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Object-relational mapper framework (part of Rails).} s.email = %q{david@loudthinking.com} s.extra_rdoc_files = ["README"] s.files = ["CHANGELOG", "README", "examples/associations.png", "examples/performance.rb", "examples/simple.rb", "lib/active_record/aggregations.rb", "lib/active_record/association_preload.rb", "lib/active_record/associations/association_collection.rb", "lib/active_record/associations/association_proxy.rb", "lib/active_record/associations/belongs_to_association.rb", "lib/active_record/associations/belongs_to_polymorphic_association.rb", "lib/active_record/associations/has_and_belongs_to_many_association.rb", "lib/active_record/associations/has_many_association.rb", "lib/active_record/associations/has_many_through_association.rb", "lib/active_record/associations/has_one_association.rb", "lib/active_record/associations/has_one_through_association.rb", "lib/active_record/associations/through_association_scope.rb", "lib/active_record/associations.rb", "lib/active_record/attribute_methods/before_type_cast.rb", "lib/active_record/attribute_methods/dirty.rb", "lib/active_record/attribute_methods/primary_key.rb", "lib/active_record/attribute_methods/query.rb", "lib/active_record/attribute_methods/read.rb", "lib/active_record/attribute_methods/time_zone_conversion.rb", "lib/active_record/attribute_methods/write.rb", "lib/active_record/attribute_methods.rb", "lib/active_record/autosave_association.rb", "lib/active_record/base.rb", "lib/active_record/batches.rb", "lib/active_record/callbacks.rb", "lib/active_record/connection_adapters/abstract/connection_pool.rb", "lib/active_record/connection_adapters/abstract/connection_specification.rb", "lib/active_record/connection_adapters/abstract/database_statements.rb", "lib/active_record/connection_adapters/abstract/query_cache.rb", "lib/active_record/connection_adapters/abstract/quoting.rb", "lib/active_record/connection_adapters/abstract/schema_definitions.rb", "lib/active_record/connection_adapters/abstract/schema_statements.rb", "lib/active_record/connection_adapters/abstract_adapter.rb", "lib/active_record/connection_adapters/mysql_adapter.rb", "lib/active_record/connection_adapters/postgresql_adapter.rb", "lib/active_record/connection_adapters/sqlite3_adapter.rb", "lib/active_record/connection_adapters/sqlite_adapter.rb", "lib/active_record/dynamic_finder_match.rb", "lib/active_record/dynamic_scope_match.rb", "lib/active_record/fixtures.rb", "lib/active_record/locale/en.yml", "lib/active_record/locking/optimistic.rb", "lib/active_record/locking/pessimistic.rb", "lib/active_record/migration.rb", "lib/active_record/named_scope.rb", "lib/active_record/nested_attributes.rb", "lib/active_record/observer.rb", "lib/active_record/query_cache.rb", "lib/active_record/railtie.rb", "lib/active_record/railties/controller_runtime.rb", "lib/active_record/railties/databases.rake", "lib/active_record/railties/subscriber.rb", "lib/active_record/reflection.rb", "lib/active_record/relation/calculations.rb", "lib/active_record/relation/finder_methods.rb", "lib/active_record/relation/predicate_builder.rb", "lib/active_record/relation/query_methods.rb", "lib/active_record/relation/spawn_methods.rb", "lib/active_record/relation.rb", "lib/active_record/schema.rb", "lib/active_record/schema_dumper.rb", "lib/active_record/serialization.rb", "lib/active_record/serializers/xml_serializer.rb", "lib/active_record/session_store.rb", "lib/active_record/test_case.rb", "lib/active_record/timestamp.rb", "lib/active_record/transactions.rb", "lib/active_record/validations/associated.rb", "lib/active_record/validations/uniqueness.rb", "lib/active_record/validations.rb", "lib/active_record/version.rb", "lib/active_record.rb", "lib/generators/active_record/migration/migration_generator.rb", "lib/generators/active_record/migration/templates/migration.rb", "lib/generators/active_record/model/model_generator.rb", "lib/generators/active_record/model/templates/migration.rb", "lib/generators/active_record/model/templates/model.rb", "lib/generators/active_record/observer/observer_generator.rb", "lib/generators/active_record/observer/templates/observer.rb", "lib/generators/active_record/session_migration/session_migration_generator.rb", "lib/generators/active_record/session_migration/templates/migration.rb", "lib/generators/active_record.rb"] s.homepage = %q{http://www.rubyonrails.org} s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{activerecord} s.rubygems_version = %q{1.3.5} s.summary = %q{Object-relational mapper framework (part of Rails).} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["~> 0.2.0"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 0.2.0"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["~> 0.2.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{activeresource} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{REST-model framework (part of Rails).} s.email = %q{david@loudthinking.com} s.extra_rdoc_files = ["README"] s.files = ["CHANGELOG", "README", "examples/simple.rb", "lib/active_resource/base.rb", "lib/active_resource/connection.rb", "lib/active_resource/custom_methods.rb", "lib/active_resource/exceptions.rb", "lib/active_resource/formats/json_format.rb", "lib/active_resource/formats/xml_format.rb", "lib/active_resource/formats.rb", "lib/active_resource/http_mock.rb", "lib/active_resource/observing.rb", "lib/active_resource/railtie.rb", "lib/active_resource/railties/subscriber.rb", "lib/active_resource/schema.rb", "lib/active_resource/validations.rb", "lib/active_resource/version.rb", "lib/active_resource.rb"] s.homepage = %q{http://www.rubyonrails.org} s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{activeresource} s.rubygems_version = %q{1.3.5} s.summary = %q{REST-model framework (part of Rails).} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/activeresource-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{activesupport} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Support and utility classes used by the Rails framework.} s.email = %q{david@loudthinking.com} s.files = ["CHANGELOG", "README", "lib/active_support/all.rb", "lib/active_support/backtrace_cleaner.rb", "lib/active_support/base64.rb", "lib/active_support/basic_object.rb", "lib/active_support/benchmarkable.rb", "lib/active_support/buffered_logger.rb", "lib/active_support/cache/compressed_mem_cache_store.rb", "lib/active_support/cache/file_store.rb", "lib/active_support/cache/mem_cache_store.rb", "lib/active_support/cache/memory_store.rb", "lib/active_support/cache/strategy/local_cache.rb", "lib/active_support/cache/synchronized_memory_store.rb", "lib/active_support/cache.rb", "lib/active_support/callbacks.rb", "lib/active_support/concern.rb", "lib/active_support/configurable.rb", "lib/active_support/core_ext/array/access.rb", "lib/active_support/core_ext/array/conversions.rb", "lib/active_support/core_ext/array/extract_options.rb", "lib/active_support/core_ext/array/grouping.rb", "lib/active_support/core_ext/array/random_access.rb", "lib/active_support/core_ext/array/uniq_by.rb", "lib/active_support/core_ext/array/wrap.rb", "lib/active_support/core_ext/array.rb", "lib/active_support/core_ext/benchmark.rb", "lib/active_support/core_ext/big_decimal/conversions.rb", "lib/active_support/core_ext/big_decimal.rb", "lib/active_support/core_ext/cgi/escape_skipping_slashes.rb", "lib/active_support/core_ext/cgi.rb", "lib/active_support/core_ext/class/attribute.rb", "lib/active_support/core_ext/class/attribute_accessors.rb", "lib/active_support/core_ext/class/delegating_attributes.rb", "lib/active_support/core_ext/class/inheritable_attributes.rb", "lib/active_support/core_ext/class.rb", "lib/active_support/core_ext/date/acts_like.rb", "lib/active_support/core_ext/date/calculations.rb", "lib/active_support/core_ext/date/conversions.rb", "lib/active_support/core_ext/date/freeze.rb", "lib/active_support/core_ext/date_time/acts_like.rb", "lib/active_support/core_ext/date_time/calculations.rb", "lib/active_support/core_ext/date_time/conversions.rb", "lib/active_support/core_ext/date_time/zones.rb", "lib/active_support/core_ext/enumerable.rb", "lib/active_support/core_ext/exception.rb", "lib/active_support/core_ext/file/atomic.rb", "lib/active_support/core_ext/file.rb", "lib/active_support/core_ext/float/rounding.rb", "lib/active_support/core_ext/float.rb", "lib/active_support/core_ext/hash/conversions.rb", "lib/active_support/core_ext/hash/deep_merge.rb", "lib/active_support/core_ext/hash/diff.rb", "lib/active_support/core_ext/hash/except.rb", "lib/active_support/core_ext/hash/indifferent_access.rb", "lib/active_support/core_ext/hash/keys.rb", "lib/active_support/core_ext/hash/reverse_merge.rb", "lib/active_support/core_ext/hash/slice.rb", "lib/active_support/core_ext/hash.rb", "lib/active_support/core_ext/integer/inflections.rb", "lib/active_support/core_ext/integer/multiple.rb", "lib/active_support/core_ext/integer/time.rb", "lib/active_support/core_ext/integer.rb", "lib/active_support/core_ext/kernel/agnostics.rb", "lib/active_support/core_ext/kernel/daemonizing.rb", "lib/active_support/core_ext/kernel/debugger.rb", "lib/active_support/core_ext/kernel/reporting.rb", "lib/active_support/core_ext/kernel/requires.rb", "lib/active_support/core_ext/kernel.rb", "lib/active_support/core_ext/load_error.rb", "lib/active_support/core_ext/logger.rb", "lib/active_support/core_ext/module/aliasing.rb", "lib/active_support/core_ext/module/attr_accessor_with_default.rb", "lib/active_support/core_ext/module/attr_internal.rb", "lib/active_support/core_ext/module/attribute_accessors.rb", "lib/active_support/core_ext/module/delegation.rb", "lib/active_support/core_ext/module/deprecation.rb", "lib/active_support/core_ext/module/inclusion.rb", "lib/active_support/core_ext/module/introspection.rb", "lib/active_support/core_ext/module/loading.rb", "lib/active_support/core_ext/module/synchronization.rb", "lib/active_support/core_ext/module.rb", "lib/active_support/core_ext/name_error.rb", "lib/active_support/core_ext/numeric/bytes.rb", "lib/active_support/core_ext/numeric/time.rb", "lib/active_support/core_ext/numeric.rb", "lib/active_support/core_ext/object/acts_like.rb", "lib/active_support/core_ext/object/blank.rb", "lib/active_support/core_ext/object/conversions.rb", "lib/active_support/core_ext/object/duplicable.rb", "lib/active_support/core_ext/object/instance_variables.rb", "lib/active_support/core_ext/object/metaclass.rb", "lib/active_support/core_ext/object/misc.rb", "lib/active_support/core_ext/object/returning.rb", "lib/active_support/core_ext/object/to_param.rb", "lib/active_support/core_ext/object/to_query.rb", "lib/active_support/core_ext/object/try.rb", "lib/active_support/core_ext/object/with_options.rb", "lib/active_support/core_ext/object.rb", "lib/active_support/core_ext/proc.rb", "lib/active_support/core_ext/process/daemon.rb", "lib/active_support/core_ext/process.rb", "lib/active_support/core_ext/range/blockless_step.rb", "lib/active_support/core_ext/range/conversions.rb", "lib/active_support/core_ext/range/include_range.rb", "lib/active_support/core_ext/range/overlaps.rb", "lib/active_support/core_ext/range.rb", "lib/active_support/core_ext/regexp.rb", "lib/active_support/core_ext/rexml.rb", "lib/active_support/core_ext/string/access.rb", "lib/active_support/core_ext/string/behavior.rb", "lib/active_support/core_ext/string/conversions.rb", "lib/active_support/core_ext/string/exclude.rb", "lib/active_support/core_ext/string/filters.rb", "lib/active_support/core_ext/string/inflections.rb", "lib/active_support/core_ext/string/interpolation.rb", "lib/active_support/core_ext/string/multibyte.rb", "lib/active_support/core_ext/string/output_safety.rb", "lib/active_support/core_ext/string/starts_ends_with.rb", "lib/active_support/core_ext/string/xchar.rb", "lib/active_support/core_ext/string.rb", "lib/active_support/core_ext/time/acts_like.rb", "lib/active_support/core_ext/time/calculations.rb", "lib/active_support/core_ext/time/conversions.rb", "lib/active_support/core_ext/time/marshal_with_utc_flag.rb", "lib/active_support/core_ext/time/publicize_conversion_methods.rb", "lib/active_support/core_ext/time/zones.rb", "lib/active_support/core_ext/uri.rb", "lib/active_support/core_ext.rb", "lib/active_support/dependencies/autoload.rb", "lib/active_support/dependencies.rb", "lib/active_support/deprecation/behaviors.rb", "lib/active_support/deprecation/method_wrappers.rb", "lib/active_support/deprecation/proxy_wrappers.rb", "lib/active_support/deprecation/reporting.rb", "lib/active_support/deprecation.rb", "lib/active_support/duration.rb", "lib/active_support/gzip.rb", "lib/active_support/hash_with_indifferent_access.rb", "lib/active_support/i18n.rb", "lib/active_support/inflections.rb", "lib/active_support/inflector/inflections.rb", "lib/active_support/inflector/methods.rb", "lib/active_support/inflector/transliterate.rb", "lib/active_support/inflector.rb", "lib/active_support/json/backends/jsongem.rb", "lib/active_support/json/backends/yaml.rb", "lib/active_support/json/decoding.rb", "lib/active_support/json/encoding.rb", "lib/active_support/json/variable.rb", "lib/active_support/json.rb", "lib/active_support/locale/en.yml", "lib/active_support/memoizable.rb", "lib/active_support/message_encryptor.rb", "lib/active_support/message_verifier.rb", "lib/active_support/multibyte/chars.rb", "lib/active_support/multibyte/exceptions.rb", "lib/active_support/multibyte/unicode_database.rb", "lib/active_support/multibyte/utils.rb", "lib/active_support/multibyte.rb", "lib/active_support/notifications/fanout.rb", "lib/active_support/notifications/instrumenter.rb", "lib/active_support/notifications.rb", "lib/active_support/option_merger.rb", "lib/active_support/ordered_hash.rb", "lib/active_support/ordered_options.rb", "lib/active_support/railtie.rb", "lib/active_support/rescuable.rb", "lib/active_support/ruby/shim.rb", "lib/active_support/secure_random.rb", "lib/active_support/string_inquirer.rb", "lib/active_support/test_case.rb", "lib/active_support/testing/assertions.rb", "lib/active_support/testing/declarative.rb", "lib/active_support/testing/default.rb", "lib/active_support/testing/deprecation.rb", "lib/active_support/testing/isolation.rb", "lib/active_support/testing/pending.rb", "lib/active_support/testing/performance.rb", "lib/active_support/testing/setup_and_teardown.rb", "lib/active_support/time/autoload.rb", "lib/active_support/time.rb", "lib/active_support/time_with_zone.rb", "lib/active_support/values/time_zone.rb", "lib/active_support/values/unicode_tables.dat", "lib/active_support/version.rb", "lib/active_support/whiny_nil.rb", "lib/active_support/xml_mini/jdom.rb", "lib/active_support/xml_mini/libxml.rb", "lib/active_support/xml_mini/libxmlsax.rb", "lib/active_support/xml_mini/nokogiri.rb", "lib/active_support/xml_mini/nokogirisax.rb", "lib/active_support/xml_mini/rexml.rb", "lib/active_support/xml_mini.rb", "lib/active_support.rb"] s.homepage = %q{http://www.rubyonrails.org} s.require_paths = ["lib"] s.rubyforge_project = %q{activesupport} s.rubygems_version = %q{1.3.5} s.summary = %q{Support and utility classes used by the Rails framework.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 0.3.0"]) s.add_runtime_dependency(%q, ["~> 0.3.16"]) s.add_runtime_dependency(%q, ["~> 2.1.2"]) s.add_runtime_dependency(%q, ["~> 1.7.5"]) else s.add_dependency(%q, ["~> 0.3.0"]) s.add_dependency(%q, ["~> 0.3.16"]) s.add_dependency(%q, ["~> 2.1.2"]) s.add_dependency(%q, ["~> 1.7.5"]) end else s.add_dependency(%q, ["~> 0.3.0"]) s.add_dependency(%q, ["~> 0.3.16"]) s.add_dependency(%q, ["~> 2.1.2"]) s.add_dependency(%q, ["~> 1.7.5"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{arel} s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"] s.date = %q{2010-02-05} s.description = %q{Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 2) adapts to various RDBMS systems. It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.} s.email = %q{bryan@brynary.com} s.extra_rdoc_files = ["History.txt", "README.markdown"] s.files = [".gitignore", ".gitmodules", "History.txt", "README.markdown", "Rakefile", "Thorfile", "arel.gemspec", "doc/CONVENTIONS", "doc/TODO", "lib/arel.rb", "lib/arel/algebra.rb", "lib/arel/algebra/attribute.rb", "lib/arel/algebra/core_extensions.rb", "lib/arel/algebra/core_extensions/class.rb", "lib/arel/algebra/core_extensions/hash.rb", "lib/arel/algebra/core_extensions/object.rb", "lib/arel/algebra/core_extensions/symbol.rb", "lib/arel/algebra/expression.rb", "lib/arel/algebra/ordering.rb", "lib/arel/algebra/predicates.rb", "lib/arel/algebra/relations.rb", "lib/arel/algebra/relations/operations/alias.rb", "lib/arel/algebra/relations/operations/from.rb", "lib/arel/algebra/relations/operations/group.rb", "lib/arel/algebra/relations/operations/having.rb", "lib/arel/algebra/relations/operations/join.rb", "lib/arel/algebra/relations/operations/lock.rb", "lib/arel/algebra/relations/operations/order.rb", "lib/arel/algebra/relations/operations/project.rb", "lib/arel/algebra/relations/operations/skip.rb", "lib/arel/algebra/relations/operations/take.rb", "lib/arel/algebra/relations/operations/where.rb", "lib/arel/algebra/relations/relation.rb", "lib/arel/algebra/relations/row.rb", "lib/arel/algebra/relations/utilities/compound.rb", "lib/arel/algebra/relations/utilities/externalization.rb", "lib/arel/algebra/relations/utilities/nil.rb", "lib/arel/algebra/relations/writes.rb", "lib/arel/algebra/value.rb", "lib/arel/engines.rb", "lib/arel/engines/memory.rb", "lib/arel/engines/memory/engine.rb", "lib/arel/engines/memory/predicates.rb", "lib/arel/engines/memory/primitives.rb", "lib/arel/engines/memory/relations.rb", "lib/arel/engines/memory/relations/array.rb", "lib/arel/engines/memory/relations/compound.rb", "lib/arel/engines/memory/relations/operations.rb", "lib/arel/engines/memory/relations/writes.rb", "lib/arel/engines/sql.rb", "lib/arel/engines/sql/christener.rb", "lib/arel/engines/sql/core_extensions.rb", "lib/arel/engines/sql/core_extensions/array.rb", "lib/arel/engines/sql/core_extensions/nil_class.rb", "lib/arel/engines/sql/core_extensions/object.rb", "lib/arel/engines/sql/core_extensions/range.rb", "lib/arel/engines/sql/engine.rb", "lib/arel/engines/sql/formatters.rb", "lib/arel/engines/sql/predicates.rb", "lib/arel/engines/sql/primitives.rb", "lib/arel/engines/sql/relations.rb", "lib/arel/engines/sql/relations/operations/alias.rb", "lib/arel/engines/sql/relations/operations/join.rb", "lib/arel/engines/sql/relations/relation.rb", "lib/arel/engines/sql/relations/table.rb", "lib/arel/engines/sql/relations/utilities/compound.rb", "lib/arel/engines/sql/relations/utilities/externalization.rb", "lib/arel/engines/sql/relations/utilities/nil.rb", "lib/arel/engines/sql/relations/utilities/recursion.rb", "lib/arel/engines/sql/relations/writes.rb", "lib/arel/session.rb", "spec/arel/algebra/unit/predicates/binary_spec.rb", "spec/arel/algebra/unit/predicates/equality_spec.rb", "spec/arel/algebra/unit/predicates/in_spec.rb", "spec/arel/algebra/unit/primitives/attribute_spec.rb", "spec/arel/algebra/unit/primitives/expression_spec.rb", "spec/arel/algebra/unit/primitives/value_spec.rb", "spec/arel/algebra/unit/relations/alias_spec.rb", "spec/arel/algebra/unit/relations/delete_spec.rb", "spec/arel/algebra/unit/relations/group_spec.rb", "spec/arel/algebra/unit/relations/insert_spec.rb", "spec/arel/algebra/unit/relations/join_spec.rb", "spec/arel/algebra/unit/relations/order_spec.rb", "spec/arel/algebra/unit/relations/project_spec.rb", "spec/arel/algebra/unit/relations/relation_spec.rb", "spec/arel/algebra/unit/relations/skip_spec.rb", "spec/arel/algebra/unit/relations/table_spec.rb", "spec/arel/algebra/unit/relations/take_spec.rb", "spec/arel/algebra/unit/relations/update_spec.rb", "spec/arel/algebra/unit/relations/where_spec.rb", "spec/arel/algebra/unit/session/session_spec.rb", "spec/arel/engines/memory/integration/joins/cross_engine_spec.rb", "spec/arel/engines/memory/unit/relations/array_spec.rb", "spec/arel/engines/memory/unit/relations/insert_spec.rb", "spec/arel/engines/memory/unit/relations/join_spec.rb", "spec/arel/engines/memory/unit/relations/order_spec.rb", "spec/arel/engines/memory/unit/relations/project_spec.rb", "spec/arel/engines/memory/unit/relations/skip_spec.rb", "spec/arel/engines/memory/unit/relations/take_spec.rb", "spec/arel/engines/memory/unit/relations/where_spec.rb", "spec/arel/engines/sql/integration/joins/with_adjacency_spec.rb", "spec/arel/engines/sql/integration/joins/with_aggregations_spec.rb", "spec/arel/engines/sql/integration/joins/with_compounds_spec.rb", "spec/arel/engines/sql/unit/engine_spec.rb", "spec/arel/engines/sql/unit/predicates/binary_spec.rb", "spec/arel/engines/sql/unit/predicates/equality_spec.rb", "spec/arel/engines/sql/unit/predicates/in_spec.rb", "spec/arel/engines/sql/unit/predicates/predicates_spec.rb", "spec/arel/engines/sql/unit/primitives/attribute_spec.rb", "spec/arel/engines/sql/unit/primitives/expression_spec.rb", "spec/arel/engines/sql/unit/primitives/literal_spec.rb", "spec/arel/engines/sql/unit/primitives/value_spec.rb", "spec/arel/engines/sql/unit/relations/alias_spec.rb", "spec/arel/engines/sql/unit/relations/delete_spec.rb", "spec/arel/engines/sql/unit/relations/from_spec.rb", "spec/arel/engines/sql/unit/relations/group_spec.rb", "spec/arel/engines/sql/unit/relations/having_spec.rb", "spec/arel/engines/sql/unit/relations/insert_spec.rb", "spec/arel/engines/sql/unit/relations/join_spec.rb", "spec/arel/engines/sql/unit/relations/lock_spec.rb", "spec/arel/engines/sql/unit/relations/order_spec.rb", "spec/arel/engines/sql/unit/relations/project_spec.rb", "spec/arel/engines/sql/unit/relations/skip_spec.rb", "spec/arel/engines/sql/unit/relations/table_spec.rb", "spec/arel/engines/sql/unit/relations/take_spec.rb", "spec/arel/engines/sql/unit/relations/update_spec.rb", "spec/arel/engines/sql/unit/relations/where_spec.rb", "spec/connections/mysql_connection.rb", "spec/connections/postgresql_connection.rb", "spec/connections/sqlite3_connection.rb", "spec/doubles/hash.rb", "spec/matchers/be_like.rb", "spec/matchers/disambiguate_attributes.rb", "spec/matchers/hash_the_same_as.rb", "spec/schemas/mysql_schema.rb", "spec/schemas/postgresql_schema.rb", "spec/schemas/sqlite3_schema.rb", "spec/spec.opts", "spec/spec_helper.rb"] s.homepage = %q{http://github.com/brynary/arel} s.require_paths = ["lib"] s.rubyforge_project = %q{arel} s.rubygems_version = %q{1.3.5} s.summary = %q{Arel is a relational algebra engine for Ruby} s.test_files = ["spec/arel/algebra/unit/predicates/binary_spec.rb", "spec/arel/algebra/unit/predicates/equality_spec.rb", "spec/arel/algebra/unit/predicates/in_spec.rb", "spec/arel/algebra/unit/primitives/attribute_spec.rb", "spec/arel/algebra/unit/primitives/expression_spec.rb", "spec/arel/algebra/unit/primitives/value_spec.rb", "spec/arel/algebra/unit/relations/alias_spec.rb", "spec/arel/algebra/unit/relations/delete_spec.rb", "spec/arel/algebra/unit/relations/group_spec.rb", "spec/arel/algebra/unit/relations/insert_spec.rb", "spec/arel/algebra/unit/relations/join_spec.rb", "spec/arel/algebra/unit/relations/order_spec.rb", "spec/arel/algebra/unit/relations/project_spec.rb", "spec/arel/algebra/unit/relations/relation_spec.rb", "spec/arel/algebra/unit/relations/skip_spec.rb", "spec/arel/algebra/unit/relations/table_spec.rb", "spec/arel/algebra/unit/relations/take_spec.rb", "spec/arel/algebra/unit/relations/update_spec.rb", "spec/arel/algebra/unit/relations/where_spec.rb", "spec/arel/algebra/unit/session/session_spec.rb", "spec/arel/engines/memory/integration/joins/cross_engine_spec.rb", "spec/arel/engines/memory/unit/relations/array_spec.rb", "spec/arel/engines/memory/unit/relations/insert_spec.rb", "spec/arel/engines/memory/unit/relations/join_spec.rb", "spec/arel/engines/memory/unit/relations/order_spec.rb", "spec/arel/engines/memory/unit/relations/project_spec.rb", "spec/arel/engines/memory/unit/relations/skip_spec.rb", "spec/arel/engines/memory/unit/relations/take_spec.rb", "spec/arel/engines/memory/unit/relations/where_spec.rb", "spec/arel/engines/sql/integration/joins/with_adjacency_spec.rb", "spec/arel/engines/sql/integration/joins/with_aggregations_spec.rb", "spec/arel/engines/sql/integration/joins/with_compounds_spec.rb", "spec/arel/engines/sql/unit/engine_spec.rb", "spec/arel/engines/sql/unit/predicates/binary_spec.rb", "spec/arel/engines/sql/unit/predicates/equality_spec.rb", "spec/arel/engines/sql/unit/predicates/in_spec.rb", "spec/arel/engines/sql/unit/predicates/predicates_spec.rb", "spec/arel/engines/sql/unit/primitives/attribute_spec.rb", "spec/arel/engines/sql/unit/primitives/expression_spec.rb", "spec/arel/engines/sql/unit/primitives/literal_spec.rb", "spec/arel/engines/sql/unit/primitives/value_spec.rb", "spec/arel/engines/sql/unit/relations/alias_spec.rb", "spec/arel/engines/sql/unit/relations/delete_spec.rb", "spec/arel/engines/sql/unit/relations/from_spec.rb", "spec/arel/engines/sql/unit/relations/group_spec.rb", "spec/arel/engines/sql/unit/relations/having_spec.rb", "spec/arel/engines/sql/unit/relations/insert_spec.rb", "spec/arel/engines/sql/unit/relations/join_spec.rb", "spec/arel/engines/sql/unit/relations/lock_spec.rb", "spec/arel/engines/sql/unit/relations/order_spec.rb", "spec/arel/engines/sql/unit/relations/project_spec.rb", "spec/arel/engines/sql/unit/relations/skip_spec.rb", "spec/arel/engines/sql/unit/relations/table_spec.rb", "spec/arel/engines/sql/unit/relations/take_spec.rb", "spec/arel/engines/sql/unit/relations/update_spec.rb", "spec/arel/engines/sql/unit/relations/where_spec.rb", "spec/connections/mysql_connection.rb", "spec/connections/postgresql_connection.rb", "spec/connections/sqlite3_connection.rb", "spec/doubles/hash.rb", "spec/matchers/be_like.rb", "spec/matchers/disambiguate_attributes.rb", "spec/matchers/hash_the_same_as.rb", "spec/schemas/mysql_schema.rb", "spec/schemas/postgresql_schema.rb", "spec/schemas/sqlite3_schema.rb", "spec/spec_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 3.0.0.beta"]) else s.add_dependency(%q, [">= 3.0.0.beta"]) end else s.add_dependency(%q, [">= 3.0.0.beta"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/arel-0.2.1.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{builder} s.version = "2.1.2" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Jim Weirich"] s.autorequire = %q{builder} s.cert_chain = nil s.date = %q{2007-06-15} s.description = %q{Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events} s.email = %q{jim@weirichhouse.org} s.extra_rdoc_files = ["CHANGES", "Rakefile", "README", "doc/releases/builder-1.2.4.rdoc", "doc/releases/builder-2.0.0.rdoc", "doc/releases/builder-2.1.1.rdoc"] s.files = ["lib/blankslate.rb", "lib/builder.rb", "lib/builder/blankslate.rb", "lib/builder/xchar.rb", "lib/builder/xmlbase.rb", "lib/builder/xmlevents.rb", "lib/builder/xmlmarkup.rb", "test/performance.rb", "test/preload.rb", "test/test_xchar.rb", "test/testblankslate.rb", "test/testeventbuilder.rb", "test/testmarkupbuilder.rb", "scripts/publish.rb", "CHANGES", "Rakefile", "README", "doc/releases/builder-1.2.4.rdoc", "doc/releases/builder-2.0.0.rdoc", "doc/releases/builder-2.1.1.rdoc"] s.homepage = %q{http://onestepback.org} s.rdoc_options = ["--title", "Builder -- Easy XML Building", "--main", "README", "--line-numbers"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.5} s.summary = %q{Builders for MarkUp.} s.test_files = ["test/test_xchar.rb", "test/testblankslate.rb", "test/testeventbuilder.rb", "test/testmarkupbuilder.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/builder-2.1.2.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bundler} s.version = "0.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version= s.authors = ["Carl Lerche", "Yehuda Katz"] s.date = %q{2010-02-05} s.default_executable = %q{bundle} s.email = ["carlhuda@engineyard.com"] s.executables = ["bundle"] s.files = ["bin/bundle", "lib/bundler/cli.rb", "lib/bundler/definition.rb", "lib/bundler/dependency.rb", "lib/bundler/dsl.rb", "lib/bundler/environment.rb", "lib/bundler/index.rb", "lib/bundler/installer.rb", "lib/bundler/remote_specification.rb", "lib/bundler/resolver.rb", "lib/bundler/rubygems.rb", "lib/bundler/runtime.rb", "lib/bundler/settings.rb", "lib/bundler/setup.rb", "lib/bundler/source.rb", "lib/bundler/specification.rb", "lib/bundler/templates/environment.erb", "lib/bundler/templates/Gemfile", "lib/bundler/ui.rb", "lib/bundler/vendor/thor/base.rb", "lib/bundler/vendor/thor/core_ext/file_binary_read.rb", "lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb", "lib/bundler/vendor/thor/core_ext/ordered_hash.rb", "lib/bundler/vendor/thor/error.rb", "lib/bundler/vendor/thor/invocation.rb", "lib/bundler/vendor/thor/parser/argument.rb", "lib/bundler/vendor/thor/parser/arguments.rb", "lib/bundler/vendor/thor/parser/option.rb", "lib/bundler/vendor/thor/parser/options.rb", "lib/bundler/vendor/thor/parser.rb", "lib/bundler/vendor/thor/shell/basic.rb", "lib/bundler/vendor/thor/shell/color.rb", "lib/bundler/vendor/thor/shell.rb", "lib/bundler/vendor/thor/task.rb", "lib/bundler/vendor/thor/util.rb", "lib/bundler/vendor/thor/version.rb", "lib/bundler/vendor/thor.rb", "lib/bundler.rb", "LICENSE", "README.markdown"] s.homepage = %q{http://github.com/carlhuda/bundler} s.post_install_message = %q{Due to a rubygems bug, you must uninstall all older versions of bundler for 0.9 to work} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Bundles are fun} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-0.9.3.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cgi_multipart_eof_fix} s.version = "2.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Weaver"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDUDCCAjigAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzI0OVoXDTA4MDkxNTEwMzI0OVow\nTjEcMBoGA1UEAwwTbW9uZ3JlbC1kZXZlbG9wbWVudDEZMBcGCgmSJomT8ixkARkW\nCXJ1Ynlmb3JnZTETMBEGCgmSJomT8ixkARkWA29yZzCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAMb9v3B01eOHk3FyypbQgKXzJplUE5P6dXoG+xpPm0Lv\nP7BQmeMncOwqQ7zXpVQU+lTpXtQFTsOE3vL7KnhQFJKGvUAkbh24VFyopu1I0yqF\nmGu4nRqNXGXVj8TvLSj4S1WpSRLAa0acLPNyKhGmoV9+crqQypSjM6XKjBeppifo\n4eBmWGjiJEYMIJBvJZPJ4rAVDDA8C6CM1m3gMBGNh8ELDhU8HI9AP3dMIkTI2Wx9\n9xkJwHdroAaS0IFFtYChrwee4FbCF1FHDgoTosMwa47DrLHg4hZ6ojaKwK5QVWEV\nXGb6ju5UqpktnSWF2W+Lvl/K0tI42OH2CAhebT1gEVUCAwEAAaM5MDcwCQYDVR0T\nBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFGHChyMSZ16u9WOzKhgJSQ9lqDc5\nMA0GCSqGSIb3DQEBBQUAA4IBAQA/lfeN2WdB1xN+82tT7vNS4HOjRQw6MUh5yktu\nGQjaGqm0UB+aX0Z9y0B0qpfv9rj7nmIvEGiwBmDepNWYCGuW15JyqpN7QVVnG2xS\nMrame7VqgjM7A+VGDD5In5LtWbM/CHAATvvFlQ5Ph13YE1EdnVbZ65c+KQv+5sFY\nQ+zEop74d878uaC/SAHHXS46TiXneocaLSYw1CEZs/MAIy+9c4Q5ESbGpgnfg1Ad\n6lwl7k3hsNHO/+tZzx4HJtOXDI1yAl3+q6T9J0yI3z97EinwvAKhS1eyOI2Y5eeT\ntbQaNYkU127B3l/VNpd8fQm3Jkl/PqCCmDBQjUszFrJEODug\n-----END CERTIFICATE-----\n", "-----BEGIN CERTIFICATE-----\nMIIDPzCCAiegAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzMwMFoXDTA4MDkxNTEwMzMwMFow\nPTENMAsGA1UEAwwEZXZhbjEYMBYGCgmSJomT8ixkARkWCGNsb3VkYnVyMRIwEAYK\nCZImiZPyLGQBGRYCc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDk\nLQijz2fICmev4+9s0WB71WzJFYCUYFQQxqGlenbxWut9dlPSsBbskGjg+UITeOXi\ncTh3MTqAB0i1LJyNOiyvDsAivn7GjKXhVvflp2/npMhBBe83P4HOWqeQBjkk3QJI\nFFNBvqbFLeEXIP+HiqAOiyNHZEVXMepLEJLzGrg3Ly7M7A6L5fK7jDrt8jkm+c+8\nzGquVHV5ohAebGd/vpHMLjpA7lCG5+MBgYZd33rRfNtCxDJMNRgnOu9PsB05+LJn\nMpDKQq3x0SkOf5A+MVOcadNCaAkFflYk3SUcXaXWxu/eCHgqfW1m76RNSp5djpKE\nCgNPK9lGIWpB3CHzDaVNAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSw\nMB0GA1UdDgQWBBT5aonPfFBdJ5rWFG+8dZwgyB54LjANBgkqhkiG9w0BAQUFAAOC\nAQEAiKbzWgMcvZs/TPwJxr8tJ+7mSGz7+zDkWcbBl8FpQq1DtRcATh1oyTkQT7t+\nrFEBYMmb0FxbbUnojQp8hIFgFkUwFpStwWBL/okLSehntzI2iwjuEtfj4ac9Q3Y2\nuSdbmZqsQTuu+lEUc5C4qLK7YKwToaul+cx7vWxyk1YendcVwRlFLIBqA5cPrwo3\nyyGLTHlRYn2c9PSbM1B63Yg+LqSSAa4QSU3Wv9pNdffVpvwHPVEQpO7ZDo5slQFL\nGf6+gbD/eZAvhpvmn8JlXb+LxKaFVMs2Yvrk1xOuT76SsPjEGWxkr7jZCIpsYfgQ\nALN3mi/9z0Mf1YroliUgF0v5Yw==\n-----END CERTIFICATE-----\n"] s.date = %q{2007-10-26} s.description = %q{Fix an exploitable bug in CGI multipart parsing.} s.email = %q{} s.files = ["CHANGELOG", "lib/cgi_multipart_eof_fix.rb", "LICENSE", "Manifest", "README", "test/test_cgi_multipart_eof_fix.rb", "cgi_multipart_eof_fix.gemspec"] s.homepage = %q{http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix} s.require_paths = ["lib"] s.rubyforge_project = %q{mongrel} s.rubygems_version = %q{1.3.5} s.summary = %q{Fix an exploitable bug in CGI multipart parsing.} s.test_files = ["test/test_cgi_multipart_eof_fix.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/cgi_multipart_eof_fix-2.5.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{daemons} s.version = "1.0.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Uehlinger"] s.autorequire = %q{daemons} s.date = %q{2008-03-20} s.description = %q{Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.} s.email = %q{th.uehlinger@gmx.ch} s.extra_rdoc_files = ["README", "Releases", "TODO"] s.files = ["Rakefile", "Releases", "TODO", "README", "LICENSE", "setup.rb", "lib/daemons/application.rb", "lib/daemons/application_group.rb", "lib/daemons/cmdline.rb", "lib/daemons/controller.rb", "lib/daemons/daemonize.rb", "lib/daemons/exceptions.rb", "lib/daemons/monitor.rb", "lib/daemons/pid.rb", "lib/daemons/pidfile.rb", "lib/daemons/pidmem.rb", "lib/daemons.rb", "examples/call", "examples/call/call.rb", "examples/call/call_monitor.rb", "examples/daemonize", "examples/daemonize/daemonize.rb", "examples/run", "examples/run/ctrl_crash.rb", "examples/run/ctrl_exec.rb", "examples/run/ctrl_exit.rb", "examples/run/ctrl_keep_pid_files.rb", "examples/run/ctrl_monitor.rb", "examples/run/ctrl_multiple.rb", "examples/run/ctrl_normal.rb", "examples/run/ctrl_ontop.rb", "examples/run/ctrl_optionparser.rb", "examples/run/ctrl_proc.rb", "examples/run/ctrl_proc.rb.output", "examples/run/ctrl_proc_multiple.rb", "examples/run/ctrl_proc_multiple.rb.output", "examples/run/ctrl_proc_simple.rb", "examples/run/myserver.rb", "examples/run/myserver_crashing.rb", "examples/run/myserver_crashing.rb.output", "examples/run/myserver_exiting.rb"] s.homepage = %q{http://daemons.rubyforge.org} s.require_paths = ["lib"] s.rubyforge_project = %q{daemons} s.rubygems_version = %q{1.3.5} s.summary = %q{A toolkit to create and control daemons in different ways} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/daemons-1.0.10.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{erubis} s.version = "2.6.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["makoto kuwata"] s.date = %q{2009-07-19} s.default_executable = %q{erubis} s.description = %q{Erubis is an implementation of eRuby and has the following features: * Very fast, almost three times faster than ERB and about 10% faster than eruby. * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support} s.email = %q{kwa(at)kuwata-lab.com} s.executables = ["erubis"] s.files = ["lib/erubis", "lib/erubis/context.rb", "lib/erubis/converter.rb", "lib/erubis/engine", "lib/erubis/engine/ec.rb", "lib/erubis/engine/ejava.rb", "lib/erubis/engine/ejavascript.rb", "lib/erubis/engine/enhanced.rb", "lib/erubis/engine/eperl.rb", "lib/erubis/engine/ephp.rb", "lib/erubis/engine/eruby.rb", "lib/erubis/engine/escheme.rb", "lib/erubis/engine/optimized.rb", "lib/erubis/engine.rb", "lib/erubis/enhancer.rb", "lib/erubis/error.rb", "lib/erubis/evaluator.rb", "lib/erubis/generator.rb", "lib/erubis/helper.rb", "lib/erubis/helpers", "lib/erubis/helpers/rails_form_helper.rb", "lib/erubis/helpers/rails_helper.rb", "lib/erubis/local-setting.rb", "lib/erubis/main.rb", "lib/erubis/preprocessing.rb", "lib/erubis/tiny.rb", "lib/erubis.rb", "bin/erubis", "examples/basic", "examples/basic/example.ec", "examples/basic/example.ejava", "examples/basic/example.ejs", "examples/basic/example.eperl", "examples/basic/example.ephp", "examples/basic/example.eruby", "examples/basic/example.escheme", "examples/basic/Makefile", "examples/pi", "examples/pi/example.ec", "examples/pi/example.ejava", "examples/pi/example.ejs", "examples/pi/example.eperl", "examples/pi/example.ephp", "examples/pi/example.eruby", "examples/pi/example.escheme", "examples/pi/Makefile", "test/assert-text-equal.rb", "test/data", "test/data/users-guide", "test/data/users-guide/array_example.result", "test/data/users-guide/arraybuffer_example.result", "test/data/users-guide/bipattern-example.rhtml", "test/data/users-guide/bipattern_example.result", "test/data/users-guide/context.rb", "test/data/users-guide/context.yaml", "test/data/users-guide/def_method.rb", "test/data/users-guide/def_method.result", "test/data/users-guide/escape_example.result", "test/data/users-guide/example.ec", "test/data/users-guide/Example.ejava", "test/data/users-guide/example.ejs", "test/data/users-guide/example.eperl", "test/data/users-guide/example.ephp", "test/data/users-guide/example.eruby", "test/data/users-guide/example.escheme", "test/data/users-guide/example1.eruby", "test/data/users-guide/example1.rb", "test/data/users-guide/example1.result", "test/data/users-guide/example10.rb", "test/data/users-guide/example10.result", "test/data/users-guide/example10.xhtml", "test/data/users-guide/example10_x.result", "test/data/users-guide/example11.php", "test/data/users-guide/example11.result", "test/data/users-guide/example11.rhtml", "test/data/users-guide/example11_C.result", "test/data/users-guide/example11_N.result", "test/data/users-guide/example11_php.result", "test/data/users-guide/example11_U.result", "test/data/users-guide/example1_x.result", "test/data/users-guide/example2.eruby", "test/data/users-guide/example2.rb", "test/data/users-guide/example2.result", "test/data/users-guide/example2_trim.result", "test/data/users-guide/example2_x.result", "test/data/users-guide/example3.eruby", "test/data/users-guide/example3.rb", "test/data/users-guide/example31.result", "test/data/users-guide/example32.result", "test/data/users-guide/example3_e.result", "test/data/users-guide/example4.eruby", "test/data/users-guide/example4.rb", "test/data/users-guide/example4.result", "test/data/users-guide/example4_x.result", "test/data/users-guide/example5.eruby", "test/data/users-guide/example5.rb", "test/data/users-guide/example5.result", "test/data/users-guide/example6.rb", "test/data/users-guide/example6.result", "test/data/users-guide/example7.eruby", "test/data/users-guide/example71.result", "test/data/users-guide/example72.result", "test/data/users-guide/example8.eruby", "test/data/users-guide/example8_ruby.result", "test/data/users-guide/example8_yaml.result", "test/data/users-guide/example9.eruby", "test/data/users-guide/example9.rb", "test/data/users-guide/example9.result", "test/data/users-guide/example91.result", "test/data/users-guide/example92.result", "test/data/users-guide/example_c.result", "test/data/users-guide/example_java.result", "test/data/users-guide/example_js.result", "test/data/users-guide/example_perl.result", "test/data/users-guide/example_php.result", "test/data/users-guide/example_scheme.result", "test/data/users-guide/example_scheme_display.result", "test/data/users-guide/fasteruby.rb", "test/data/users-guide/fasteruby.result", "test/data/users-guide/fasteruby.rhtml", "test/data/users-guide/headerfooter-example.eruby", "test/data/users-guide/headerfooter-example2.rb", "test/data/users-guide/headerfooter-example2.rhtml", "test/data/users-guide/headerfooter_example.result", "test/data/users-guide/headerfooter_example2.result", "test/data/users-guide/interpolation_example.result", "test/data/users-guide/main_program1.rb", "test/data/users-guide/main_program1.result", "test/data/users-guide/main_program2.rb", "test/data/users-guide/main_program2.result", "test/data/users-guide/nocode-example.eruby", "test/data/users-guide/nocode-php.result", "test/data/users-guide/nocode_example.result", "test/data/users-guide/normal-eruby-test.eruby", "test/data/users-guide/normal_eruby_test.result", "test/data/users-guide/notext-example.eruby", "test/data/users-guide/notext-example.php", "test/data/users-guide/notext-php.result", "test/data/users-guide/notext_example.result", "test/data/users-guide/percentline-example.rhtml", "test/data/users-guide/percentline_example.result", "test/data/users-guide/printenable_example.result", "test/data/users-guide/printenabled-example.eruby", "test/data/users-guide/printenabled-example.rb", "test/data/users-guide/printstatement_example.result", "test/data/users-guide/simplify_example.result", "test/data/users-guide/stderr.log", "test/data/users-guide/stdout_exmple.result", "test/data/users-guide/stringbuffer_example.result", "test/data/users-guide/tail_260.result", "test/data/users-guide/tailnewline.rhtml", "test/data/users-guide/template1.rhtml", "test/data/users-guide/template2.rhtml", "test/test-engines.rb", "test/test-enhancers.rb", "test/test-erubis.rb", "test/test-main.rb", "test/test-users-guide.rb", "test/test.rb", "test/testutil.rb", "doc/docstyle.css", "doc/users-guide.html", "README.txt", "CHANGES.txt", "MIT-LICENSE", "setup.rb", "contrib/erubis", "contrib/erubis-run.rb", "contrib/inline-require", "benchmark/bench.rb", "benchmark/bench_context.yaml", "benchmark/Makefile", "benchmark/templates", "benchmark/templates/_footer.html", "benchmark/templates/_header.html", "benchmark/templates/bench_erb.rhtml", "benchmark/templates/bench_erubis.rhtml", "benchmark/templates/bench_eruby.rhtml", "doc-api/classes", "doc-api/classes/ActionView", "doc-api/classes/ActionView/TemplateHandlers", "doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html", "doc-api/classes/ActionView.html", "doc-api/classes/ERB.html", "doc-api/classes/Erubis", "doc-api/classes/Erubis/ArrayBufferEnhancer.html", "doc-api/classes/Erubis/ArrayBufferEruby.html", "doc-api/classes/Erubis/ArrayEnhancer.html", "doc-api/classes/Erubis/ArrayEruby.html", "doc-api/classes/Erubis/Basic", "doc-api/classes/Erubis/Basic/Converter.html", "doc-api/classes/Erubis/Basic/Engine.html", "doc-api/classes/Erubis/Basic.html", "doc-api/classes/Erubis/BiPatternEnhancer.html", "doc-api/classes/Erubis/BiPatternEruby.html", "doc-api/classes/Erubis/CGenerator.html", "doc-api/classes/Erubis/CommandOptionError.html", "doc-api/classes/Erubis/Context.html", "doc-api/classes/Erubis/Converter.html", "doc-api/classes/Erubis/DeleteIndentEnhancer.html", "doc-api/classes/Erubis/DeleteIndentEruby.html", "doc-api/classes/Erubis/Ec.html", "doc-api/classes/Erubis/Ejava.html", "doc-api/classes/Erubis/Ejavascript.html", "doc-api/classes/Erubis/Engine.html", "doc-api/classes/Erubis/Eperl.html", "doc-api/classes/Erubis/Ephp.html", "doc-api/classes/Erubis/ErboutEnhancer.html", "doc-api/classes/Erubis/ErboutEruby.html", "doc-api/classes/Erubis/ErubisError.html", "doc-api/classes/Erubis/Eruby.html", "doc-api/classes/Erubis/EscapedEc.html", "doc-api/classes/Erubis/EscapedEjava.html", "doc-api/classes/Erubis/EscapedEjavascript.html", "doc-api/classes/Erubis/EscapedEperl.html", "doc-api/classes/Erubis/EscapedEphp.html", "doc-api/classes/Erubis/EscapedEruby.html", "doc-api/classes/Erubis/EscapedEscheme.html", "doc-api/classes/Erubis/EscapeEnhancer.html", "doc-api/classes/Erubis/Escheme.html", "doc-api/classes/Erubis/Evaluator.html", "doc-api/classes/Erubis/FastEruby.html", "doc-api/classes/Erubis/Generator.html", "doc-api/classes/Erubis/HeaderFooterEnhancer.html", "doc-api/classes/Erubis/HeaderFooterEruby.html", "doc-api/classes/Erubis/Helpers", "doc-api/classes/Erubis/Helpers/RailsFormHelper.html", "doc-api/classes/Erubis/Helpers/RailsHelper", "doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html", "doc-api/classes/Erubis/Helpers/RailsHelper.html", "doc-api/classes/Erubis/Helpers.html", "doc-api/classes/Erubis/InterpolationEnhancer.html", "doc-api/classes/Erubis/InterpolationEruby.html", "doc-api/classes/Erubis/JavaGenerator.html", "doc-api/classes/Erubis/JavascriptGenerator.html", "doc-api/classes/Erubis/Main.html", "doc-api/classes/Erubis/NoCodeEnhancer.html", "doc-api/classes/Erubis/NoCodeEruby.html", "doc-api/classes/Erubis/NoTextEnhancer.html", "doc-api/classes/Erubis/NoTextEruby.html", "doc-api/classes/Erubis/NotSupportedError.html", "doc-api/classes/Erubis/OptimizedEruby.html", "doc-api/classes/Erubis/OptimizedGenerator.html", "doc-api/classes/Erubis/OptimizedXmlEruby.html", "doc-api/classes/Erubis/PercentLineEnhancer.html", "doc-api/classes/Erubis/PercentLineEruby.html", "doc-api/classes/Erubis/PerlGenerator.html", "doc-api/classes/Erubis/PhpGenerator.html", "doc-api/classes/Erubis/PI", "doc-api/classes/Erubis/PI/Converter.html", "doc-api/classes/Erubis/PI/Ec.html", "doc-api/classes/Erubis/PI/Ejava.html", "doc-api/classes/Erubis/PI/Ejavascript.html", "doc-api/classes/Erubis/PI/Engine.html", "doc-api/classes/Erubis/PI/Eperl.html", "doc-api/classes/Erubis/PI/Ephp.html", "doc-api/classes/Erubis/PI/Eruby.html", "doc-api/classes/Erubis/PI/Escheme.html", "doc-api/classes/Erubis/PI/TinyEruby.html", "doc-api/classes/Erubis/PI.html", "doc-api/classes/Erubis/PreprocessingEruby.html", "doc-api/classes/Erubis/PreprocessingHelper.html", "doc-api/classes/Erubis/PrintEnabledEnhancer.html", "doc-api/classes/Erubis/PrintEnabledEruby.html", "doc-api/classes/Erubis/PrintOutEnhancer.html", "doc-api/classes/Erubis/PrintOutEruby.html", "doc-api/classes/Erubis/PrintOutSimplifiedEruby.html", "doc-api/classes/Erubis/RubyEvaluator.html", "doc-api/classes/Erubis/RubyGenerator.html", "doc-api/classes/Erubis/SchemeGenerator.html", "doc-api/classes/Erubis/SimplifiedEruby.html", "doc-api/classes/Erubis/SimplifyEnhancer.html", "doc-api/classes/Erubis/StdoutEnhancer.html", "doc-api/classes/Erubis/StdoutEruby.html", "doc-api/classes/Erubis/StdoutSimplifiedEruby.html", "doc-api/classes/Erubis/StringBufferEnhancer.html", "doc-api/classes/Erubis/StringBufferEruby.html", "doc-api/classes/Erubis/StringIOEruby.html", "doc-api/classes/Erubis/TinyEruby.html", "doc-api/classes/Erubis/XmlEruby.html", "doc-api/classes/Erubis/XmlHelper.html", "doc-api/classes/Erubis.html", "doc-api/created.rid", "doc-api/files", "doc-api/files/erubis", "doc-api/files/erubis/context_rb.html", "doc-api/files/erubis/converter_rb.html", "doc-api/files/erubis/engine", "doc-api/files/erubis/engine/ec_rb.html", "doc-api/files/erubis/engine/ejava_rb.html", "doc-api/files/erubis/engine/ejavascript_rb.html", "doc-api/files/erubis/engine/enhanced_rb.html", "doc-api/files/erubis/engine/eperl_rb.html", "doc-api/files/erubis/engine/ephp_rb.html", "doc-api/files/erubis/engine/eruby_rb.html", "doc-api/files/erubis/engine/escheme_rb.html", "doc-api/files/erubis/engine/optimized_rb.html", "doc-api/files/erubis/engine_rb.html", "doc-api/files/erubis/enhancer_rb.html", "doc-api/files/erubis/error_rb.html", "doc-api/files/erubis/evaluator_rb.html", "doc-api/files/erubis/generator_rb.html", "doc-api/files/erubis/helper_rb.html", "doc-api/files/erubis/helpers", "doc-api/files/erubis/helpers/rails_form_helper_rb.html", "doc-api/files/erubis/helpers/rails_helper_rb.html", "doc-api/files/erubis/local-setting_rb.html", "doc-api/files/erubis/main_rb.html", "doc-api/files/erubis/preprocessing_rb.html", "doc-api/files/erubis/tiny_rb.html", "doc-api/files/erubis_rb.html", "doc-api/files/README_txt.html", "doc-api/fr_class_index.html", "doc-api/fr_file_index.html", "doc-api/fr_method_index.html", "doc-api/index.html", "doc-api/rdoc-style.css"] s.homepage = %q{http://www.kuwata-lab.com/erubis/} s.require_paths = ["lib"] s.rubyforge_project = %q{erubis} s.rubygems_version = %q{1.3.5} s.summary = %q{a fast and extensible eRuby implementation which supports multi-language} s.test_files = ["test/test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.0.0"]) else s.add_dependency(%q, [">= 1.0.0"]) end else s.add_dependency(%q, [">= 1.0.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/erubis-2.6.5.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{eventmachine} s.version = "0.12.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Francis Cianfrocca"] s.date = %q{2009-10-25} s.description = %q{EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required. } s.email = %q{garbagecat10@gmail.com} s.extensions = ["ext/extconf.rb", "ext/fastfilereader/extconf.rb"] s.files = [".gitignore", "README", "Rakefile", "docs/COPYING", "docs/ChangeLog", "docs/DEFERRABLES", "docs/EPOLL", "docs/GNU", "docs/INSTALL", "docs/KEYBOARD", "docs/LEGAL", "docs/LIGHTWEIGHT_CONCURRENCY", "docs/PURE_RUBY", "docs/RELEASE_NOTES", "docs/SMTP", "docs/SPAWNED_PROCESSES", "docs/TODO", "eventmachine.gemspec", "examples/ex_channel.rb", "examples/ex_queue.rb", "examples/helper.rb", "ext/binder.cpp", "ext/binder.h", "ext/cmain.cpp", "ext/cplusplus.cpp", "ext/ed.cpp", "ext/ed.h", "ext/em.cpp", "ext/em.h", "ext/emwin.cpp", "ext/emwin.h", "ext/epoll.cpp", "ext/epoll.h", "ext/eventmachine.h", "ext/eventmachine_cpp.h", "ext/extconf.rb", "ext/fastfilereader/extconf.rb", "ext/fastfilereader/mapper.cpp", "ext/fastfilereader/mapper.h", "ext/fastfilereader/rubymain.cpp", "ext/files.cpp", "ext/files.h", "ext/kb.cpp", "ext/page.cpp", "ext/page.h", "ext/pipe.cpp", "ext/project.h", "ext/rubymain.cpp", "ext/sigs.cpp", "ext/sigs.h", "ext/ssl.cpp", "ext/ssl.h", "java/.classpath", "java/.project", "java/src/com/rubyeventmachine/EmReactor.java", "java/src/com/rubyeventmachine/EmReactorException.java", "java/src/com/rubyeventmachine/EventableChannel.java", "java/src/com/rubyeventmachine/EventableDatagramChannel.java", "java/src/com/rubyeventmachine/EventableSocketChannel.java", "java/src/com/rubyeventmachine/application/Application.java", "java/src/com/rubyeventmachine/application/Connection.java", "java/src/com/rubyeventmachine/application/ConnectionFactory.java", "java/src/com/rubyeventmachine/application/DefaultConnectionFactory.java", "java/src/com/rubyeventmachine/application/PeriodicTimer.java", "java/src/com/rubyeventmachine/application/Timer.java", "java/src/com/rubyeventmachine/tests/ApplicationTest.java", "java/src/com/rubyeventmachine/tests/ConnectTest.java", "java/src/com/rubyeventmachine/tests/EMTest.java", "java/src/com/rubyeventmachine/tests/TestDatagrams.java", "java/src/com/rubyeventmachine/tests/TestServers.java", "java/src/com/rubyeventmachine/tests/TestTimers.java", "lib/em/buftok.rb", "lib/em/callback.rb", "lib/em/channel.rb", "lib/em/connection.rb", "lib/em/deferrable.rb", "lib/em/file_watch.rb", "lib/em/future.rb", "lib/em/messages.rb", "lib/em/process_watch.rb", "lib/em/processes.rb", "lib/em/protocols.rb", "lib/em/protocols/header_and_content.rb", "lib/em/protocols/httpclient.rb", "lib/em/protocols/httpclient2.rb", "lib/em/protocols/line_and_text.rb", "lib/em/protocols/linetext2.rb", "lib/em/protocols/memcache.rb", "lib/em/protocols/object_protocol.rb", "lib/em/protocols/postgres3.rb", "lib/em/protocols/saslauth.rb", "lib/em/protocols/smtpclient.rb", "lib/em/protocols/smtpserver.rb", "lib/em/protocols/socks4.rb", "lib/em/protocols/stomp.rb", "lib/em/protocols/tcptest.rb", "lib/em/queue.rb", "lib/em/spawnable.rb", "lib/em/streamer.rb", "lib/em/timers.rb", "lib/em/version.rb", "lib/eventmachine.rb", "lib/evma.rb", "lib/evma/callback.rb", "lib/evma/container.rb", "lib/evma/factory.rb", "lib/evma/protocol.rb", "lib/evma/reactor.rb", "lib/jeventmachine.rb", "lib/pr_eventmachine.rb", "setup.rb", "tasks/cpp.rake_example", "tests/client.crt", "tests/client.key", "tests/test_attach.rb", "tests/test_basic.rb", "tests/test_channel.rb", "tests/test_connection_count.rb", "tests/test_defer.rb", "tests/test_epoll.rb", "tests/test_error_handler.rb", "tests/test_errors.rb", "tests/test_exc.rb", "tests/test_file_watch.rb", "tests/test_futures.rb", "tests/test_get_sock_opt.rb", "tests/test_handler_check.rb", "tests/test_hc.rb", "tests/test_httpclient.rb", "tests/test_httpclient2.rb", "tests/test_inactivity_timeout.rb", "tests/test_kb.rb", "tests/test_ltp.rb", "tests/test_ltp2.rb", "tests/test_next_tick.rb", "tests/test_object_protocol.rb", "tests/test_pause.rb", "tests/test_pending_connect_timeout.rb", "tests/test_process_watch.rb", "tests/test_processes.rb", "tests/test_proxy_connection.rb", "tests/test_pure.rb", "tests/test_queue.rb", "tests/test_running.rb", "tests/test_sasl.rb", "tests/test_send_file.rb", "tests/test_servers.rb", "tests/test_smtpclient.rb", "tests/test_smtpserver.rb", "tests/test_spawn.rb", "tests/test_ssl_args.rb", "tests/test_ssl_methods.rb", "tests/test_ssl_verify.rb", "tests/test_timers.rb", "tests/test_ud.rb", "tests/testem.rb", "web/whatis"] s.homepage = %q{http://rubyeventmachine.com} s.rdoc_options = ["--title", "EventMachine", "--main", "README", "--line-numbers", "-x", "lib/em/version", "-x", "lib/emva", "-x", "lib/evma/", "-x", "lib/pr_eventmachine", "-x", "lib/jeventmachine"] s.require_paths = ["lib"] s.rubyforge_project = %q{eventmachine} s.rubygems_version = %q{1.3.5} s.summary = %q{Ruby/EventMachine library} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-0.12.10.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{fastthread} s.version = "1.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["MenTaLguY "] s.date = %q{2009-04-08} s.description = %q{Optimized replacement for thread.rb primitives} s.email = %q{mental@rydia.net} s.extensions = ["ext/fastthread/extconf.rb"] s.extra_rdoc_files = ["ext/fastthread/fastthread.c", "ext/fastthread/extconf.rb", "CHANGELOG"] s.files = ["test/test_queue.rb", "test/test_mutex.rb", "test/test_condvar.rb", "test/test_all.rb", "setup.rb", "Manifest", "ext/fastthread/fastthread.c", "ext/fastthread/extconf.rb", "CHANGELOG", "fastthread.gemspec", "Rakefile"] s.homepage = %q{} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Fastthread"] s.require_paths = ["lib", "ext"] s.rubyforge_project = %q{mongrel} s.rubygems_version = %q{1.3.5} s.summary = %q{Optimized replacement for thread.rb primitives} s.test_files = ["test/test_all.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/fastthread-1.0.7.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{gem_plugin} s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Zed A. Shaw"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDUDCCAjigAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzI0OVoXDTA4MDkxNTEwMzI0OVow\nTjEcMBoGA1UEAwwTbW9uZ3JlbC1kZXZlbG9wbWVudDEZMBcGCgmSJomT8ixkARkW\nCXJ1Ynlmb3JnZTETMBEGCgmSJomT8ixkARkWA29yZzCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAMb9v3B01eOHk3FyypbQgKXzJplUE5P6dXoG+xpPm0Lv\nP7BQmeMncOwqQ7zXpVQU+lTpXtQFTsOE3vL7KnhQFJKGvUAkbh24VFyopu1I0yqF\nmGu4nRqNXGXVj8TvLSj4S1WpSRLAa0acLPNyKhGmoV9+crqQypSjM6XKjBeppifo\n4eBmWGjiJEYMIJBvJZPJ4rAVDDA8C6CM1m3gMBGNh8ELDhU8HI9AP3dMIkTI2Wx9\n9xkJwHdroAaS0IFFtYChrwee4FbCF1FHDgoTosMwa47DrLHg4hZ6ojaKwK5QVWEV\nXGb6ju5UqpktnSWF2W+Lvl/K0tI42OH2CAhebT1gEVUCAwEAAaM5MDcwCQYDVR0T\nBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFGHChyMSZ16u9WOzKhgJSQ9lqDc5\nMA0GCSqGSIb3DQEBBQUAA4IBAQA/lfeN2WdB1xN+82tT7vNS4HOjRQw6MUh5yktu\nGQjaGqm0UB+aX0Z9y0B0qpfv9rj7nmIvEGiwBmDepNWYCGuW15JyqpN7QVVnG2xS\nMrame7VqgjM7A+VGDD5In5LtWbM/CHAATvvFlQ5Ph13YE1EdnVbZ65c+KQv+5sFY\nQ+zEop74d878uaC/SAHHXS46TiXneocaLSYw1CEZs/MAIy+9c4Q5ESbGpgnfg1Ad\n6lwl7k3hsNHO/+tZzx4HJtOXDI1yAl3+q6T9J0yI3z97EinwvAKhS1eyOI2Y5eeT\ntbQaNYkU127B3l/VNpd8fQm3Jkl/PqCCmDBQjUszFrJEODug\n-----END CERTIFICATE-----\n", "-----BEGIN CERTIFICATE-----\nMIIDPzCCAiegAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n\ncmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK\nCZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzMwMFoXDTA4MDkxNTEwMzMwMFow\nPTENMAsGA1UEAwwEZXZhbjEYMBYGCgmSJomT8ixkARkWCGNsb3VkYnVyMRIwEAYK\nCZImiZPyLGQBGRYCc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDk\nLQijz2fICmev4+9s0WB71WzJFYCUYFQQxqGlenbxWut9dlPSsBbskGjg+UITeOXi\ncTh3MTqAB0i1LJyNOiyvDsAivn7GjKXhVvflp2/npMhBBe83P4HOWqeQBjkk3QJI\nFFNBvqbFLeEXIP+HiqAOiyNHZEVXMepLEJLzGrg3Ly7M7A6L5fK7jDrt8jkm+c+8\nzGquVHV5ohAebGd/vpHMLjpA7lCG5+MBgYZd33rRfNtCxDJMNRgnOu9PsB05+LJn\nMpDKQq3x0SkOf5A+MVOcadNCaAkFflYk3SUcXaXWxu/eCHgqfW1m76RNSp5djpKE\nCgNPK9lGIWpB3CHzDaVNAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSw\nMB0GA1UdDgQWBBT5aonPfFBdJ5rWFG+8dZwgyB54LjANBgkqhkiG9w0BAQUFAAOC\nAQEAiKbzWgMcvZs/TPwJxr8tJ+7mSGz7+zDkWcbBl8FpQq1DtRcATh1oyTkQT7t+\nrFEBYMmb0FxbbUnojQp8hIFgFkUwFpStwWBL/okLSehntzI2iwjuEtfj4ac9Q3Y2\nuSdbmZqsQTuu+lEUc5C4qLK7YKwToaul+cx7vWxyk1YendcVwRlFLIBqA5cPrwo3\nyyGLTHlRYn2c9PSbM1B63Yg+LqSSAa4QSU3Wv9pNdffVpvwHPVEQpO7ZDo5slQFL\nGf6+gbD/eZAvhpvmn8JlXb+LxKaFVMs2Yvrk1xOuT76SsPjEGWxkr7jZCIpsYfgQ\nALN3mi/9z0Mf1YroliUgF0v5Yw==\n-----END CERTIFICATE-----\n"] s.date = %q{2007-10-26} s.default_executable = %q{gpgen} s.description = %q{A plugin system based on rubygems that uses dependencies only} s.email = %q{} s.executables = ["gpgen"] s.files = ["test/test_plugins.rb", "setup.rb", "resources/resources/defaults.yaml", "resources/README", "resources/Rakefile", "resources/LICENSE", "resources/lib/project/init.rb", "resources/COPYING", "README", "Manifest", "LICENSE", "lib/gem_plugin.rb", "COPYING", "CHANGELOG", "bin/gpgen", "gem_plugin.gemspec"] s.homepage = %q{} s.require_paths = ["lib"] s.rubyforge_project = %q{mongrel} s.rubygems_version = %q{1.3.5} s.summary = %q{A plugin system based on rubygems that uses dependencies only} s.test_files = ["test/test_plugins.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/gem_plugin-0.2.3.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{haml} s.version = "2.2.19" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Weizenbaum", "Hampton Catlin"] s.date = %q{2010-02-07} s.description = %q{ Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine. } s.email = %q{haml@googlegroups.com} s.executables = ["haml", "html2haml", "sass", "css2sass"] s.extra_rdoc_files = ["VERSION_NAME", "CONTRIBUTING", "README.md", "MIT-LICENSE", "VERSION", "REVISION"] s.files = ["rails/init.rb", "lib/sass.rb", "lib/sass/css.rb", "lib/sass/script/node.rb", "lib/sass/script/number.rb", "lib/sass/script/operation.rb", "lib/sass/script/literal.rb", "lib/sass/script/functions.rb", "lib/sass/script/bool.rb", "lib/sass/script/color.rb", "lib/sass/script/lexer.rb", "lib/sass/script/parser.rb", "lib/sass/script/variable.rb", "lib/sass/script/string.rb", "lib/sass/script/funcall.rb", "lib/sass/script/unary_operation.rb", "lib/sass/script.rb", "lib/sass/error.rb", "lib/sass/repl.rb", "lib/sass/tree/comment_node.rb", "lib/sass/tree/node.rb", "lib/sass/tree/for_node.rb", "lib/sass/tree/debug_node.rb", "lib/sass/tree/import_node.rb", "lib/sass/tree/while_node.rb", "lib/sass/tree/mixin_def_node.rb", "lib/sass/tree/if_node.rb", "lib/sass/tree/mixin_node.rb", "lib/sass/tree/directive_node.rb", "lib/sass/tree/rule_node.rb", "lib/sass/tree/prop_node.rb", "lib/sass/tree/variable_node.rb", "lib/sass/plugin/rails.rb", "lib/sass/plugin/rack.rb", "lib/sass/plugin/merb.rb", "lib/sass/environment.rb", "lib/sass/files.rb", "lib/sass/engine.rb", "lib/sass/plugin.rb", "lib/haml/filters.rb", "lib/haml/exec.rb", "lib/haml/error.rb", "lib/haml/template.rb", "lib/haml/shared.rb", "lib/haml/engine.rb", "lib/haml/version.rb", "lib/haml/template/patch.rb", "lib/haml/template/plugin.rb", "lib/haml/helpers.rb", "lib/haml/buffer.rb", "lib/haml/html.rb", "lib/haml/precompiler.rb", "lib/haml/util.rb", "lib/haml/helpers/action_view_mods.rb", "lib/haml/helpers/xss_mods.rb", "lib/haml/helpers/action_view_extensions.rb", "lib/haml.rb", "bin/sass", "bin/css2sass", "bin/html2haml", "bin/haml", "test/linked_rails.rb", "test/benchmark.rb", "test/sass/script_test.rb", "test/sass/css2sass_test.rb", "test/sass/results/units.css", "test/sass/results/parent_ref.css", "test/sass/results/compressed.css", "test/sass/results/complex.css", "test/sass/results/compact.css", "test/sass/results/mixins.css", "test/sass/results/line_numbers.css", "test/sass/results/alt.css", "test/sass/results/subdir/subdir.css", "test/sass/results/subdir/nested_subdir/nested_subdir.css", "test/sass/results/nested.css", "test/sass/results/import.css", "test/sass/results/multiline.css", "test/sass/results/script.css", "test/sass/results/basic.css", "test/sass/results/expanded.css", "test/sass/more_results/more_import.css", "test/sass/more_results/more1_with_line_comments.css", "test/sass/more_results/more1.css", "test/sass/templates/basic.sass", "test/sass/templates/bork.sass", "test/sass/templates/compressed.sass", "test/sass/templates/import.sass", "test/sass/templates/script.sass", "test/sass/templates/expanded.sass", "test/sass/templates/nested.sass", "test/sass/templates/_partial.sass", "test/sass/templates/line_numbers.sass", "test/sass/templates/compact.sass", "test/sass/templates/subdir/subdir.sass", "test/sass/templates/subdir/nested_subdir/nested_subdir.sass", "test/sass/templates/subdir/nested_subdir/_nested_partial.sass", "test/sass/templates/parent_ref.sass", "test/sass/templates/alt.sass", "test/sass/templates/importee.sass", "test/sass/templates/mixins.sass", "test/sass/templates/multiline.sass", "test/sass/templates/units.sass", "test/sass/templates/complex.sass", "test/sass/templates/bork2.sass", "test/sass/more_templates/_more_partial.sass", "test/sass/more_templates/more1.sass", "test/sass/more_templates/more_import.sass", "test/sass/functions_test.rb", "test/sass/engine_test.rb", "test/sass/plugin_test.rb", "test/haml/mocks/article.rb", "test/haml/rhtml/_av_partial_2.rhtml", "test/haml/rhtml/standard.rhtml", "test/haml/rhtml/_av_partial_1.rhtml", "test/haml/rhtml/action_view.rhtml", "test/haml/util_test.rb", "test/haml/spec/ruby_haml_test.rb", "test/haml/spec/README.md", "test/haml/spec/lua_haml_spec.lua", "test/haml/spec/tests.json", "test/haml/html2haml_test.rb", "test/haml/template_test.rb", "test/haml/helper_test.rb", "test/haml/results/tag_parsing.xhtml", "test/haml/results/content_for_layout.xhtml", "test/haml/results/helpers.xhtml", "test/haml/results/original_engine.xhtml", "test/haml/results/very_basic.xhtml", "test/haml/results/helpful.xhtml", "test/haml/results/list.xhtml", "test/haml/results/partials.xhtml", "test/haml/results/eval_suppressed.xhtml", "test/haml/results/nuke_inner_whitespace.xhtml", "test/haml/results/whitespace_handling.xhtml", "test/haml/results/render_layout.xhtml", "test/haml/results/silent_script.xhtml", "test/haml/results/standard.xhtml", "test/haml/results/just_stuff.xhtml", "test/haml/results/partial_layout.xhtml", "test/haml/results/filters.xhtml", "test/haml/results/nuke_outer_whitespace.xhtml", "test/haml/markaby/standard.mab", "test/haml/templates/tag_parsing.haml", "test/haml/templates/nuke_inner_whitespace.haml", "test/haml/templates/partial_layout.haml", "test/haml/templates/_av_partial_2_ugly.haml", "test/haml/templates/partials.haml", "test/haml/templates/_layout_for_partial.haml", "test/haml/templates/original_engine.haml", "test/haml/templates/helpers.haml", "test/haml/templates/_layout.erb", "test/haml/templates/action_view_ugly.haml", "test/haml/templates/content_for_layout.haml", "test/haml/templates/silent_script.haml", "test/haml/templates/very_basic.haml", "test/haml/templates/render_layout.haml", "test/haml/templates/filters.haml", "test/haml/templates/_av_partial_1.haml", "test/haml/templates/standard_ugly.haml", "test/haml/templates/_partial.haml", "test/haml/templates/nuke_outer_whitespace.haml", "test/haml/templates/breakage.haml", "test/haml/templates/list.haml", "test/haml/templates/standard.haml", "test/haml/templates/whitespace_handling.haml", "test/haml/templates/eval_suppressed.haml", "test/haml/templates/action_view.haml", "test/haml/templates/_av_partial_2.haml", "test/haml/templates/partialize.haml", "test/haml/templates/just_stuff.haml", "test/haml/templates/helpful.haml", "test/haml/templates/_av_partial_1_ugly.haml", "test/haml/templates/_text_area.haml", "test/haml/engine_test.rb", "test/test_helper.rb", "extra/haml-mode.el", "extra/sass-mode.el", "extra/update_watch.rb", "Rakefile", "init.rb", ".yardopts", "VERSION_NAME", "CONTRIBUTING", "README.md", "MIT-LICENSE", "VERSION", "REVISION"] s.homepage = %q{http://haml-lang.com/} s.rdoc_options = ["--title", "Haml", "--main", "README.rdoc", "--exclude", "lib/haml/buffer.rb", "--line-numbers", "--inline-source"] s.require_paths = ["lib"] s.rubyforge_project = %q{haml} s.rubygems_version = %q{1.3.5} s.summary = %q{An elegant, structured XHTML/XML templating engine. Comes with Sass, a similar CSS templating engine.} s.test_files = ["test/sass/script_test.rb", "test/sass/css2sass_test.rb", "test/sass/functions_test.rb", "test/sass/engine_test.rb", "test/sass/plugin_test.rb", "test/haml/util_test.rb", "test/haml/spec/ruby_haml_test.rb", "test/haml/html2haml_test.rb", "test/haml/template_test.rb", "test/haml/helper_test.rb", "test/haml/engine_test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0.5.3"]) s.add_development_dependency(%q, [">= 0.5.9"]) else s.add_dependency(%q, [">= 0.5.3"]) s.add_dependency(%q, [">= 0.5.9"]) end else s.add_dependency(%q, [">= 0.5.3"]) s.add_dependency(%q, [">= 0.5.9"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/haml-2.2.19.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{highline} s.version = "1.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Edward Gray II"] s.date = %q{2010-01-30} s.description = %q{A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work. } s.email = %q{james@grayproductions.net} s.extra_rdoc_files = ["README", "INSTALL", "TODO", "CHANGELOG", "LICENSE"] s.files = ["examples/ansi_colors.rb", "examples/asking_for_arrays.rb", "examples/basic_usage.rb", "examples/color_scheme.rb", "examples/limit.rb", "examples/menus.rb", "examples/overwrite.rb", "examples/page_and_wrap.rb", "examples/password.rb", "examples/trapping_eof.rb", "examples/using_readline.rb", "lib/highline/color_scheme.rb", "lib/highline/compatibility.rb", "lib/highline/import.rb", "lib/highline/menu.rb", "lib/highline/question.rb", "lib/highline/system_extensions.rb", "lib/highline.rb", "test/tc_color_scheme.rb", "test/tc_highline.rb", "test/tc_import.rb", "test/tc_menu.rb", "test/ts_all.rb", "Rakefile", "setup.rb", "README", "INSTALL", "TODO", "CHANGELOG", "LICENSE"] s.homepage = %q{http://highline.rubyforge.org} s.rdoc_options = ["--title", "HighLine Documentation", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = %q{highline} s.rubygems_version = %q{1.3.5} s.summary = %q{HighLine is a high-level command-line IO library.} s.test_files = ["test/ts_all.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/highline-1.5.2.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{i18n} s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sven Fuchs", "Joshua Harvey", "Matt Aimonetti", "Stephan Soller", "Saimon Moore"] s.date = %q{2009-12-28} s.description = %q{Add Internationalization support to your Ruby application.} s.email = %q{rails-i18n@googlegroups.com} s.extra_rdoc_files = ["README.textile"] s.files = ["CHANGELOG.textile", "MIT-LICENSE", "README.textile", "Rakefile", "lib/i18n.rb", "lib/i18n/backend.rb", "lib/i18n/backend/active_record.rb", "lib/i18n/backend/active_record/missing.rb", "lib/i18n/backend/active_record/store_procs.rb", "lib/i18n/backend/active_record/translation.rb", "lib/i18n/backend/base.rb", "lib/i18n/backend/cache.rb", "lib/i18n/backend/cascade.rb", "lib/i18n/backend/chain.rb", "lib/i18n/backend/fallbacks.rb", "lib/i18n/backend/fast.rb", "lib/i18n/backend/gettext.rb", "lib/i18n/backend/helpers.rb", "lib/i18n/backend/interpolation_compiler.rb", "lib/i18n/backend/metadata.rb", "lib/i18n/backend/pluralization.rb", "lib/i18n/backend/simple.rb", "lib/i18n/core_ext/object/meta_class.rb", "lib/i18n/core_ext/string/interpolate.rb", "lib/i18n/exceptions.rb", "lib/i18n/gettext.rb", "lib/i18n/helpers.rb", "lib/i18n/helpers/gettext.rb", "lib/i18n/locale.rb", "lib/i18n/locale/fallbacks.rb", "lib/i18n/locale/tag.rb", "lib/i18n/locale/tag/parents.rb", "lib/i18n/locale/tag/rfc4646.rb", "lib/i18n/locale/tag/simple.rb", "lib/i18n/version.rb", "test/all.rb", "test/api/basics.rb", "test/api/defaults.rb", "test/api/interpolation.rb", "test/api/link.rb", "test/api/localization/date.rb", "test/api/localization/date_time.rb", "test/api/localization/procs.rb", "test/api/localization/time.rb", "test/api/lookup.rb", "test/api/pluralization.rb", "test/api/procs.rb", "test/cases/api/active_record_test.rb", "test/cases/api/all_features_test.rb", "test/cases/api/cascade_test.rb", "test/cases/api/chain_test.rb", "test/cases/api/fallbacks_test.rb", "test/cases/api/fast_test.rb", "test/cases/api/pluralization_test.rb", "test/cases/api/simple_test.rb", "test/cases/backend/active_record/missing_test.rb", "test/cases/backend/active_record_test.rb", "test/cases/backend/cache_test.rb", "test/cases/backend/cascade_test.rb", "test/cases/backend/chain_test.rb", "test/cases/backend/fallbacks_test.rb", "test/cases/backend/fast_test.rb", "test/cases/backend/helpers_test.rb", "test/cases/backend/interpolation_compiler_test.rb", "test/cases/backend/metadata_test.rb", "test/cases/backend/pluralization_test.rb", "test/cases/backend/simple_test.rb", "test/cases/core_ext/string/interpolate_test.rb", "test/cases/gettext/api_test.rb", "test/cases/gettext/backend_test.rb", "test/cases/i18n_exceptions_test.rb", "test/cases/i18n_load_path_test.rb", "test/cases/i18n_test.rb", "test/cases/locale/fallbacks_test.rb", "test/cases/locale/tag/rfc4646_test.rb", "test/cases/locale/tag/simple_test.rb", "test/fixtures/locales/de.po", "test/fixtures/locales/en.rb", "test/fixtures/locales/en.yml", "test/fixtures/locales/plurals.rb", "test/test_helper.rb", "vendor/po_parser.rb"] s.homepage = %q{http://rails-i18n.org} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{i18n} s.rubygems_version = %q{1.3.5} s.summary = %q{New wave Internationalization support for Ruby} s.test_files = ["test/all.rb", "test/api/basics.rb", "test/api/defaults.rb", "test/api/interpolation.rb", "test/api/link.rb", "test/api/localization/date.rb", "test/api/localization/date_time.rb", "test/api/localization/procs.rb", "test/api/localization/time.rb", "test/api/lookup.rb", "test/api/pluralization.rb", "test/api/procs.rb", "test/cases/api/active_record_test.rb", "test/cases/api/all_features_test.rb", "test/cases/api/cascade_test.rb", "test/cases/api/chain_test.rb", "test/cases/api/fallbacks_test.rb", "test/cases/api/fast_test.rb", "test/cases/api/pluralization_test.rb", "test/cases/api/simple_test.rb", "test/cases/backend/active_record/missing_test.rb", "test/cases/backend/active_record_test.rb", "test/cases/backend/cache_test.rb", "test/cases/backend/cascade_test.rb", "test/cases/backend/chain_test.rb", "test/cases/backend/fallbacks_test.rb", "test/cases/backend/fast_test.rb", "test/cases/backend/helpers_test.rb", "test/cases/backend/interpolation_compiler_test.rb", "test/cases/backend/metadata_test.rb", "test/cases/backend/pluralization_test.rb", "test/cases/backend/simple_test.rb", "test/cases/core_ext/string/interpolate_test.rb", "test/cases/gettext/api_test.rb", "test/cases/gettext/backend_test.rb", "test/cases/i18n_exceptions_test.rb", "test/cases/i18n_load_path_test.rb", "test/cases/i18n_test.rb", "test/cases/locale/fallbacks_test.rb", "test/cases/locale/tag/rfc4646_test.rb", "test/cases/locale/tag/simple_test.rb", "test/fixtures/locales/en.rb", "test/fixtures/locales/plurals.rb", "test/test_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.3.3.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mail} s.version = "2.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mike Lindsaar"] s.date = %q{2010-01-27} s.description = %q{A really Ruby Mail handler.} s.email = %q{raasdnil@gmail.com} s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"] s.files = ["README.rdoc", "Rakefile", "TODO.rdoc", "lib/mail/attachments_list.rb", "lib/mail/body.rb", "lib/mail/configuration.rb", "lib/mail/core_extensions/nil.rb", "lib/mail/core_extensions/string.rb", "lib/mail/elements/address.rb", "lib/mail/elements/address_list.rb", "lib/mail/elements/content_disposition_element.rb", "lib/mail/elements/content_location_element.rb", "lib/mail/elements/content_transfer_encoding_element.rb", "lib/mail/elements/content_type_element.rb", "lib/mail/elements/date_time_element.rb", "lib/mail/elements/envelope_from_element.rb", "lib/mail/elements/message_ids_element.rb", "lib/mail/elements/mime_version_element.rb", "lib/mail/elements/phrase_list.rb", "lib/mail/elements/received_element.rb", "lib/mail/encodings/base64.rb", "lib/mail/encodings/encodings.rb", "lib/mail/encodings/quoted_printable.rb", "lib/mail/envelope.rb", "lib/mail/field.rb", "lib/mail/field_list.rb", "lib/mail/fields/bcc_field.rb", "lib/mail/fields/cc_field.rb", "lib/mail/fields/comments_field.rb", "lib/mail/fields/common/address_container.rb", "lib/mail/fields/common/common_address.rb", "lib/mail/fields/common/common_date.rb", "lib/mail/fields/common/common_field.rb", "lib/mail/fields/common/common_message_id.rb", "lib/mail/fields/common/parameter_hash.rb", "lib/mail/fields/content_description_field.rb", "lib/mail/fields/content_disposition_field.rb", "lib/mail/fields/content_id_field.rb", "lib/mail/fields/content_location_field.rb", "lib/mail/fields/content_transfer_encoding_field.rb", "lib/mail/fields/content_type_field.rb", "lib/mail/fields/date_field.rb", "lib/mail/fields/from_field.rb", "lib/mail/fields/in_reply_to_field.rb", "lib/mail/fields/keywords_field.rb", "lib/mail/fields/message_id_field.rb", "lib/mail/fields/mime_version_field.rb", "lib/mail/fields/optional_field.rb", "lib/mail/fields/received_field.rb", "lib/mail/fields/references_field.rb", "lib/mail/fields/reply_to_field.rb", "lib/mail/fields/resent_bcc_field.rb", "lib/mail/fields/resent_cc_field.rb", "lib/mail/fields/resent_date_field.rb", "lib/mail/fields/resent_from_field.rb", "lib/mail/fields/resent_message_id_field.rb", "lib/mail/fields/resent_sender_field.rb", "lib/mail/fields/resent_to_field.rb", "lib/mail/fields/return_path_field.rb", "lib/mail/fields/sender_field.rb", "lib/mail/fields/structured_field.rb", "lib/mail/fields/subject_field.rb", "lib/mail/fields/to_field.rb", "lib/mail/fields/unstructured_field.rb", "lib/mail/header.rb", "lib/mail/mail.rb", "lib/mail/message.rb", "lib/mail/network/delivery_methods/file_delivery.rb", "lib/mail/network/delivery_methods/sendmail.rb", "lib/mail/network/delivery_methods/smtp.rb", "lib/mail/network/delivery_methods/test_mailer.rb", "lib/mail/network/retriever_methods/imap.rb", "lib/mail/network/retriever_methods/pop3.rb", "lib/mail/parsers/address_lists.rb", "lib/mail/parsers/address_lists.treetop", "lib/mail/parsers/content_disposition.rb", "lib/mail/parsers/content_disposition.treetop", "lib/mail/parsers/content_location.rb", "lib/mail/parsers/content_location.treetop", "lib/mail/parsers/content_transfer_encoding.rb", "lib/mail/parsers/content_transfer_encoding.treetop", "lib/mail/parsers/content_type.rb", "lib/mail/parsers/content_type.treetop", "lib/mail/parsers/date_time.rb", "lib/mail/parsers/date_time.treetop", "lib/mail/parsers/envelope_from.rb", "lib/mail/parsers/envelope_from.treetop", "lib/mail/parsers/message_ids.rb", "lib/mail/parsers/message_ids.treetop", "lib/mail/parsers/mime_version.rb", "lib/mail/parsers/mime_version.treetop", "lib/mail/parsers/phrase_lists.rb", "lib/mail/parsers/phrase_lists.treetop", "lib/mail/parsers/received.rb", "lib/mail/parsers/received.treetop", "lib/mail/parsers/rfc2045.rb", "lib/mail/parsers/rfc2045.treetop", "lib/mail/parsers/rfc2822.rb", "lib/mail/parsers/rfc2822.treetop", "lib/mail/parsers/rfc2822_obsolete.rb", "lib/mail/parsers/rfc2822_obsolete.treetop", "lib/mail/part.rb", "lib/mail/parts_list.rb", "lib/mail/patterns.rb", "lib/mail/utilities.rb", "lib/mail/vendor/treetop-1.4.3/benchmark/seqpar.gnuplot", "lib/mail/vendor/treetop-1.4.3/benchmark/seqpar.treetop", "lib/mail/vendor/treetop-1.4.3/benchmark/seqpar_benchmark.rb", "lib/mail/vendor/treetop-1.4.3/bin/tt", "lib/mail/vendor/treetop-1.4.3/doc/contributing_and_planned_features.markdown", "lib/mail/vendor/treetop-1.4.3/doc/grammar_composition.markdown", "lib/mail/vendor/treetop-1.4.3/doc/index.markdown", "lib/mail/vendor/treetop-1.4.3/doc/pitfalls_and_advanced_techniques.markdown", "lib/mail/vendor/treetop-1.4.3/doc/semantic_interpretation.markdown", "lib/mail/vendor/treetop-1.4.3/doc/site.rb", "lib/mail/vendor/treetop-1.4.3/doc/sitegen.rb", "lib/mail/vendor/treetop-1.4.3/doc/syntactic_recognition.markdown", "lib/mail/vendor/treetop-1.4.3/doc/using_in_ruby.markdown", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.treetop", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic_node_classes.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic_test.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/lambda_calculus", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/lambda_calculus.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/lambda_calculus.treetop", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/lambda_calculus_node_classes.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/lambda_calculus_test.rb", "lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/test_helper.rb", "lib/mail/vendor/treetop-1.4.3/History.txt", "lib/mail/vendor/treetop-1.4.3/lib/treetop/bootstrap_gen_1_metagrammar.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/grammar_compiler.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/lexical_address_space.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/metagrammar.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/metagrammar.treetop", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/anything_symbol.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/atomic_expression.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/character_class.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/choice.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/declaration_sequence.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/grammar.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/inline_module.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/nonterminal.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/optional.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/parenthesized_expression.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/parsing_expression.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/parsing_rule.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/predicate.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/predicate_block.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/repetition.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/sequence.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/terminal.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/transient_prefix.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes/treetop_file.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/node_classes.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler/ruby_builder.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/compiler.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/ruby_extensions/string.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/ruby_extensions.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/compiled_parser.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/interval_skip_list/head_node.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/interval_skip_list/node.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/interval_skip_list.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/syntax_node.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/terminal_parse_failure.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime/terminal_syntax_node.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/runtime.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop/version.rb", "lib/mail/vendor/treetop-1.4.3/lib/treetop.rb", "lib/mail/vendor/treetop-1.4.3/LICENSE", "lib/mail/vendor/treetop-1.4.3/Rakefile", "lib/mail/vendor/treetop-1.4.3/README.md", "lib/mail/vendor/treetop-1.4.3/script/generate_metagrammar.rb", "lib/mail/vendor/treetop-1.4.3/script/svnadd", "lib/mail/vendor/treetop-1.4.3/script/svnrm", "lib/mail/vendor/treetop-1.4.3/spec/compiler/and_predicate_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/anything_symbol_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/character_class_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/choice_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/circular_compilation_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/failure_propagation_functional_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/grammar_compiler_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/grammar_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/multibyte_chars_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/nonterminal_symbol_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/not_predicate_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/one_or_more_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/optional_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/parenthesized_expression_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/parsing_rule_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/repeated_subrule_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/semantic_predicate_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/sequence_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/terminal_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/terminal_symbol_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/test_grammar.treetop", "lib/mail/vendor/treetop-1.4.3/spec/compiler/test_grammar.tt", "lib/mail/vendor/treetop-1.4.3/spec/compiler/test_grammar_do.treetop", "lib/mail/vendor/treetop-1.4.3/spec/compiler/tt_compiler_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/compiler/zero_or_more_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/composition/a.treetop", "lib/mail/vendor/treetop-1.4.3/spec/composition/b.treetop", "lib/mail/vendor/treetop-1.4.3/spec/composition/c.treetop", "lib/mail/vendor/treetop-1.4.3/spec/composition/d.treetop", "lib/mail/vendor/treetop-1.4.3/spec/composition/f.treetop", "lib/mail/vendor/treetop-1.4.3/spec/composition/grammar_composition_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/composition/subfolder/e_includes_c.treetop", "lib/mail/vendor/treetop-1.4.3/spec/ruby_extensions/string_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/compiled_parser_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/delete_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/expire_range_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/insert_and_delete_node.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/insert_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/interval_skip_list_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/palindromic_fixture.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/interval_skip_list/spec_helper.rb", "lib/mail/vendor/treetop-1.4.3/spec/runtime/syntax_node_spec.rb", "lib/mail/vendor/treetop-1.4.3/spec/spec_helper.rb", "lib/mail/vendor/treetop-1.4.3/spec/spec_suite.rb", "lib/mail/vendor/treetop-1.4.3/treetop.gemspec", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/info.plist", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Snippets/grammar ___ end.tmSnippet", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Snippets/rule ___ end.tmSnippet", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/designable.nib", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/keyedobjects.nib", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Support/syntax_tree_viewer.rb", "lib/mail/vendor/treetop-1.4.3/Treetop.tmbundle/Syntaxes/Treetop Grammar.tmLanguage", "lib/mail/vendor/treetop.rb", "lib/mail/version.rb", "lib/mail/version_specific/ruby_1_8.rb", "lib/mail/version_specific/ruby_1_9.rb", "lib/mail.rb", "lib/tasks/corpus.rake", "lib/tasks/treetop.rake", "CHANGELOG.rdoc"] s.homepage = %q{http://github.com/mikel/mail} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Mail provides a nice Ruby DSL for making, sending and reading emails.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.3.4"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 2.3.4"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 2.3.4"]) s.add_dependency(%q, [">= 0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/mail-2.1.2.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{memcache-client} s.version = "1.7.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Eric Hodel", "Robert Cottrell", "Mike Perham"] s.date = %q{2010-02-03} s.description = %q{A Ruby library for accessing memcached.} s.email = %q{mperham@gmail.com} s.extra_rdoc_files = ["LICENSE.txt", "README.rdoc"] s.files = ["FAQ.rdoc", "History.rdoc", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION.yml", "lib/continuum_native.rb", "lib/memcache.rb", "lib/memcache_util.rb", "performance.txt", "test/test_benchmark.rb", "test/test_mem_cache.rb"] s.homepage = %q{http://github.com/mperham/memcache-client} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{A Ruby library for accessing memcached.} s.test_files = ["test/test_benchmark.rb", "test/test_mem_cache.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/memcache-client-1.7.8.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mime-types} s.version = "1.16" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Austin Ziegler"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ8wDQYDVQQDDAZhdXN0\naW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZFgNv\ncmcwHhcNMDcxMTMwMDE0OTAwWhcNMDgxMTI5MDE0OTAwWjBBMQ8wDQYDVQQDDAZh\ndXN0aW4xGTAXBgoJkiaJk/IsZAEZFglydWJ5Zm9yZ2UxEzARBgoJkiaJk/IsZAEZ\nFgNvcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDOSg1riVV22ord\nq0t4YVx57GDPMqdjlnQ5M7D9iBnnW0c8pifegbb0dm+mC9hJSuPtcJS53+YPTy9F\nwlZbjI2cN+P0QLUUTOlZus2sHq7Pr9jz2nJf8hCT7t5Vlopv1N/xlKtXqpcyEkhJ\nJHTrxe1avGwuq8DIAIN01moQJ+hJlgrnR2eRJRazTGiXKBLGAFXDl/Agn78MHx6w\npzZ2APydo6Nuk7Ktq1MvCHzLzCACbOlYawFk3/9dbsmHhVjsi6YW+CpEJ2BnTy8X\nJBXlyNTk1JxDmcs3RzNr+9AmDQh3u4LcmJnWxtLJo9e7UBxH/bwVORJyf8dAOmOm\nHO6bFTLvAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW\nBBT9e1+pFfcV1LxVxILANqLtZzI/XTANBgkqhkiG9w0BAQUFAAOCAQEAhg42pvrL\nuVlqAaHqV88KqgnW2ymCWm0ePohicFTcyiS5Yj5cN3OXLsPV2x12zqvLCFsfpA4u\nD/85rngKFHITSW0h9e/CIT/pwQA6Uuqkbr0ypkoU6mlNIDS10PlK7aXXFTCP9X3f\nIndAajiNRgKwb67nj+zpQwHa6dmooyRQIRRijrMKTgY6ebaCCrm7J3BLLTJAyxOW\n+1nD0cuTkBEKIuSVK06E19Ml+xWt2bdtS9Wz/8jHivJ0SvUpbmhKVzh1rBslwm65\nJpQgg3SsV23vF4qkCa2dt1FL+FeWJyCdj23DV3598X72RYiK3D6muWURck16jqeA\nBRvUFuFHOwa/yA==\n-----END CERTIFICATE-----\n"] s.date = %q{2009-03-02} s.description = %q{MIME::Types for Ruby originally based on and synchronized with MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data format for the MIME::Type list has changed and the synchronization will no longer happen.} s.email = ["austin@rubyforge.org"] s.extra_rdoc_files = ["History.txt", "Install.txt", "Licence.txt", "README.txt"] s.files = ["History.txt", "Install.txt", "Licence.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/mime/types.rb", "lib/mime/types.rb.data", "mime-types.gemspec", "setup.rb", "test/test_mime_type.rb", "test/test_mime_types.rb"] s.homepage = %q{http://mime-types.rubyforge.org/} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{mime-types} s.rubygems_version = %q{1.3.5} s.summary = %q{Manages a MIME Content-Type database that will return the Content-Type for a given filename.} s.test_files = ["test/test_mime_type.rb", "test/test_mime_types.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["~> 0.5"]) s.add_development_dependency(%q, ["~> 1.2"]) s.add_development_dependency(%q, ["~> 0.8"]) s.add_development_dependency(%q, [">= 1.8.3"]) else s.add_dependency(%q, ["~> 0.5"]) s.add_dependency(%q, ["~> 1.2"]) s.add_dependency(%q, ["~> 0.8"]) s.add_dependency(%q, [">= 1.8.3"]) end else s.add_dependency(%q, ["~> 0.5"]) s.add_dependency(%q, ["~> 1.2"]) s.add_dependency(%q, ["~> 0.8"]) s.add_dependency(%q, [">= 1.8.3"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/mime-types-1.16.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{minitest} s.version = "1.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ryan Davis"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu\nZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB\nGRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE\nAwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS\nJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda\nb9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx\ntaCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT\noOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh\nGiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt\nqhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV\ngBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw\nHQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB\nAQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m\nvzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/\nw6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0\nl1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl\nn0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T\nFBHgymkyj/AOSqKRIpXPhjC6\n-----END CERTIFICATE-----\n"] s.date = %q{2010-01-06} s.description = %q{minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete spec engine. mini/mock, by Steven Baker, is a beautifully tiny mock object framework. (This package was called miniunit once upon a time)} s.email = ["ryand-ruby@zenspider.com"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = [".autotest", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "design_rationale.rb", "lib/minitest/autorun.rb", "lib/minitest/mock.rb", "lib/minitest/spec.rb", "lib/minitest/unit.rb", "test/test_mini_mock.rb", "test/test_mini_spec.rb", "test/test_mini_test.rb"] s.homepage = %q{http://rubyforge.org/projects/bfts} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{bfts} s.rubygems_version = %q{1.3.5} s.summary = %q{minitest/unit is a small and fast replacement for ruby's huge and slow test/unit} s.test_files = ["test/test_mini_mock.rb", "test/test_mini_spec.rb", "test/test_mini_test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 2.0.3"]) s.add_development_dependency(%q, [">= 0.2.1"]) s.add_development_dependency(%q, [">= 1.4.2"]) s.add_development_dependency(%q, [">= 2.5.0"]) else s.add_dependency(%q, [">= 2.0.3"]) s.add_dependency(%q, [">= 0.2.1"]) s.add_dependency(%q, [">= 1.4.2"]) s.add_dependency(%q, [">= 2.5.0"]) end else s.add_dependency(%q, [">= 2.0.3"]) s.add_dependency(%q, [">= 0.2.1"]) s.add_dependency(%q, [">= 1.4.2"]) s.add_dependency(%q, [">= 2.5.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-1.5.0.gemspec' WARNING: #' for nil:NilClass> Gem::Specification.new do |s| s.name = "minitest" s.version = "1.4.2" s.summary = "This minitest is bundled with Ruby" end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/minitest.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mysql} s.version = "2.8.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["TOMITA Masahiro"] s.date = %q{2009-08-21} s.description = %q{This is the MySQL API module for Ruby. It provides the same functions for Ruby programs that the MySQL C API provides for C programs. This is a conversion of tmtm's original extension into a proper RubyGems.} s.email = ["tommy@tmtm.org"] s.extensions = ["ext/mysql_api/extconf.rb"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = ["COPYING", "COPYING.ja", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "ext/mysql_api/extconf.rb", "ext/mysql_api/mysql.c", "extra/README.html", "extra/README_ja.html", "extra/tommy.css", "lib/mysql.rb", "tasks/gem.rake", "tasks/native.rake", "tasks/vendor_mysql.rake", "test/test_mysql.rb"] s.homepage = %q{http://mysql-win.rubyforge.org} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib", "ext"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.6") s.rubyforge_project = %q{mysql-win} s.rubygems_version = %q{1.3.5} s.summary = %q{This is the MySQL API module for Ruby} s.test_files = ["test/test_mysql.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["~> 0.5"]) s.add_development_dependency(%q, [">= 2.3.3"]) else s.add_dependency(%q, ["~> 0.5"]) s.add_dependency(%q, [">= 2.3.3"]) end else s.add_dependency(%q, ["~> 0.5"]) s.add_dependency(%q, [">= 2.3.3"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.8.1.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rack} s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Christian Neukirchen"] s.date = %q{2010-01-03} s.default_executable = %q{rackup} s.description = %q{Rack provides minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Also see http://rack.rubyforge.org. } s.email = %q{chneukirchen@gmail.com} s.executables = ["rackup"] s.extra_rdoc_files = ["README", "SPEC", "KNOWN-ISSUES"] s.files = ["bin/rackup", "contrib/rack_logo.svg", "example/lobster.ru", "example/protectedlobster.rb", "example/protectedlobster.ru", "lib/rack/adapter/camping.rb", "lib/rack/auth/abstract/handler.rb", "lib/rack/auth/abstract/request.rb", "lib/rack/auth/basic.rb", "lib/rack/auth/digest/md5.rb", "lib/rack/auth/digest/nonce.rb", "lib/rack/auth/digest/params.rb", "lib/rack/auth/digest/request.rb", "lib/rack/builder.rb", "lib/rack/cascade.rb", "lib/rack/chunked.rb", "lib/rack/commonlogger.rb", "lib/rack/conditionalget.rb", "lib/rack/config.rb", "lib/rack/content_length.rb", "lib/rack/content_type.rb", "lib/rack/deflater.rb", "lib/rack/directory.rb", "lib/rack/etag.rb", "lib/rack/file.rb", "lib/rack/handler/cgi.rb", "lib/rack/handler/evented_mongrel.rb", "lib/rack/handler/fastcgi.rb", "lib/rack/handler/lsws.rb", "lib/rack/handler/mongrel.rb", "lib/rack/handler/scgi.rb", "lib/rack/handler/swiftiplied_mongrel.rb", "lib/rack/handler/thin.rb", "lib/rack/handler/webrick.rb", "lib/rack/handler.rb", "lib/rack/head.rb", "lib/rack/lint.rb", "lib/rack/lobster.rb", "lib/rack/lock.rb", "lib/rack/logger.rb", "lib/rack/methodoverride.rb", "lib/rack/mime.rb", "lib/rack/mock.rb", "lib/rack/nulllogger.rb", "lib/rack/recursive.rb", "lib/rack/reloader.rb", "lib/rack/request.rb", "lib/rack/response.rb", "lib/rack/rewindable_input.rb", "lib/rack/runtime.rb", "lib/rack/sendfile.rb", "lib/rack/server.rb", "lib/rack/session/abstract/id.rb", "lib/rack/session/cookie.rb", "lib/rack/session/memcache.rb", "lib/rack/session/pool.rb", "lib/rack/showexceptions.rb", "lib/rack/showstatus.rb", "lib/rack/static.rb", "lib/rack/urlmap.rb", "lib/rack/utils.rb", "lib/rack.rb", "COPYING", "KNOWN-ISSUES", "rack.gemspec", "RDOX", "README", "SPEC", "test/spec_rack_auth_basic.rb", "test/spec_rack_auth_digest.rb", "test/spec_rack_builder.rb", "test/spec_rack_camping.rb", "test/spec_rack_cascade.rb", "test/spec_rack_cgi.rb", "test/spec_rack_chunked.rb", "test/spec_rack_commonlogger.rb", "test/spec_rack_conditionalget.rb", "test/spec_rack_config.rb", "test/spec_rack_content_length.rb", "test/spec_rack_content_type.rb", "test/spec_rack_deflater.rb", "test/spec_rack_directory.rb", "test/spec_rack_etag.rb", "test/spec_rack_fastcgi.rb", "test/spec_rack_file.rb", "test/spec_rack_handler.rb", "test/spec_rack_head.rb", "test/spec_rack_lint.rb", "test/spec_rack_lobster.rb", "test/spec_rack_lock.rb", "test/spec_rack_logger.rb", "test/spec_rack_methodoverride.rb", "test/spec_rack_mock.rb", "test/spec_rack_mongrel.rb", "test/spec_rack_nulllogger.rb", "test/spec_rack_recursive.rb", "test/spec_rack_request.rb", "test/spec_rack_response.rb", "test/spec_rack_rewindable_input.rb", "test/spec_rack_runtime.rb", "test/spec_rack_sendfile.rb", "test/spec_rack_session_cookie.rb", "test/spec_rack_session_memcache.rb", "test/spec_rack_session_pool.rb", "test/spec_rack_showexceptions.rb", "test/spec_rack_showstatus.rb", "test/spec_rack_static.rb", "test/spec_rack_thin.rb", "test/spec_rack_urlmap.rb", "test/spec_rack_utils.rb", "test/spec_rack_webrick.rb", "test/spec_rackup.rb"] s.homepage = %q{http://rack.rubyforge.org} s.require_paths = ["lib"] s.rubyforge_project = %q{rack} s.rubygems_version = %q{1.3.5} s.summary = %q{a modular Ruby webserver interface} s.test_files = ["test/spec_rack_auth_basic.rb", "test/spec_rack_auth_digest.rb", "test/spec_rack_builder.rb", "test/spec_rack_camping.rb", "test/spec_rack_cascade.rb", "test/spec_rack_cgi.rb", "test/spec_rack_chunked.rb", "test/spec_rack_commonlogger.rb", "test/spec_rack_conditionalget.rb", "test/spec_rack_config.rb", "test/spec_rack_content_length.rb", "test/spec_rack_content_type.rb", "test/spec_rack_deflater.rb", "test/spec_rack_directory.rb", "test/spec_rack_etag.rb", "test/spec_rack_fastcgi.rb", "test/spec_rack_file.rb", "test/spec_rack_handler.rb", "test/spec_rack_head.rb", "test/spec_rack_lint.rb", "test/spec_rack_lobster.rb", "test/spec_rack_lock.rb", "test/spec_rack_logger.rb", "test/spec_rack_methodoverride.rb", "test/spec_rack_mock.rb", "test/spec_rack_mongrel.rb", "test/spec_rack_nulllogger.rb", "test/spec_rack_recursive.rb", "test/spec_rack_request.rb", "test/spec_rack_response.rb", "test/spec_rack_rewindable_input.rb", "test/spec_rack_runtime.rb", "test/spec_rack_sendfile.rb", "test/spec_rack_session_cookie.rb", "test/spec_rack_session_memcache.rb", "test/spec_rack_session_pool.rb", "test/spec_rack_showexceptions.rb", "test/spec_rack_showstatus.rb", "test/spec_rack_static.rb", "test/spec_rack_thin.rb", "test/spec_rack_urlmap.rb", "test/spec_rack_utils.rb", "test/spec_rack_webrick.rb", "test/spec_rackup.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.1.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rack-mount} s.version = "0.4.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Peek"] s.date = %q{2010-01-17} s.description = %q{Stackable dynamic tree based Rack router} s.email = %q{josh@joshpeek.com} s.extra_rdoc_files = ["README.rdoc", "LICENSE"] s.files = ["lib/rack/mount/analysis/frequency.rb", "lib/rack/mount/analysis/histogram.rb", "lib/rack/mount/analysis/splitting.rb", "lib/rack/mount/exceptions.rb", "lib/rack/mount/generatable_regexp.rb", "lib/rack/mount/generation/route.rb", "lib/rack/mount/generation/route_set.rb", "lib/rack/mount/mixover.rb", "lib/rack/mount/multimap.rb", "lib/rack/mount/prefix.rb", "lib/rack/mount/recognition/code_generation.rb", "lib/rack/mount/recognition/route.rb", "lib/rack/mount/recognition/route_set.rb", "lib/rack/mount/regexp_with_named_groups.rb", "lib/rack/mount/route.rb", "lib/rack/mount/route_set.rb", "lib/rack/mount/strexp/parser.rb", "lib/rack/mount/strexp/tokenizer.rb", "lib/rack/mount/strexp.rb", "lib/rack/mount/utils.rb", "lib/rack/mount/vendor/multimap/multimap.rb", "lib/rack/mount/vendor/multimap/multiset.rb", "lib/rack/mount/vendor/multimap/nested_multimap.rb", "lib/rack/mount/vendor/reginald/reginald/alternation.rb", "lib/rack/mount/vendor/reginald/reginald/anchor.rb", "lib/rack/mount/vendor/reginald/reginald/atom.rb", "lib/rack/mount/vendor/reginald/reginald/character.rb", "lib/rack/mount/vendor/reginald/reginald/character_class.rb", "lib/rack/mount/vendor/reginald/reginald/collection.rb", "lib/rack/mount/vendor/reginald/reginald/expression.rb", "lib/rack/mount/vendor/reginald/reginald/group.rb", "lib/rack/mount/vendor/reginald/reginald/parser.rb", "lib/rack/mount/vendor/reginald/reginald/tokenizer.rb", "lib/rack/mount/vendor/reginald/reginald.rb", "lib/rack/mount.rb", "README.rdoc", "LICENSE"] s.homepage = %q{http://github.com/josh/rack-mount} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Stackable dynamic tree based Rack router} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.0.0"]) else s.add_dependency(%q, [">= 1.0.0"]) end else s.add_dependency(%q, [">= 1.0.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rack-mount-0.4.5.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rack-test} s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp"] s.date = %q{2009-11-27} s.description = %q{Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature.} s.email = %q{bryan@brynary.com} s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE.txt"] s.files = [".document", ".gitignore", "History.txt", "MIT-LICENSE.txt", "README.rdoc", "Rakefile", "Thorfile", "lib/rack/mock_session.rb", "lib/rack/test.rb", "lib/rack/test/cookie_jar.rb", "lib/rack/test/methods.rb", "lib/rack/test/mock_digest_request.rb", "lib/rack/test/uploaded_file.rb", "lib/rack/test/utils.rb", "rack-test.gemspec", "spec/fixtures/config.ru", "spec/fixtures/fake_app.rb", "spec/fixtures/foo.txt", "spec/rack/test/cookie_spec.rb", "spec/rack/test/digest_auth_spec.rb", "spec/rack/test/multipart_spec.rb", "spec/rack/test/utils_spec.rb", "spec/rack/test_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"] s.homepage = %q{http://github.com/brynary/rack-test} s.require_paths = ["lib"] s.rubyforge_project = %q{rack-test} s.rubygems_version = %q{1.3.5} s.summary = %q{Simple testing API built on Rack} s.test_files = ["spec/fixtures/fake_app.rb", "spec/rack/test/cookie_spec.rb", "spec/rack/test/digest_auth_spec.rb", "spec/rack/test/multipart_spec.rb", "spec/rack/test/utils_spec.rb", "spec/rack/test_spec.rb", "spec/spec_helper.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.0"]) else s.add_dependency(%q, [">= 1.0"]) end else s.add_dependency(%q, [">= 1.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.5.3.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rails} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.description = %q{Full-stack web-application framework.} s.email = %q{david@loudthinking.com} s.homepage = %q{http://www.rubyonrails.org} s.require_paths = [[]] s.rubyforge_project = %q{rails} s.rubygems_version = %q{1.3.5} s.summary = %q{Full-stack web-application framework.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, [">= 0.9.2"]) else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, [">= 0.9.2"]) end else s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, [">= 0.9.2"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rails-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{railties} s.version = "3.0.0.beta" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["David Heinemeier Hansson"] s.date = %q{2010-02-04} s.default_executable = %q{rails} s.description = %q{Controls boot-up, rake tasks and generators for the Rails framework.} s.email = %q{david@loudthinking.com} s.executables = ["rails"] s.files = ["CHANGELOG", "README", "bin/rails", "builtin/rails_info/rails/info.rb", "builtin/rails_info/rails/info_controller.rb", "builtin/rails_info/rails/info_helper.rb", "builtin/routes.rb", "guides/files/javascripts/code_highlighter.js", "guides/files/javascripts/guides.js", "guides/files/javascripts/highlighters.js", "guides/files/stylesheets/main.css", "guides/files/stylesheets/print.css", "guides/files/stylesheets/reset.css", "guides/files/stylesheets/style.css", "guides/files/stylesheets/syntax.css", "guides/images/belongs_to.png", "guides/images/book_icon.gif", "guides/images/bullet.gif", "guides/images/chapters_icon.gif", "guides/images/check_bullet.gif", "guides/images/credits_pic_blank.gif", "guides/images/csrf.png", "guides/images/customized_error_messages.png", "guides/images/error_messages.png", "guides/images/feature_tile.gif", "guides/images/footer_tile.gif", "guides/images/fxn.png", "guides/images/grey_bullet.gif", "guides/images/habtm.png", "guides/images/has_many.png", "guides/images/has_many_through.png", "guides/images/has_one.png", "guides/images/has_one_through.png", "guides/images/header_backdrop.png", "guides/images/header_tile.gif", "guides/images/i18n/demo_localized_pirate.png", "guides/images/i18n/demo_translated_en.png", "guides/images/i18n/demo_translated_pirate.png", "guides/images/i18n/demo_translation_missing.png", "guides/images/i18n/demo_untranslated.png", "guides/images/icons/callouts/1.png", "guides/images/icons/callouts/10.png", "guides/images/icons/callouts/11.png", "guides/images/icons/callouts/12.png", "guides/images/icons/callouts/13.png", "guides/images/icons/callouts/14.png", "guides/images/icons/callouts/15.png", "guides/images/icons/callouts/2.png", "guides/images/icons/callouts/3.png", "guides/images/icons/callouts/4.png", "guides/images/icons/callouts/5.png", "guides/images/icons/callouts/6.png", "guides/images/icons/callouts/7.png", "guides/images/icons/callouts/8.png", "guides/images/icons/callouts/9.png", "guides/images/icons/caution.png", "guides/images/icons/example.png", "guides/images/icons/home.png", "guides/images/icons/important.png", "guides/images/icons/next.png", "guides/images/icons/note.png", "guides/images/icons/prev.png", "guides/images/icons/README", "guides/images/icons/tip.png", "guides/images/icons/up.png", "guides/images/icons/warning.png", "guides/images/nav_arrow.gif", "guides/images/polymorphic.png", "guides/images/posts_index.png", "guides/images/rails_guides_logo.gif", "guides/images/rails_logo_remix.gif", "guides/images/rails_welcome.png", "guides/images/session_fixation.png", "guides/images/tab_grey.gif", "guides/images/tab_info.gif", "guides/images/tab_note.gif", "guides/images/tab_red.gif", "guides/images/tab_yellow.gif", "guides/images/tab_yellow.png", "guides/images/validation_error_messages.png", "guides/rails_guides/generator.rb", "guides/rails_guides/helpers.rb", "guides/rails_guides/indexer.rb", "guides/rails_guides/levenshtein.rb", "guides/rails_guides/textile_extensions.rb", "guides/rails_guides.rb", "guides/source/2_2_release_notes.textile", "guides/source/2_3_release_notes.textile", "guides/source/3_0_release_notes.textile", "guides/source/action_controller_overview.textile", "guides/source/action_mailer_basics.textile", "guides/source/action_view_overview.textile", "guides/source/active_record_basics.textile", "guides/source/active_record_querying.textile", "guides/source/active_support_core_extensions.textile", "guides/source/activerecord_validations_callbacks.textile", "guides/source/ajax_on_rails.textile", "guides/source/association_basics.textile", "guides/source/caching_with_rails.textile", "guides/source/command_line.textile", "guides/source/configuring.textile", "guides/source/contribute.textile", "guides/source/contributing_to_rails.textile", "guides/source/credits.textile.erb", "guides/source/debugging_rails_applications.textile", "guides/source/form_helpers.textile", "guides/source/generators.textile", "guides/source/getting_started.textile", "guides/source/i18n.textile", "guides/source/index.textile.erb", "guides/source/layout.html.erb", "guides/source/layouts_and_rendering.textile", "guides/source/migrations.textile", "guides/source/nested_model_forms.textile", "guides/source/performance_testing.textile", "guides/source/plugins.textile", "guides/source/rails_application_templates.textile", "guides/source/rails_on_rack.textile", "guides/source/routing.textile", "guides/source/security.textile", "guides/source/testing.textile", "lib/generators/erb/controller/controller_generator.rb", "lib/generators/erb/controller/templates/view.html.erb", "lib/generators/erb/mailer/mailer_generator.rb", "lib/generators/erb/mailer/templates/view.text.erb", "lib/generators/erb/scaffold/scaffold_generator.rb", "lib/generators/erb/scaffold/templates/_form.html.erb", "lib/generators/erb/scaffold/templates/edit.html.erb", "lib/generators/erb/scaffold/templates/index.html.erb", "lib/generators/erb/scaffold/templates/layout.html.erb", "lib/generators/erb/scaffold/templates/new.html.erb", "lib/generators/erb/scaffold/templates/show.html.erb", "lib/generators/erb.rb", "lib/generators/rails/app/app_generator.rb", "lib/generators/rails/app/templates/app/controllers/application_controller.rb", "lib/generators/rails/app/templates/app/helpers/application_helper.rb", "lib/generators/rails/app/templates/config/application.rb", "lib/generators/rails/app/templates/config/boot.rb", "lib/generators/rails/app/templates/config/databases/frontbase.yml", "lib/generators/rails/app/templates/config/databases/ibm_db.yml", "lib/generators/rails/app/templates/config/databases/mysql.yml", "lib/generators/rails/app/templates/config/databases/oracle.yml", "lib/generators/rails/app/templates/config/databases/postgresql.yml", "lib/generators/rails/app/templates/config/databases/sqlite3.yml", "lib/generators/rails/app/templates/config/environment.rb", "lib/generators/rails/app/templates/config/environments/development.rb.tt", "lib/generators/rails/app/templates/config/environments/production.rb.tt", "lib/generators/rails/app/templates/config/environments/test.rb.tt", "lib/generators/rails/app/templates/config/initializers/backtrace_silencers.rb", "lib/generators/rails/app/templates/config/initializers/cookie_verification_secret.rb.tt", "lib/generators/rails/app/templates/config/initializers/inflections.rb", "lib/generators/rails/app/templates/config/initializers/mime_types.rb", "lib/generators/rails/app/templates/config/initializers/session_store.rb.tt", "lib/generators/rails/app/templates/config/locales/en.yml", "lib/generators/rails/app/templates/config/routes.rb", "lib/generators/rails/app/templates/config.ru", "lib/generators/rails/app/templates/db/seeds.rb", "lib/generators/rails/app/templates/doc/README_FOR_APP", "lib/generators/rails/app/templates/Gemfile", "lib/generators/rails/app/templates/gitignore", "lib/generators/rails/app/templates/public/404.html", "lib/generators/rails/app/templates/public/422.html", "lib/generators/rails/app/templates/public/500.html", "lib/generators/rails/app/templates/public/favicon.ico", "lib/generators/rails/app/templates/public/images/rails.png", "lib/generators/rails/app/templates/public/index.html", "lib/generators/rails/app/templates/public/javascripts/application.js", "lib/generators/rails/app/templates/public/javascripts/controls.js", "lib/generators/rails/app/templates/public/javascripts/dragdrop.js", "lib/generators/rails/app/templates/public/javascripts/effects.js", "lib/generators/rails/app/templates/public/javascripts/prototype.js", "lib/generators/rails/app/templates/public/javascripts/rails.js", "lib/generators/rails/app/templates/public/robots.txt", "lib/generators/rails/app/templates/Rakefile", "lib/generators/rails/app/templates/README", "lib/generators/rails/app/templates/script/rails", "lib/generators/rails/app/templates/test/performance/browsing_test.rb", "lib/generators/rails/app/templates/test/test_helper.rb", "lib/generators/rails/app/USAGE", "lib/generators/rails/controller/controller_generator.rb", "lib/generators/rails/controller/templates/controller.rb", "lib/generators/rails/controller/USAGE", "lib/generators/rails/generator/generator_generator.rb", "lib/generators/rails/generator/templates/%file_name%_generator.rb.tt", "lib/generators/rails/generator/templates/USAGE.tt", "lib/generators/rails/generator/USAGE", "lib/generators/rails/helper/helper_generator.rb", "lib/generators/rails/helper/templates/helper.rb", "lib/generators/rails/helper/USAGE", "lib/generators/rails/integration_test/integration_test_generator.rb", "lib/generators/rails/integration_test/USAGE", "lib/generators/rails/mailer/mailer_generator.rb", "lib/generators/rails/mailer/templates/mailer.rb", "lib/generators/rails/mailer/USAGE", "lib/generators/rails/metal/metal_generator.rb", "lib/generators/rails/metal/templates/metal.rb", "lib/generators/rails/metal/USAGE", "lib/generators/rails/migration/migration_generator.rb", "lib/generators/rails/migration/USAGE", "lib/generators/rails/model/model_generator.rb", "lib/generators/rails/model/USAGE", "lib/generators/rails/model_subclass/model_subclass_generator.rb", "lib/generators/rails/observer/observer_generator.rb", "lib/generators/rails/observer/USAGE", "lib/generators/rails/performance_test/performance_test_generator.rb", "lib/generators/rails/performance_test/USAGE", "lib/generators/rails/plugin/plugin_generator.rb", "lib/generators/rails/plugin/templates/init.rb", "lib/generators/rails/plugin/templates/install.rb", "lib/generators/rails/plugin/templates/lib/%file_name%.rb.tt", "lib/generators/rails/plugin/templates/lib/tasks/%file_name%_tasks.rake.tt", "lib/generators/rails/plugin/templates/MIT-LICENSE.tt", "lib/generators/rails/plugin/templates/Rakefile.tt", "lib/generators/rails/plugin/templates/README.tt", "lib/generators/rails/plugin/templates/uninstall.rb", "lib/generators/rails/plugin/USAGE", "lib/generators/rails/resource/resource_generator.rb", "lib/generators/rails/resource/USAGE", "lib/generators/rails/scaffold/scaffold_generator.rb", "lib/generators/rails/scaffold/USAGE", "lib/generators/rails/scaffold_controller/scaffold_controller_generator.rb", "lib/generators/rails/scaffold_controller/templates/controller.rb", "lib/generators/rails/scaffold_controller/USAGE", "lib/generators/rails/session_migration/session_migration_generator.rb", "lib/generators/rails/session_migration/USAGE", "lib/generators/rails/stylesheets/stylesheets_generator.rb", "lib/generators/rails/stylesheets/templates/scaffold.css", "lib/generators/rails/stylesheets/USAGE", "lib/generators/test_unit/controller/controller_generator.rb", "lib/generators/test_unit/controller/templates/functional_test.rb", "lib/generators/test_unit/helper/helper_generator.rb", "lib/generators/test_unit/helper/templates/helper_test.rb", "lib/generators/test_unit/integration/integration_generator.rb", "lib/generators/test_unit/integration/templates/integration_test.rb", "lib/generators/test_unit/mailer/mailer_generator.rb", "lib/generators/test_unit/mailer/templates/fixture", "lib/generators/test_unit/mailer/templates/functional_test.rb", "lib/generators/test_unit/model/model_generator.rb", "lib/generators/test_unit/model/templates/fixtures.yml", "lib/generators/test_unit/model/templates/unit_test.rb", "lib/generators/test_unit/observer/observer_generator.rb", "lib/generators/test_unit/observer/templates/unit_test.rb", "lib/generators/test_unit/performance/performance_generator.rb", "lib/generators/test_unit/performance/templates/performance_test.rb", "lib/generators/test_unit/plugin/plugin_generator.rb", "lib/generators/test_unit/plugin/templates/%file_name%_test.rb.tt", "lib/generators/test_unit/plugin/templates/test_helper.rb", "lib/generators/test_unit/scaffold/scaffold_generator.rb", "lib/generators/test_unit/scaffold/templates/functional_test.rb", "lib/generators/test_unit.rb", "lib/rails/all.rb", "lib/rails/application/bootstrap.rb", "lib/rails/application/configurable.rb", "lib/rails/application/configuration.rb", "lib/rails/application/finisher.rb", "lib/rails/application/metal_loader.rb", "lib/rails/application/railties.rb", "lib/rails/application/routes_reloader.rb", "lib/rails/application.rb", "lib/rails/backtrace_cleaner.rb", "lib/rails/code_statistics.rb", "lib/rails/commands/application.rb", "lib/rails/commands/console.rb", "lib/rails/commands/dbconsole.rb", "lib/rails/commands/destroy.rb", "lib/rails/commands/generate.rb", "lib/rails/commands/performance/benchmarker.rb", "lib/rails/commands/performance/profiler.rb", "lib/rails/commands/plugin.rb", "lib/rails/commands/runner.rb", "lib/rails/commands/server.rb", "lib/rails/commands/update.rb", "lib/rails/commands.rb", "lib/rails/configuration.rb", "lib/rails/console/app.rb", "lib/rails/console/helpers.rb", "lib/rails/console/sandbox.rb", "lib/rails/deprecation.rb", "lib/rails/dispatcher.rb", "lib/rails/engine/configurable.rb", "lib/rails/engine/configuration.rb", "lib/rails/engine.rb", "lib/rails/generators/actions.rb", "lib/rails/generators/active_model.rb", "lib/rails/generators/base.rb", "lib/rails/generators/generated_attribute.rb", "lib/rails/generators/migration.rb", "lib/rails/generators/named_base.rb", "lib/rails/generators/resource_helpers.rb", "lib/rails/generators/test_case.rb", "lib/rails/generators.rb", "lib/rails/initializable.rb", "lib/rails/paths.rb", "lib/rails/performance_test_help.rb", "lib/rails/plugin.rb", "lib/rails/rack/debugger.rb", "lib/rails/rack/log_tailer.rb", "lib/rails/rack/logger.rb", "lib/rails/rack/static.rb", "lib/rails/rack.rb", "lib/rails/railtie/configurable.rb", "lib/rails/railtie/configuration.rb", "lib/rails/railtie.rb", "lib/rails/railties_path.rb", "lib/rails/ruby_version_check.rb", "lib/rails/rubyprof_ext.rb", "lib/rails/source_annotation_extractor.rb", "lib/rails/subscriber/test_helper.rb", "lib/rails/subscriber.rb", "lib/rails/tasks/annotations.rake", "lib/rails/tasks/documentation.rake", "lib/rails/tasks/framework.rake", "lib/rails/tasks/log.rake", "lib/rails/tasks/middleware.rake", "lib/rails/tasks/misc.rake", "lib/rails/tasks/routes.rake", "lib/rails/tasks/statistics.rake", "lib/rails/tasks/tmp.rake", "lib/rails/tasks.rb", "lib/rails/test_help.rb", "lib/rails/test_unit/railtie.rb", "lib/rails/test_unit/testing.rake", "lib/rails/version.rb", "lib/rails/webrick_server.rb", "lib/rails.rb", "lib/generators/rails/app/templates/app/models/.empty_directory", "lib/generators/rails/app/templates/app/views/layouts/.empty_directory", "lib/generators/rails/app/templates/public/stylesheets/.empty_directory", "lib/generators/rails/app/templates/test/fixtures/.empty_directory", "lib/generators/rails/app/templates/test/functional/.empty_directory", "lib/generators/rails/app/templates/test/integration/.empty_directory", "lib/generators/rails/app/templates/test/unit/.empty_directory", "lib/generators/rails/generator/templates/templates/.empty_directory"] s.homepage = %q{http://www.rubyonrails.org} s.rdoc_options = ["--exclude", "."] s.require_paths = ["lib"] s.rubyforge_project = %q{rails} s.rubygems_version = %q{1.3.5} s.summary = %q{Controls boot-up, rake tasks and generators for the Rails framework.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.8.3"]) s.add_runtime_dependency(%q, ["~> 0.13"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) s.add_runtime_dependency(%q, ["= 3.0.0.beta"]) else s.add_dependency(%q, [">= 0.8.3"]) s.add_dependency(%q, ["~> 0.13"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) end else s.add_dependency(%q, [">= 0.8.3"]) s.add_dependency(%q, ["~> 0.13"]) s.add_dependency(%q, ["= 3.0.0.beta"]) s.add_dependency(%q, ["= 3.0.0.beta"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/railties-3.0.0.beta.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rake} s.version = "0.8.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jim Weirich"] s.date = %q{2009-05-15} s.default_executable = %q{rake} s.description = %q{Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.} s.email = %q{jim@weirichhouse.org} s.executables = ["rake"] s.extra_rdoc_files = ["README", "MIT-LICENSE", "TODO", "CHANGES", "doc/command_line_usage.rdoc", "doc/glossary.rdoc", "doc/proto_rake.rdoc", "doc/rakefile.rdoc", "doc/rational.rdoc", "doc/release_notes/rake-0.4.14.rdoc", "doc/release_notes/rake-0.4.15.rdoc", "doc/release_notes/rake-0.5.0.rdoc", "doc/release_notes/rake-0.5.3.rdoc", "doc/release_notes/rake-0.5.4.rdoc", "doc/release_notes/rake-0.6.0.rdoc", "doc/release_notes/rake-0.7.0.rdoc", "doc/release_notes/rake-0.7.1.rdoc", "doc/release_notes/rake-0.7.2.rdoc", "doc/release_notes/rake-0.7.3.rdoc", "doc/release_notes/rake-0.8.0.rdoc", "doc/release_notes/rake-0.8.2.rdoc", "doc/release_notes/rake-0.8.3.rdoc", "doc/release_notes/rake-0.8.4.rdoc", "doc/release_notes/rake-0.8.5.rdoc", "doc/release_notes/rake-0.8.6.rdoc", "doc/release_notes/rake-0.8.7.rdoc"] s.files = ["install.rb", "CHANGES", "MIT-LICENSE", "Rakefile", "README", "TODO", "bin/rake", "lib/rake/alt_system.rb", "lib/rake/classic_namespace.rb", "lib/rake/clean.rb", "lib/rake/contrib/compositepublisher.rb", "lib/rake/contrib/ftptools.rb", "lib/rake/contrib/publisher.rb", "lib/rake/contrib/rubyforgepublisher.rb", "lib/rake/contrib/sshpublisher.rb", "lib/rake/contrib/sys.rb", "lib/rake/gempackagetask.rb", "lib/rake/loaders/makefile.rb", "lib/rake/packagetask.rb", "lib/rake/rake_test_loader.rb", "lib/rake/rdoctask.rb", "lib/rake/ruby182_test_unit_fix.rb", "lib/rake/runtest.rb", "lib/rake/tasklib.rb", "lib/rake/testtask.rb", "lib/rake/win32.rb", "lib/rake.rb", "test/capture_stdout.rb", "test/check_expansion.rb", "test/check_no_expansion.rb", "test/contrib/test_sys.rb", "test/data/rakelib/test1.rb", "test/data/rbext/rakefile.rb", "test/filecreation.rb", "test/functional.rb", "test/in_environment.rb", "test/rake_test_setup.rb", "test/reqfile.rb", "test/reqfile2.rb", "test/session_functional.rb", "test/shellcommand.rb", "test/test_application.rb", "test/test_clean.rb", "test/test_definitions.rb", "test/test_earlytime.rb", "test/test_extension.rb", "test/test_file_creation_task.rb", "test/test_file_task.rb", "test/test_filelist.rb", "test/test_fileutils.rb", "test/test_ftp.rb", "test/test_invocation_chain.rb", "test/test_makefile_loader.rb", "test/test_multitask.rb", "test/test_namespace.rb", "test/test_package_task.rb", "test/test_pathmap.rb", "test/test_pseudo_status.rb", "test/test_rake.rb", "test/test_rdoc_task.rb", "test/test_require.rb", "test/test_rules.rb", "test/test_task_arguments.rb", "test/test_task_manager.rb", "test/test_tasklib.rb", "test/test_tasks.rb", "test/test_test_task.rb", "test/test_top_level_functions.rb", "test/test_win32.rb", "test/data/imports/deps.mf", "test/data/sample.mf", "test/data/chains/Rakefile", "test/data/default/Rakefile", "test/data/dryrun/Rakefile", "test/data/file_creation_task/Rakefile", "test/data/imports/Rakefile", "test/data/multidesc/Rakefile", "test/data/namespace/Rakefile", "test/data/statusreturn/Rakefile", "test/data/unittest/Rakefile", "test/data/unittest/subdir", "doc/command_line_usage.rdoc", "doc/example", "doc/example/a.c", "doc/example/b.c", "doc/example/main.c", "doc/example/Rakefile1", "doc/example/Rakefile2", "doc/glossary.rdoc", "doc/jamis.rb", "doc/proto_rake.rdoc", "doc/rake.1.gz", "doc/rakefile.rdoc", "doc/rational.rdoc", "doc/release_notes", "doc/release_notes/rake-0.4.14.rdoc", "doc/release_notes/rake-0.4.15.rdoc", "doc/release_notes/rake-0.5.0.rdoc", "doc/release_notes/rake-0.5.3.rdoc", "doc/release_notes/rake-0.5.4.rdoc", "doc/release_notes/rake-0.6.0.rdoc", "doc/release_notes/rake-0.7.0.rdoc", "doc/release_notes/rake-0.7.1.rdoc", "doc/release_notes/rake-0.7.2.rdoc", "doc/release_notes/rake-0.7.3.rdoc", "doc/release_notes/rake-0.8.0.rdoc", "doc/release_notes/rake-0.8.2.rdoc", "doc/release_notes/rake-0.8.3.rdoc", "doc/release_notes/rake-0.8.4.rdoc", "doc/release_notes/rake-0.8.5.rdoc", "doc/release_notes/rake-0.8.6.rdoc", "doc/release_notes/rake-0.8.7.rdoc"] s.homepage = %q{http://rake.rubyforge.org} s.rdoc_options = ["--line-numbers", "--main", "README", "--title", "Rake -- Ruby Make"] s.require_paths = ["lib"] s.rubyforge_project = %q{rake} s.rubygems_version = %q{1.3.5} s.summary = %q{Ruby based make-like utility.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rake-0.8.7.gemspec' WARNING: #' for nil:NilClass> Gem::Specification.new do |s| s.name = "rake" s.version = '0.8.4' s.summary = "This rake is bundled with Ruby" end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rake.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rcov} s.version = "0.9.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Relevance", "Chad Humphries (spicycode)", "Aaron Bedra (abedra)", "Jay McGaffigan", "Mauricio Fernandez"] s.cert_chain = nil s.date = %q{2009-12-29} s.default_executable = %q{rcov} s.description = %q{rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...} s.email = %q{opensource@thinkrelevance.com} s.executables = ["rcov"] s.extensions = ["ext/rcovrt/extconf.rb"] s.files = ["bin/rcov", "lib/rcov.rb", "lib/rcov/lowlevel.rb", "lib/rcov/version.rb", "lib/rcov/rcovtask.rb", "lib/rcov/formatters.rb", "lib/rcov/call_site_analyzer.rb", "lib/rcov/code_coverage_analyzer.rb", "lib/rcov/coverage_info.rb", "lib/rcov/differential_analyzer.rb", "lib/rcov/file_statistics.rb", "lib/rcov/formatters/base_formatter.rb", "lib/rcov/formatters/full_text_report.rb", "lib/rcov/formatters/html_erb_template.rb", "lib/rcov/formatters/html_coverage.rb", "lib/rcov/formatters/text_coverage_diff.rb", "lib/rcov/formatters/text_report.rb", "lib/rcov/formatters/text_summary.rb", "lib/rcov/formatters/failure_report.rb", "lib/rcov/templates/index.html.erb", "lib/rcov/templates/detail.html.erb", "lib/rcov/templates/screen.css", "lib/rcov/templates/print.css", "lib/rcov/templates/rcov.js", "lib/rcov/templates/jquery-1.3.2.min.js", "lib/rcov/templates/jquery.tablesorter.min.js", "ext/rcovrt/extconf.rb", "ext/rcovrt/1.8/rcovrt.c", "ext/rcovrt/1.9/rcovrt.c", "ext/rcovrt/1.8/callsite.c", "ext/rcovrt/1.9/callsite.c", "LICENSE", "Rakefile", "doc/readme_for_rake.markdown", "doc/readme_for_vim.markdown", "doc/readme_for_emacs.markdown", "doc/readme_for_api.markdown", "THANKS", "test/functional_test.rb", "test/file_statistics_test.rb", "test/assets/sample_03.rb", "test/assets/sample_05-new.rb", "test/code_coverage_analyzer_test.rb", "test/assets/sample_04.rb", "test/assets/sample_02.rb", "test/assets/sample_05-old.rb", "test/assets/sample_01.rb", "test/turn_off_rcovrt.rb", "test/call_site_analyzer_test.rb", "test/assets/sample_05.rb", "test/assets/sample_06.rb", "editor-extensions/rcov.vim", "test/test_helper.rb", "test/expected_coverage/diff-gcc-all.out", "test/expected_coverage/diff-gcc-diff.out", "test/expected_coverage/diff-gcc-original.out", "test/expected_coverage/diff-no-color.out", "test/expected_coverage/diff.out", "test/expected_coverage/gcc-text.out", "test/expected_coverage/sample_03_rb.html", "test/expected_coverage/sample_03_rb.rb", "test/expected_coverage/sample_04_rb.html", "editor-extensions/rcov.el", "setup.rb", "BLURB"] s.homepage = %q{http://github.com/relevance/rcov} s.rdoc_options = ["--title", "rcov code coverage tool"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubygems_version = %q{1.3.5} s.summary = %q{Code coverage analysis tool for Ruby} s.test_files = ["test/functional_test.rb", "test/file_statistics_test.rb", "test/code_coverage_analyzer_test.rb", "test/call_site_analyzer_test.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rcov-0.9.7.1.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rdoc} s.version = "2.4.3" s.required_rubygems_version = Gem::Requirement.new(">= 1.3") if s.respond_to? :required_rubygems_version= s.authors = ["Eric Hodel", "Dave Thomas", "Phil Hagelberg", "Tony Strauss"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdkcmJy\nYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu\nZXQwHhcNMDcxMjIxMDIwNDE0WhcNMDgxMjIwMDIwNDE0WjBBMRAwDgYDVQQDDAdk\ncmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ\nFgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76\nLV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J\nU5ddZCVywn5nnAQ+Ui7jMW54CYt5/H6f2US6U0hQOjJR6cpfiymgxGdfyTiVcvTm\nGj/okWrQl0NjYOYBpDi+9PPmaH2RmLJu0dB/NylsDnW5j6yN1BEI8MfJRR+HRKZY\nmUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd\ng62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh\nsCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW\nBBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQUFAAOCAQEAHagT4lfX\nkP/hDaiwGct7XPuVGbrOsKRVD59FF5kETBxEc9UQ1clKWngf8JoVuEoKD774dW19\nbU0GOVWO+J6FMmT/Cp7nuFJ79egMf/gy4gfUfQMuvfcr6DvZUPIs9P/TlK59iMYF\nDIOQ3DxdF3rMzztNUCizN4taVscEsjCcgW6WkUJnGdqlu3OHWpQxZBJkBTjPCoc6\nUW6on70SFPmAy/5Cq0OJNGEWBfgD9q7rrs/X8GGwUWqXb85RXnUVi/P8Up75E0ag\n14jEc90kN+C7oI/AGCBN0j6JnEtYIEJZibjjDJTSMWlUKKkj30kq7hlUC2CepJ4v\nx52qPcexcYZR7w==\n-----END CERTIFICATE-----\n"] s.date = %q{2009-04-01} s.description = %q{RDoc is an application that produces documentation for one or more Ruby source files. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. At this point in time, RDoc 2.x is a work in progress and may incur further API changes beyond what has been made to RDoc 1.0.1. Command-line tools are largely unaffected, but internal APIs may shift rapidly. See RDoc for a description of RDoc's markup and basic use.} s.email = ["drbrain@segment7.net", "", "technomancy@gmail.com", "tony.strauss@designingpatterns.com"] s.executables = ["rdoc", "ri"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt", "RI.txt"] s.files = [".autotest", ".document", "History.txt", "Manifest.txt", "README.txt", "RI.txt", "Rakefile", "bin/rdoc", "bin/ri", "lib/rdoc.rb", "lib/rdoc/alias.rb", "lib/rdoc/anon_class.rb", "lib/rdoc/any_method.rb", "lib/rdoc/attr.rb", "lib/rdoc/cache.rb", "lib/rdoc/class_module.rb", "lib/rdoc/code_object.rb", "lib/rdoc/code_objects.rb", "lib/rdoc/constant.rb", "lib/rdoc/context.rb", "lib/rdoc/diagram.rb", "lib/rdoc/dot.rb", "lib/rdoc/generator.rb", "lib/rdoc/generator/darkfish.rb", "lib/rdoc/generator/markup.rb", "lib/rdoc/generator/ri.rb", "lib/rdoc/generator/template/darkfish/.document", "lib/rdoc/generator/template/darkfish/classpage.rhtml", "lib/rdoc/generator/template/darkfish/filepage.rhtml", "lib/rdoc/generator/template/darkfish/images/brick.png", "lib/rdoc/generator/template/darkfish/images/brick_link.png", "lib/rdoc/generator/template/darkfish/images/bug.png", "lib/rdoc/generator/template/darkfish/images/bullet_black.png", "lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png", "lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png", "lib/rdoc/generator/template/darkfish/images/date.png", "lib/rdoc/generator/template/darkfish/images/find.png", "lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif", "lib/rdoc/generator/template/darkfish/images/macFFBgHack.png", "lib/rdoc/generator/template/darkfish/images/package.png", "lib/rdoc/generator/template/darkfish/images/page_green.png", "lib/rdoc/generator/template/darkfish/images/page_white_text.png", "lib/rdoc/generator/template/darkfish/images/page_white_width.png", "lib/rdoc/generator/template/darkfish/images/plugin.png", "lib/rdoc/generator/template/darkfish/images/ruby.png", "lib/rdoc/generator/template/darkfish/images/tag_green.png", "lib/rdoc/generator/template/darkfish/images/wrench.png", "lib/rdoc/generator/template/darkfish/images/wrench_orange.png", "lib/rdoc/generator/template/darkfish/images/zoom.png", "lib/rdoc/generator/template/darkfish/index.rhtml", "lib/rdoc/generator/template/darkfish/js/darkfish.js", "lib/rdoc/generator/template/darkfish/js/jquery.js", "lib/rdoc/generator/template/darkfish/js/quicksearch.js", "lib/rdoc/generator/template/darkfish/js/thickbox-compressed.js", "lib/rdoc/generator/template/darkfish/rdoc.css", "lib/rdoc/ghost_method.rb", "lib/rdoc/include.rb", "lib/rdoc/known_classes.rb", "lib/rdoc/markup.rb", "lib/rdoc/markup/attribute_manager.rb", "lib/rdoc/markup/formatter.rb", "lib/rdoc/markup/fragments.rb", "lib/rdoc/markup/inline.rb", "lib/rdoc/markup/lines.rb", "lib/rdoc/markup/preprocess.rb", "lib/rdoc/markup/to_flow.rb", "lib/rdoc/markup/to_html.rb", "lib/rdoc/markup/to_html_crossref.rb", "lib/rdoc/markup/to_latex.rb", "lib/rdoc/markup/to_test.rb", "lib/rdoc/markup/to_texinfo.rb", "lib/rdoc/meta_method.rb", "lib/rdoc/normal_class.rb", "lib/rdoc/normal_module.rb", "lib/rdoc/options.rb", "lib/rdoc/parser.rb", "lib/rdoc/parser/c.rb", "lib/rdoc/parser/perl.rb", "lib/rdoc/parser/ruby.rb", "lib/rdoc/parser/simple.rb", "lib/rdoc/rdoc.rb", "lib/rdoc/require.rb", "lib/rdoc/ri.rb", "lib/rdoc/ri/cache.rb", "lib/rdoc/ri/descriptions.rb", "lib/rdoc/ri/display.rb", "lib/rdoc/ri/driver.rb", "lib/rdoc/ri/formatter.rb", "lib/rdoc/ri/paths.rb", "lib/rdoc/ri/reader.rb", "lib/rdoc/ri/util.rb", "lib/rdoc/ri/writer.rb", "lib/rdoc/single_class.rb", "lib/rdoc/stats.rb", "lib/rdoc/task.rb", "lib/rdoc/tokenstream.rb", "lib/rdoc/top_level.rb", "test/binary.dat", "test/test.ja.rdoc", "test/test.ja.txt", "test/test_attribute_manager.rb", "test/test_rdoc_any_method.rb", "test/test_rdoc_code_object.rb", "test/test_rdoc_constant.rb", "test/test_rdoc_context.rb", "test/test_rdoc_include.rb", "test/test_rdoc_markup.rb", "test/test_rdoc_markup_attribute_manager.rb", "test/test_rdoc_markup_to_html.rb", "test/test_rdoc_markup_to_html_crossref.rb", "test/test_rdoc_normal_module.rb", "test/test_rdoc_parser.rb", "test/test_rdoc_parser_c.rb", "test/test_rdoc_parser_perl.rb", "test/test_rdoc_parser_ruby.rb", "test/test_rdoc_require.rb", "test/test_rdoc_ri_attribute_formatter.rb", "test/test_rdoc_ri_default_display.rb", "test/test_rdoc_ri_driver.rb", "test/test_rdoc_ri_formatter.rb", "test/test_rdoc_ri_html_formatter.rb", "test/test_rdoc_ri_overstrike_formatter.rb", "test/test_rdoc_task.rb", "test/test_rdoc_top_level.rb", "test/xref_data.rb", "test/xref_test_case.rb"] s.homepage = %q{http://rdoc.rubyforge.org} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{rdoc} s.rubygems_version = %q{1.3.5} s.summary = %q{RDoc is an application that produces documentation for one or more Ruby source files} s.test_files = ["test/test_attribute_manager.rb", "test/test_rdoc_any_method.rb", "test/test_rdoc_code_object.rb", "test/test_rdoc_constant.rb", "test/test_rdoc_context.rb", "test/test_rdoc_include.rb", "test/test_rdoc_markup.rb", "test/test_rdoc_markup_attribute_manager.rb", "test/test_rdoc_markup_to_html.rb", "test/test_rdoc_markup_to_html_crossref.rb", "test/test_rdoc_normal_module.rb", "test/test_rdoc_parser.rb", "test/test_rdoc_parser_c.rb", "test/test_rdoc_parser_perl.rb", "test/test_rdoc_parser_ruby.rb", "test/test_rdoc_require.rb", "test/test_rdoc_ri_attribute_formatter.rb", "test/test_rdoc_ri_default_display.rb", "test/test_rdoc_ri_driver.rb", "test/test_rdoc_ri_formatter.rb", "test/test_rdoc_ri_html_formatter.rb", "test/test_rdoc_ri_overstrike_formatter.rb", "test/test_rdoc_task.rb", "test/test_rdoc_top_level.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, ["~> 1.3"]) s.add_development_dependency(%q, [">= 1.12.1"]) else s.add_dependency(%q, ["~> 1.3"]) s.add_dependency(%q, [">= 1.12.1"]) end else s.add_dependency(%q, ["~> 1.3"]) s.add_dependency(%q, [">= 1.12.1"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-2.4.3.gemspec' WARNING: #' for nil:NilClass> Gem::Specification.new do |s| s.name = "rdoc" s.version = "2.2.2" s.summary = "This rdoc is bundled with Ruby" end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rspec} s.version = "1.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["RSpec Development Team"] s.date = %q{2010-01-11} s.description = %q{Behaviour Driven Development for Ruby.} s.email = ["rspec-devel@rubyforge.org"] s.executables = ["autospec", "spec"] s.extra_rdoc_files = ["License.txt", "Manifest.txt", "TODO.txt", "examples/failing/README.txt"] s.files = [".document", "History.rdoc", "License.txt", "Manifest.txt", "README.rdoc", "Rakefile", "Ruby1.9.rdoc", "TODO.txt", "Upgrade.rdoc", "bin/autospec", "bin/spec", "cucumber.yml", "examples/failing/README.txt", "examples/failing/diffing_spec.rb", "examples/failing/failing_implicit_docstrings_example.rb", "examples/failing/failure_in_after.rb", "examples/failing/failure_in_before.rb", "examples/failing/mocking_example.rb", "examples/failing/mocking_with_flexmock.rb", "examples/failing/mocking_with_mocha.rb", "examples/failing/mocking_with_rr.rb", "examples/failing/partial_mock_example.rb", "examples/failing/pending_example.rb", "examples/failing/predicate_example.rb", "examples/failing/raising_example.rb", "examples/failing/syntax_error_example.rb", "examples/failing/team_spec.rb", "examples/failing/timeout_behaviour.rb", "examples/passing/custom_formatter.rb", "examples/passing/custom_matchers.rb", "examples/passing/dynamic_spec.rb", "examples/passing/file_accessor.rb", "examples/passing/file_accessor_spec.rb", "examples/passing/filtered_formatter.rb", "examples/passing/filtered_formatter_example.rb", "examples/passing/greeter_spec.rb", "examples/passing/helper_method_example.rb", "examples/passing/implicit_docstrings_example.rb", "examples/passing/io_processor.rb", "examples/passing/io_processor_spec.rb", "examples/passing/mocking_example.rb", "examples/passing/multi_threaded_example_group_runner.rb", "examples/passing/nested_classes_example.rb", "examples/passing/options_example.rb", "examples/passing/options_formatter.rb", "examples/passing/partial_mock_example.rb", "examples/passing/pending_example.rb", "examples/passing/predicate_example.rb", "examples/passing/shared_example_group_example.rb", "examples/passing/shared_stack_examples.rb", "examples/passing/simple_matcher_example.rb", "examples/passing/stack.rb", "examples/passing/stack_spec.rb", "examples/passing/stack_spec_with_nested_example_groups.rb", "examples/passing/stubbing_example.rb", "examples/passing/yielding_example.rb", "examples/ruby1.9.compatibility/access_to_constants_spec.rb", "features/before_and_after_blocks/before_and_after_blocks.feature", "features/command_line/line_number_option.feature", "features/command_line/line_number_option_with_example_with_no_name.feature", "features/example_groups/define_example_attribute.feature", "features/example_groups/example_group_with_should_methods.feature", "features/example_groups/implicit_docstrings.feature", "features/example_groups/nested_groups.feature", "features/expectations/customized_message.feature", "features/expectations/expect_change.feature", "features/expectations/expect_error.feature", "features/extensions/custom_example_group.feature", "features/formatters/custom_formatter.feature", "features/formatters/nested_formatter.feature", "features/interop/cucumber_stubs_dont_leak.feature", "features/interop/examples_and_tests_together.feature", "features/interop/rspec_output.feature", "features/interop/test_but_not_test_unit.feature", "features/interop/test_case_with_should_methods.feature", "features/load_paths/add_lib_to_load_path.feature", "features/load_paths/add_spec_to_load_path.feature", "features/matchers/define_diffable_matcher.feature", "features/matchers/define_matcher.feature", "features/matchers/define_matcher_outside_rspec.feature", "features/matchers/define_matcher_with_fluent_interface.feature", "features/matchers/define_wrapped_matcher.feature", "features/matchers/match_unless_raises.feature", "features/matchers/match_unless_raises_unexpected_error.feature", "features/mock_framework_integration/use_flexmock.feature", "features/mock_framework_integration/use_mocha.feature", "features/mock_framework_integration/use_rr.feature", "features/mocks/block_local_expectations.feature", "features/mocks/mix_stubs_and_mocks.feature", "features/mocks/stub_implementation.feature", "features/pending/pending_examples.feature", "features/runner/specify_line_number.feature", "features/spec_helper/spec_helper.feature", "features/step_definitions/running_rspec_steps.rb", "features/step_definitions/stubbing_steps.rb", "features/subject/explicit_subject.feature", "features/subject/implicit_subject.feature", "features/support/env.rb", "features/support/matchers/smart_match.rb", "geminstaller.yml", "init.rb", "lib/autotest/discover.rb", "lib/autotest/rspec.rb", "lib/spec.rb", "lib/spec/adapters/mock_frameworks/flexmock.rb", "lib/spec/adapters/mock_frameworks/mocha.rb", "lib/spec/adapters/mock_frameworks/rr.rb", "lib/spec/adapters/mock_frameworks/rspec.rb", "lib/spec/autorun.rb", "lib/spec/deprecation.rb", "lib/spec/dsl.rb", "lib/spec/dsl/main.rb", "lib/spec/example.rb", "lib/spec/example/args_and_options.rb", "lib/spec/example/before_and_after_hooks.rb", "lib/spec/example/errors.rb", "lib/spec/example/example_group.rb", "lib/spec/example/example_group_factory.rb", "lib/spec/example/example_group_hierarchy.rb", "lib/spec/example/example_group_methods.rb", "lib/spec/example/example_group_proxy.rb", "lib/spec/example/example_matcher.rb", "lib/spec/example/example_methods.rb", "lib/spec/example/example_proxy.rb", "lib/spec/example/module_reopening_fix.rb", "lib/spec/example/pending.rb", "lib/spec/example/predicate_matchers.rb", "lib/spec/example/shared_example_group.rb", "lib/spec/example/subject.rb", "lib/spec/expectations.rb", "lib/spec/expectations/errors.rb", "lib/spec/expectations/extensions.rb", "lib/spec/expectations/extensions/kernel.rb", "lib/spec/expectations/fail_with.rb", "lib/spec/expectations/handler.rb", "lib/spec/extensions/instance_exec.rb", "lib/spec/interop/test.rb", "lib/spec/interop/test/unit/autorunner.rb", "lib/spec/interop/test/unit/testcase.rb", "lib/spec/interop/test/unit/testresult.rb", "lib/spec/interop/test/unit/testsuite_adapter.rb", "lib/spec/interop/test/unit/ui/console/testrunner.rb", "lib/spec/matchers.rb", "lib/spec/matchers/be.rb", "lib/spec/matchers/be_close.rb", "lib/spec/matchers/be_instance_of.rb", "lib/spec/matchers/be_kind_of.rb", "lib/spec/matchers/change.rb", "lib/spec/matchers/compatibility.rb", "lib/spec/matchers/dsl.rb", "lib/spec/matchers/eql.rb", "lib/spec/matchers/equal.rb", "lib/spec/matchers/errors.rb", "lib/spec/matchers/exist.rb", "lib/spec/matchers/generated_descriptions.rb", "lib/spec/matchers/has.rb", "lib/spec/matchers/have.rb", "lib/spec/matchers/include.rb", "lib/spec/matchers/match.rb", "lib/spec/matchers/match_array.rb", "lib/spec/matchers/matcher.rb", "lib/spec/matchers/method_missing.rb", "lib/spec/matchers/operator_matcher.rb", "lib/spec/matchers/pretty.rb", "lib/spec/matchers/raise_exception.rb", "lib/spec/matchers/respond_to.rb", "lib/spec/matchers/satisfy.rb", "lib/spec/matchers/simple_matcher.rb", "lib/spec/matchers/throw_symbol.rb", "lib/spec/matchers/wrap_expectation.rb", "lib/spec/mocks.rb", "lib/spec/mocks/argument_expectation.rb", "lib/spec/mocks/argument_matchers.rb", "lib/spec/mocks/error_generator.rb", "lib/spec/mocks/errors.rb", "lib/spec/mocks/example_methods.rb", "lib/spec/mocks/extensions.rb", "lib/spec/mocks/extensions/object.rb", "lib/spec/mocks/framework.rb", "lib/spec/mocks/message_expectation.rb", "lib/spec/mocks/methods.rb", "lib/spec/mocks/mock.rb", "lib/spec/mocks/order_group.rb", "lib/spec/mocks/proxy.rb", "lib/spec/mocks/space.rb", "lib/spec/rake/spectask.rb", "lib/spec/rake/verify_rcov.rb", "lib/spec/ruby.rb", "lib/spec/runner.rb", "lib/spec/runner/backtrace_tweaker.rb", "lib/spec/runner/class_and_arguments_parser.rb", "lib/spec/runner/command_line.rb", "lib/spec/runner/configuration.rb", "lib/spec/runner/differs/default.rb", "lib/spec/runner/differs/load-diff-lcs.rb", "lib/spec/runner/drb_command_line.rb", "lib/spec/runner/example_group_runner.rb", "lib/spec/runner/extensions/kernel.rb", "lib/spec/runner/formatter/base_formatter.rb", "lib/spec/runner/formatter/base_text_formatter.rb", "lib/spec/runner/formatter/failing_example_groups_formatter.rb", "lib/spec/runner/formatter/failing_examples_formatter.rb", "lib/spec/runner/formatter/html_formatter.rb", "lib/spec/runner/formatter/nested_text_formatter.rb", "lib/spec/runner/formatter/no_op_method_missing.rb", "lib/spec/runner/formatter/profile_formatter.rb", "lib/spec/runner/formatter/progress_bar_formatter.rb", "lib/spec/runner/formatter/silent_formatter.rb", "lib/spec/runner/formatter/snippet_extractor.rb", "lib/spec/runner/formatter/specdoc_formatter.rb", "lib/spec/runner/formatter/text_mate_formatter.rb", "lib/spec/runner/heckle_runner.rb", "lib/spec/runner/heckle_runner_unsupported.rb", "lib/spec/runner/line_number_query.rb", "lib/spec/runner/option_parser.rb", "lib/spec/runner/options.rb", "lib/spec/runner/reporter.rb", "lib/spec/stubs/cucumber.rb", "lib/spec/test/unit.rb", "lib/spec/version.rb", "resources/helpers/cmdline.rb", "resources/rake/examples.rake", "resources/rake/examples_with_rcov.rake", "resources/rake/failing_examples_with_html.rake", "resources/rake/verify_rcov.rake", "spec/README.jruby", "spec/autotest/autotest_helper.rb", "spec/autotest/autotest_matchers.rb", "spec/autotest/discover_spec.rb", "spec/autotest/failed_results_re_spec.rb", "spec/autotest/rspec_spec.rb", "spec/ruby_forker.rb", "spec/spec.opts", "spec/spec/dsl/main_spec.rb", "spec/spec/example/example_group_class_definition_spec.rb", "spec/spec/example/example_group_factory_spec.rb", "spec/spec/example/example_group_methods_spec.rb", "spec/spec/example/example_group_proxy_spec.rb", "spec/spec/example/example_group_spec.rb", "spec/spec/example/example_matcher_spec.rb", "spec/spec/example/example_methods_spec.rb", "spec/spec/example/example_proxy_spec.rb", "spec/spec/example/helper_method_spec.rb", "spec/spec/example/nested_example_group_spec.rb", "spec/spec/example/pending_module_spec.rb", "spec/spec/example/predicate_matcher_spec.rb", "spec/spec/example/shared_example_group_spec.rb", "spec/spec/example/subclassing_example_group_spec.rb", "spec/spec/example/subject_spec.rb", "spec/spec/expectations/differs/default_spec.rb", "spec/spec/expectations/extensions/kernel_spec.rb", "spec/spec/expectations/fail_with_spec.rb", "spec/spec/expectations/handler_spec.rb", "spec/spec/expectations/wrap_expectation_spec.rb", "spec/spec/interop/test/unit/resources/spec_that_fails.rb", "spec/spec/interop/test/unit/resources/spec_that_passes.rb", "spec/spec/interop/test/unit/resources/spec_with_errors.rb", "spec/spec/interop/test/unit/resources/spec_with_options_hash.rb", "spec/spec/interop/test/unit/resources/test_case_that_fails.rb", "spec/spec/interop/test/unit/resources/test_case_that_passes.rb", "spec/spec/interop/test/unit/resources/test_case_with_errors.rb", "spec/spec/interop/test/unit/resources/test_case_with_various_names.rb", "spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb", "spec/spec/interop/test/unit/spec_spec.rb", "spec/spec/interop/test/unit/test_unit_spec_helper.rb", "spec/spec/interop/test/unit/testcase_spec.rb", "spec/spec/interop/test/unit/testsuite_adapter_spec.rb", "spec/spec/matchers/be_close_spec.rb", "spec/spec/matchers/be_instance_of_spec.rb", "spec/spec/matchers/be_kind_of_spec.rb", "spec/spec/matchers/be_spec.rb", "spec/spec/matchers/change_spec.rb", "spec/spec/matchers/compatibility_spec.rb", "spec/spec/matchers/description_generation_spec.rb", "spec/spec/matchers/dsl_spec.rb", "spec/spec/matchers/eql_spec.rb", "spec/spec/matchers/equal_spec.rb", "spec/spec/matchers/exist_spec.rb", "spec/spec/matchers/has_spec.rb", "spec/spec/matchers/have_spec.rb", "spec/spec/matchers/include_spec.rb", "spec/spec/matchers/match_array_spec.rb", "spec/spec/matchers/match_spec.rb", "spec/spec/matchers/matcher_spec.rb", "spec/spec/matchers/matchers_spec.rb", "spec/spec/matchers/operator_matcher_spec.rb", "spec/spec/matchers/raise_exception_spec.rb", "spec/spec/matchers/respond_to_spec.rb", "spec/spec/matchers/satisfy_spec.rb", "spec/spec/matchers/simple_matcher_spec.rb", "spec/spec/matchers/throw_symbol_spec.rb", "spec/spec/mocks/and_yield_spec.rb", "spec/spec/mocks/any_number_of_times_spec.rb", "spec/spec/mocks/argument_expectation_spec.rb", "spec/spec/mocks/argument_matchers_spec.rb", "spec/spec/mocks/at_least_spec.rb", "spec/spec/mocks/at_most_spec.rb", "spec/spec/mocks/bug_report_10260_spec.rb", "spec/spec/mocks/bug_report_10263_spec.rb", "spec/spec/mocks/bug_report_11545_spec.rb", "spec/spec/mocks/bug_report_15719_spec.rb", "spec/spec/mocks/bug_report_496_spec.rb", "spec/spec/mocks/bug_report_600_spec.rb", "spec/spec/mocks/bug_report_7611_spec.rb", "spec/spec/mocks/bug_report_7805_spec.rb", "spec/spec/mocks/bug_report_8165_spec.rb", "spec/spec/mocks/bug_report_8302_spec.rb", "spec/spec/mocks/bug_report_830_spec.rb", "spec/spec/mocks/double_spec.rb", "spec/spec/mocks/failing_argument_matchers_spec.rb", "spec/spec/mocks/hash_including_matcher_spec.rb", "spec/spec/mocks/hash_not_including_matcher_spec.rb", "spec/spec/mocks/mock_ordering_spec.rb", "spec/spec/mocks/mock_space_spec.rb", "spec/spec/mocks/mock_spec.rb", "spec/spec/mocks/multiple_return_value_spec.rb", "spec/spec/mocks/nil_expectation_warning_spec.rb", "spec/spec/mocks/null_object_mock_spec.rb", "spec/spec/mocks/once_counts_spec.rb", "spec/spec/mocks/options_hash_spec.rb", "spec/spec/mocks/partial_mock_spec.rb", "spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb", "spec/spec/mocks/passing_argument_matchers_spec.rb", "spec/spec/mocks/precise_counts_spec.rb", "spec/spec/mocks/record_messages_spec.rb", "spec/spec/mocks/stub_chain_spec.rb", "spec/spec/mocks/stub_implementation_spec.rb", "spec/spec/mocks/stub_spec.rb", "spec/spec/mocks/stubbed_message_expectations_spec.rb", "spec/spec/mocks/twice_counts_spec.rb", "spec/spec/mocks/unstub_spec.rb", "spec/spec/package/bin_spec_spec.rb", "spec/spec/rake/spectask_spec.rb", "spec/spec/runner/class_and_argument_parser_spec.rb", "spec/spec/runner/command_line_spec.rb", "spec/spec/runner/configuration_spec.rb", "spec/spec/runner/drb_command_line_spec.rb", "spec/spec/runner/empty_file.txt", "spec/spec/runner/example_group_runner_spec.rb", "spec/spec/runner/examples.txt", "spec/spec/runner/failed.txt", "spec/spec/runner/formatter/base_formatter_spec.rb", "spec/spec/runner/formatter/base_text_formatter_spec.rb", "spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb", "spec/spec/runner/formatter/failing_examples_formatter_spec.rb", "spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html", "spec/spec/runner/formatter/html_formatted-1.8.6.html", "spec/spec/runner/formatter/html_formatted-1.8.7.html", "spec/spec/runner/formatter/html_formatted-1.9.1.html", "spec/spec/runner/formatter/html_formatter_spec.rb", "spec/spec/runner/formatter/nested_text_formatter_spec.rb", "spec/spec/runner/formatter/profile_formatter_spec.rb", "spec/spec/runner/formatter/progress_bar_formatter_spec.rb", "spec/spec/runner/formatter/snippet_extractor_spec.rb", "spec/spec/runner/formatter/specdoc_formatter_spec.rb", "spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html", "spec/spec/runner/formatter/text_mate_formatted-1.8.6.html", "spec/spec/runner/formatter/text_mate_formatted-1.8.7.html", "spec/spec/runner/formatter/text_mate_formatted-1.9.1.html", "spec/spec/runner/formatter/text_mate_formatter_spec.rb", "spec/spec/runner/heckle_runner_spec.rb", "spec/spec/runner/heckler_spec.rb", "spec/spec/runner/line_number_query/line_number_query_fixture.rb", "spec/spec/runner/line_number_query_spec.rb", "spec/spec/runner/noisy_backtrace_tweaker_spec.rb", "spec/spec/runner/option_parser_spec.rb", "spec/spec/runner/options_spec.rb", "spec/spec/runner/output_one_time_fixture.rb", "spec/spec/runner/output_one_time_fixture_runner.rb", "spec/spec/runner/output_one_time_spec.rb", "spec/spec/runner/quiet_backtrace_tweaker_spec.rb", "spec/spec/runner/reporter_spec.rb", "spec/spec/runner/resources/a_bar.rb", "spec/spec/runner/resources/a_foo.rb", "spec/spec/runner/resources/a_spec.rb", "spec/spec/runner/resources/custom_example_group_runner.rb", "spec/spec/runner/resources/utf8_encoded.rb", "spec/spec/runner/spec.opts", "spec/spec/runner/spec_drb.opts", "spec/spec/runner/spec_spaced.opts", "spec/spec/runner_spec.rb", "spec/spec_helper.rb", "spec/support/macros.rb", "spec/support/spec_classes.rb"] s.homepage = %q{http://rspec.info} s.post_install_message = %q{************************************************** Thank you for installing rspec-1.3.0 Please be sure to read History.rdoc and Upgrade.rdoc for useful information about this release. ************************************************** } s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{rspec} s.rubygems_version = %q{1.3.5} s.summary = %q{rspec 1.3.0} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0.3"]) s.add_development_dependency(%q, [">= 0.2.1"]) s.add_development_dependency(%q, [">= 1.0"]) s.add_development_dependency(%q, [">= 1.1.2"]) s.add_development_dependency(%q, [">= 1.4.3"]) s.add_development_dependency(%q, [">= 2.3.3"]) else s.add_dependency(%q, [">= 0.3"]) s.add_dependency(%q, [">= 0.2.1"]) s.add_dependency(%q, [">= 1.0"]) s.add_dependency(%q, [">= 1.1.2"]) s.add_dependency(%q, [">= 1.4.3"]) s.add_dependency(%q, [">= 2.3.3"]) end else s.add_dependency(%q, [">= 0.3"]) s.add_dependency(%q, [">= 0.2.1"]) s.add_dependency(%q, [">= 1.0"]) s.add_dependency(%q, [">= 1.1.2"]) s.add_dependency(%q, [">= 1.4.3"]) s.add_dependency(%q, [">= 2.3.3"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-1.3.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rubygems-update} s.version = "1.3.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel"] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdkcmJy\nYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu\nZXQwHhcNMDcxMjIxMDIwNDE0WhcNMDgxMjIwMDIwNDE0WjBBMRAwDgYDVQQDDAdk\ncmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ\nFgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76\nLV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J\nU5ddZCVywn5nnAQ+Ui7jMW54CYt5/H6f2US6U0hQOjJR6cpfiymgxGdfyTiVcvTm\nGj/okWrQl0NjYOYBpDi+9PPmaH2RmLJu0dB/NylsDnW5j6yN1BEI8MfJRR+HRKZY\nmUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd\ng62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh\nsCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW\nBBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQUFAAOCAQEAHagT4lfX\nkP/hDaiwGct7XPuVGbrOsKRVD59FF5kETBxEc9UQ1clKWngf8JoVuEoKD774dW19\nbU0GOVWO+J6FMmT/Cp7nuFJ79egMf/gy4gfUfQMuvfcr6DvZUPIs9P/TlK59iMYF\nDIOQ3DxdF3rMzztNUCizN4taVscEsjCcgW6WkUJnGdqlu3OHWpQxZBJkBTjPCoc6\nUW6on70SFPmAy/5Cq0OJNGEWBfgD9q7rrs/X8GGwUWqXb85RXnUVi/P8Up75E0ag\n14jEc90kN+C7oI/AGCBN0j6JnEtYIEJZibjjDJTSMWlUKKkj30kq7hlUC2CepJ4v\nx52qPcexcYZR7w==\n-----END CERTIFICATE-----\n"] s.date = %q{2009-07-21} s.default_executable = %q{update_rubygems} s.description = %q{RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems before this update can be applied. See Gem for information on RubyGems (or `ri Gem`) To upgrade to the latest RubyGems, run: $ gem install --system # you might need to be an administrator or root NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no rubygems-update installed. You will need to use the following instructions if you see "Nothing to update". If you have an older version of RubyGems installed, then you can still do it in two steps: $ gem install rubygems-update # again, might need to be admin/root $ update_rubygems # ... here too If you don't have any RubyGems install, there is still the pre-gem approach to getting software, doing it manually: 1. Download from: http://rubyforge.org/frs/?group_id=126 2. Unpack into a directory and cd there 3. Install with: ruby setup.rb # you may need admin/root privilege For more details and other options, see: ruby setup.rb --help} s.email = ["rubygems-developers@rubyforge.org"] s.executables = ["update_rubygems"] s.extra_rdoc_files = ["GPL.txt", "History.txt", "LICENSE.txt", "Manifest.txt"] s.files = [".autotest", ".document", "ChangeLog", "GPL.txt", "History.txt", "LICENSE.txt", "Manifest.txt", "README", "Rakefile", "bin/gem", "bin/update_rubygems", "cruise_config.rb", "lib/gauntlet_rubygems.rb", "lib/rbconfig/datadir.rb", "lib/rubygems.rb", "lib/rubygems/builder.rb", "lib/rubygems/command.rb", "lib/rubygems/command_manager.rb", "lib/rubygems/commands/build_command.rb", "lib/rubygems/commands/cert_command.rb", "lib/rubygems/commands/check_command.rb", "lib/rubygems/commands/cleanup_command.rb", "lib/rubygems/commands/contents_command.rb", "lib/rubygems/commands/dependency_command.rb", "lib/rubygems/commands/environment_command.rb", "lib/rubygems/commands/fetch_command.rb", "lib/rubygems/commands/generate_index_command.rb", "lib/rubygems/commands/help_command.rb", "lib/rubygems/commands/install_command.rb", "lib/rubygems/commands/list_command.rb", "lib/rubygems/commands/lock_command.rb", "lib/rubygems/commands/mirror_command.rb", "lib/rubygems/commands/outdated_command.rb", "lib/rubygems/commands/pristine_command.rb", "lib/rubygems/commands/query_command.rb", "lib/rubygems/commands/rdoc_command.rb", "lib/rubygems/commands/search_command.rb", "lib/rubygems/commands/server_command.rb", "lib/rubygems/commands/setup_command.rb", "lib/rubygems/commands/sources_command.rb", "lib/rubygems/commands/specification_command.rb", "lib/rubygems/commands/stale_command.rb", "lib/rubygems/commands/uninstall_command.rb", "lib/rubygems/commands/unpack_command.rb", "lib/rubygems/commands/update_command.rb", "lib/rubygems/commands/which_command.rb", "lib/rubygems/config_file.rb", "lib/rubygems/custom_require.rb", "lib/rubygems/defaults.rb", "lib/rubygems/dependency.rb", "lib/rubygems/dependency_installer.rb", "lib/rubygems/dependency_list.rb", "lib/rubygems/digest/digest_adapter.rb", "lib/rubygems/digest/md5.rb", "lib/rubygems/digest/sha1.rb", "lib/rubygems/digest/sha2.rb", "lib/rubygems/doc_manager.rb", "lib/rubygems/exceptions.rb", "lib/rubygems/ext.rb", "lib/rubygems/ext/builder.rb", "lib/rubygems/ext/configure_builder.rb", "lib/rubygems/ext/ext_conf_builder.rb", "lib/rubygems/ext/rake_builder.rb", "lib/rubygems/format.rb", "lib/rubygems/gem_openssl.rb", "lib/rubygems/gem_path_searcher.rb", "lib/rubygems/gem_runner.rb", "lib/rubygems/indexer.rb", "lib/rubygems/install_update_options.rb", "lib/rubygems/installer.rb", "lib/rubygems/local_remote_options.rb", "lib/rubygems/old_format.rb", "lib/rubygems/package.rb", "lib/rubygems/package/f_sync_dir.rb", "lib/rubygems/package/tar_header.rb", "lib/rubygems/package/tar_input.rb", "lib/rubygems/package/tar_output.rb", "lib/rubygems/package/tar_reader.rb", "lib/rubygems/package/tar_reader/entry.rb", "lib/rubygems/package/tar_writer.rb", "lib/rubygems/package_task.rb", "lib/rubygems/platform.rb", "lib/rubygems/remote_fetcher.rb", "lib/rubygems/require_paths_builder.rb", "lib/rubygems/requirement.rb", "lib/rubygems/security.rb", "lib/rubygems/server.rb", "lib/rubygems/source_index.rb", "lib/rubygems/source_info_cache.rb", "lib/rubygems/source_info_cache_entry.rb", "lib/rubygems/spec_fetcher.rb", "lib/rubygems/specification.rb", "lib/rubygems/test_utilities.rb", "lib/rubygems/text.rb", "lib/rubygems/timer.rb", "lib/rubygems/uninstaller.rb", "lib/rubygems/user_interaction.rb", "lib/rubygems/validator.rb", "lib/rubygems/version.rb", "lib/rubygems/version_option.rb", "lib/ubygems.rb", "pkgs/sources/lib/sources.rb", "pkgs/sources/sources.gemspec", "setup.rb", "test/bogussources.rb", "test/data/gem-private_key.pem", "test/data/gem-public_cert.pem", "test/fake_certlib/openssl.rb", "test/foo/discover.rb", "test/functional.rb", "test/gem_installer_test_case.rb", "test/gem_package_tar_test_case.rb", "test/gemutilities.rb", "test/insure_session.rb", "test/mockgemui.rb", "test/private_key.pem", "test/public_cert.pem", "test/rubygems_plugin.rb", "test/simple_gem.rb", "test/test_config.rb", "test/test_gem.rb", "test/test_gem_builder.rb", "test/test_gem_command.rb", "test/test_gem_command_manager.rb", "test/test_gem_commands_build_command.rb", "test/test_gem_commands_cert_command.rb", "test/test_gem_commands_check_command.rb", "test/test_gem_commands_contents_command.rb", "test/test_gem_commands_dependency_command.rb", "test/test_gem_commands_environment_command.rb", "test/test_gem_commands_fetch_command.rb", "test/test_gem_commands_generate_index_command.rb", "test/test_gem_commands_install_command.rb", "test/test_gem_commands_list_command.rb", "test/test_gem_commands_lock_command.rb", "test/test_gem_commands_mirror_command.rb", "test/test_gem_commands_outdated_command.rb", "test/test_gem_commands_pristine_command.rb", "test/test_gem_commands_query_command.rb", "test/test_gem_commands_server_command.rb", "test/test_gem_commands_sources_command.rb", "test/test_gem_commands_specification_command.rb", "test/test_gem_commands_stale_command.rb", "test/test_gem_commands_uninstall_command.rb", "test/test_gem_commands_unpack_command.rb", "test/test_gem_commands_update_command.rb", "test/test_gem_config_file.rb", "test/test_gem_dependency.rb", "test/test_gem_dependency_installer.rb", "test/test_gem_dependency_list.rb", "test/test_gem_digest.rb", "test/test_gem_doc_manager.rb", "test/test_gem_ext_configure_builder.rb", "test/test_gem_ext_ext_conf_builder.rb", "test/test_gem_ext_rake_builder.rb", "test/test_gem_format.rb", "test/test_gem_gem_path_searcher.rb", "test/test_gem_gem_runner.rb", "test/test_gem_indexer.rb", "test/test_gem_install_update_options.rb", "test/test_gem_installer.rb", "test/test_gem_local_remote_options.rb", "test/test_gem_package_tar_header.rb", "test/test_gem_package_tar_input.rb", "test/test_gem_package_tar_output.rb", "test/test_gem_package_tar_reader.rb", "test/test_gem_package_tar_reader_entry.rb", "test/test_gem_package_tar_writer.rb", "test/test_gem_package_task.rb", "test/test_gem_platform.rb", "test/test_gem_remote_fetcher.rb", "test/test_gem_requirement.rb", "test/test_gem_server.rb", "test/test_gem_source_index.rb", "test/test_gem_source_info_cache.rb", "test/test_gem_source_info_cache_entry.rb", "test/test_gem_spec_fetcher.rb", "test/test_gem_specification.rb", "test/test_gem_stream_ui.rb", "test/test_gem_uninstaller.rb", "test/test_gem_validator.rb", "test/test_gem_version.rb", "test/test_gem_version_option.rb", "test/test_kernel.rb", "util/CL2notes", "util/gem_prelude.rb.template"] s.homepage = %q{http://rubygems.rubyforge.org/} s.rdoc_options = ["--main", "README", "--title=RubyGems 1.3.5 Documentation"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 1.8.3") s.rubyforge_project = %q{rubygems} s.rubygems_version = %q{1.3.4} s.summary = %q{RubyGems is a package management framework for Ruby} s.test_files = ["test/test_config.rb", "test/test_gem.rb", "test/test_gem_builder.rb", "test/test_gem_command.rb", "test/test_gem_command_manager.rb", "test/test_gem_commands_build_command.rb", "test/test_gem_commands_cert_command.rb", "test/test_gem_commands_check_command.rb", "test/test_gem_commands_contents_command.rb", "test/test_gem_commands_dependency_command.rb", "test/test_gem_commands_environment_command.rb", "test/test_gem_commands_fetch_command.rb", "test/test_gem_commands_generate_index_command.rb", "test/test_gem_commands_install_command.rb", "test/test_gem_commands_list_command.rb", "test/test_gem_commands_lock_command.rb", "test/test_gem_commands_mirror_command.rb", "test/test_gem_commands_outdated_command.rb", "test/test_gem_commands_pristine_command.rb", "test/test_gem_commands_query_command.rb", "test/test_gem_commands_server_command.rb", "test/test_gem_commands_sources_command.rb", "test/test_gem_commands_specification_command.rb", "test/test_gem_commands_stale_command.rb", "test/test_gem_commands_uninstall_command.rb", "test/test_gem_commands_unpack_command.rb", "test/test_gem_commands_update_command.rb", "test/test_gem_config_file.rb", "test/test_gem_dependency.rb", "test/test_gem_dependency_installer.rb", "test/test_gem_dependency_list.rb", "test/test_gem_digest.rb", "test/test_gem_doc_manager.rb", "test/test_gem_ext_configure_builder.rb", "test/test_gem_ext_ext_conf_builder.rb", "test/test_gem_ext_rake_builder.rb", "test/test_gem_format.rb", "test/test_gem_gem_path_searcher.rb", "test/test_gem_gem_runner.rb", "test/test_gem_indexer.rb", "test/test_gem_install_update_options.rb", "test/test_gem_installer.rb", "test/test_gem_local_remote_options.rb", "test/test_gem_package_tar_header.rb", "test/test_gem_package_tar_input.rb", "test/test_gem_package_tar_output.rb", "test/test_gem_package_tar_reader.rb", "test/test_gem_package_tar_reader_entry.rb", "test/test_gem_package_tar_writer.rb", "test/test_gem_package_task.rb", "test/test_gem_platform.rb", "test/test_gem_remote_fetcher.rb", "test/test_gem_requirement.rb", "test/test_gem_server.rb", "test/test_gem_source_index.rb", "test/test_gem_source_info_cache.rb", "test/test_gem_source_info_cache_entry.rb", "test/test_gem_spec_fetcher.rb", "test/test_gem_specification.rb", "test/test_gem_stream_ui.rb", "test/test_gem_uninstaller.rb", "test/test_gem_validator.rb", "test/test_gem_version.rb", "test/test_gem_version_option.rb", "test/test_kernel.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.4"]) s.add_development_dependency(%q, [">= 2.3.2"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.4"]) s.add_dependency(%q, [">= 2.3.2"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.4"]) s.add_dependency(%q, [">= 2.3.2"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.3.5.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sequel} s.version = "3.8.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jeremy Evans"] s.date = %q{2010-01-04} s.default_executable = %q{sequel} s.description = %q{The Database Toolkit for Ruby} s.email = %q{code@jeremyevans.net} s.executables = ["sequel"] s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "COPYING", "doc/cheat_sheet.rdoc", "doc/dataset_filtering.rdoc", "doc/opening_databases.rdoc", "doc/prepared_statements.rdoc", "doc/reflection.rdoc", "doc/schema.rdoc", "doc/sharding.rdoc", "doc/advanced_associations.rdoc", "doc/virtual_rows.rdoc", "doc/release_notes/3.8.0.txt", "doc/release_notes/1.1.txt", "doc/release_notes/1.3.txt", "doc/release_notes/1.4.0.txt", "doc/release_notes/1.5.0.txt", "doc/release_notes/2.0.0.txt", "doc/release_notes/2.1.0.txt", "doc/release_notes/2.10.0.txt", "doc/release_notes/2.11.0.txt", "doc/release_notes/2.12.0.txt", "doc/release_notes/2.2.0.txt", "doc/release_notes/2.3.0.txt", "doc/release_notes/2.4.0.txt", "doc/release_notes/2.5.0.txt", "doc/release_notes/2.6.0.txt", "doc/release_notes/2.7.0.txt", "doc/release_notes/2.8.0.txt", "doc/release_notes/2.9.0.txt", "doc/release_notes/3.0.0.txt", "doc/release_notes/3.1.0.txt", "doc/release_notes/3.2.0.txt", "doc/release_notes/3.3.0.txt", "doc/release_notes/3.4.0.txt", "doc/release_notes/3.5.0.txt", "doc/release_notes/1.0.txt", "doc/release_notes/3.6.0.txt", "doc/release_notes/3.7.0.txt"] s.files = ["COPYING", "CHANGELOG", "README.rdoc", "Rakefile", "bin/sequel", "doc/release_notes/3.8.0.txt", "doc/release_notes/1.1.txt", "doc/release_notes/1.3.txt", "doc/release_notes/1.4.0.txt", "doc/release_notes/1.5.0.txt", "doc/release_notes/2.0.0.txt", "doc/release_notes/2.1.0.txt", "doc/release_notes/2.10.0.txt", "doc/release_notes/2.11.0.txt", "doc/release_notes/2.12.0.txt", "doc/release_notes/2.2.0.txt", "doc/release_notes/2.3.0.txt", "doc/release_notes/2.4.0.txt", "doc/release_notes/2.5.0.txt", "doc/release_notes/2.6.0.txt", "doc/release_notes/2.7.0.txt", "doc/release_notes/2.8.0.txt", "doc/release_notes/2.9.0.txt", "doc/release_notes/3.0.0.txt", "doc/release_notes/3.1.0.txt", "doc/release_notes/3.2.0.txt", "doc/release_notes/3.3.0.txt", "doc/release_notes/3.4.0.txt", "doc/release_notes/3.5.0.txt", "doc/release_notes/1.0.txt", "doc/release_notes/3.6.0.txt", "doc/release_notes/3.7.0.txt", "doc/cheat_sheet.rdoc", "doc/dataset_filtering.rdoc", "doc/opening_databases.rdoc", "doc/prepared_statements.rdoc", "doc/reflection.rdoc", "doc/schema.rdoc", "doc/sharding.rdoc", "doc/advanced_associations.rdoc", "doc/virtual_rows.rdoc", "spec/model/validations_spec.rb", "spec/model/associations_spec.rb", "spec/model/base_spec.rb", "spec/model/dataset_methods_spec.rb", "spec/model/eager_loading_spec.rb", "spec/model/hooks_spec.rb", "spec/model/inflector_spec.rb", "spec/model/model_spec.rb", "spec/model/plugins_spec.rb", "spec/model/record_spec.rb", "spec/model/spec_helper.rb", "spec/model/association_reflection_spec.rb", "spec/core/version_spec.rb", "spec/core/core_sql_spec.rb", "spec/core/database_spec.rb", "spec/core/dataset_spec.rb", "spec/core/expression_filters_spec.rb", "spec/core/object_graph_spec.rb", "spec/core/schema_generator_spec.rb", "spec/core/schema_spec.rb", "spec/core/spec_helper.rb", "spec/core/connection_pool_spec.rb", "spec/extensions/validation_helpers_spec.rb", "spec/extensions/association_dependencies_spec.rb", "spec/extensions/association_proxies_spec.rb", "spec/extensions/blank_spec.rb", "spec/extensions/boolean_readers_spec.rb", "spec/extensions/caching_spec.rb", "spec/extensions/class_table_inheritance_spec.rb", "spec/extensions/force_encoding_spec.rb", "spec/extensions/hook_class_methods_spec.rb", "spec/extensions/identity_map_spec.rb", "spec/extensions/inflector_spec.rb", "spec/extensions/instance_hooks_spec.rb", "spec/extensions/lazy_attributes_spec.rb", "spec/extensions/looser_typecasting_spec.rb", "spec/extensions/query_spec.rb", "spec/extensions/migration_spec.rb", "spec/extensions/many_through_many_spec.rb", "spec/extensions/named_timezones_spec.rb", "spec/extensions/nested_attributes_spec.rb", "spec/extensions/pagination_spec.rb", "spec/extensions/pretty_table_spec.rb", "spec/extensions/schema_dumper_spec.rb", "spec/extensions/schema_spec.rb", "spec/extensions/serialization_spec.rb", "spec/extensions/single_table_inheritance_spec.rb", "spec/extensions/spec_helper.rb", "spec/extensions/sql_expr_spec.rb", "spec/extensions/string_date_time_spec.rb", "spec/extensions/subclasses_spec.rb", "spec/extensions/tactical_eager_loading_spec.rb", "spec/extensions/timestamps_spec.rb", "spec/extensions/thread_local_timezones_spec.rb", "spec/extensions/touch_spec.rb", "spec/extensions/typecast_on_load_spec.rb", "spec/extensions/validation_class_methods_spec.rb", "spec/extensions/active_model_spec.rb", "spec/integration/type_test.rb", "spec/integration/database_test.rb", "spec/integration/dataset_test.rb", "spec/integration/eager_loader_test.rb", "spec/integration/model_test.rb", "spec/integration/plugin_test.rb", "spec/integration/prepared_statement_test.rb", "spec/integration/schema_test.rb", "spec/integration/spec_helper.rb", "spec/integration/timezone_test.rb", "spec/integration/transaction_test.rb", "spec/integration/associations_test.rb", "spec/adapters/sqlite_spec.rb", "spec/adapters/informix_spec.rb", "spec/adapters/mssql_spec.rb", "spec/adapters/mysql_spec.rb", "spec/adapters/oracle_spec.rb", "spec/adapters/postgres_spec.rb", "spec/adapters/spec_helper.rb", "spec/adapters/firebird_spec.rb", "spec/rcov.opts", "spec/spec_config.rb.example", "spec/spec_config.rb", "lib/sequel/database/schema_generator.rb", "lib/sequel/database/schema_methods.rb", "lib/sequel/database/schema_sql.rb", "lib/sequel/model/errors.rb", "lib/sequel/model/base.rb", "lib/sequel/model/default_inflections.rb", "lib/sequel/model/associations.rb", "lib/sequel/model/exceptions.rb", "lib/sequel/model/inflections.rb", "lib/sequel/model/plugins.rb", "lib/sequel/plugins/validation_helpers.rb", "lib/sequel/plugins/association_dependencies.rb", "lib/sequel/plugins/association_proxies.rb", "lib/sequel/plugins/boolean_readers.rb", "lib/sequel/plugins/caching.rb", "lib/sequel/plugins/class_table_inheritance.rb", "lib/sequel/plugins/force_encoding.rb", "lib/sequel/plugins/hook_class_methods.rb", "lib/sequel/plugins/identity_map.rb", "lib/sequel/plugins/instance_hooks.rb", "lib/sequel/plugins/lazy_attributes.rb", "lib/sequel/plugins/many_through_many.rb", "lib/sequel/plugins/nested_attributes.rb", "lib/sequel/plugins/schema.rb", "lib/sequel/plugins/serialization.rb", "lib/sequel/plugins/single_table_inheritance.rb", "lib/sequel/plugins/subclasses.rb", "lib/sequel/plugins/tactical_eager_loading.rb", "lib/sequel/plugins/timestamps.rb", "lib/sequel/plugins/touch.rb", "lib/sequel/plugins/typecast_on_load.rb", "lib/sequel/plugins/validation_class_methods.rb", "lib/sequel/plugins/active_model.rb", "lib/sequel/extensions/thread_local_timezones.rb", "lib/sequel/extensions/inflector.rb", "lib/sequel/extensions/looser_typecasting.rb", "lib/sequel/extensions/migration.rb", "lib/sequel/extensions/named_timezones.rb", "lib/sequel/extensions/pagination.rb", "lib/sequel/extensions/pretty_table.rb", "lib/sequel/extensions/query.rb", "lib/sequel/extensions/schema_dumper.rb", "lib/sequel/extensions/sql_expr.rb", "lib/sequel/extensions/string_date_time.rb", "lib/sequel/extensions/blank.rb", "lib/sequel/dataset/graph.rb", "lib/sequel/dataset/convenience.rb", "lib/sequel/dataset/features.rb", "lib/sequel/dataset/actions.rb", "lib/sequel/dataset/prepared_statements.rb", "lib/sequel/dataset/query.rb", "lib/sequel/dataset/sql.rb", "lib/sequel/adapters/do/mysql.rb", "lib/sequel/adapters/do/postgres.rb", "lib/sequel/adapters/do/sqlite.rb", "lib/sequel/adapters/ado/mssql.rb", "lib/sequel/adapters/shared/mssql.rb", "lib/sequel/adapters/shared/mysql.rb", "lib/sequel/adapters/shared/oracle.rb", "lib/sequel/adapters/shared/postgres.rb", "lib/sequel/adapters/shared/progress.rb", "lib/sequel/adapters/shared/sqlite.rb", "lib/sequel/adapters/odbc/mssql.rb", "lib/sequel/adapters/jdbc/h2.rb", "lib/sequel/adapters/jdbc/mssql.rb", "lib/sequel/adapters/jdbc/mysql.rb", "lib/sequel/adapters/jdbc/oracle.rb", "lib/sequel/adapters/jdbc/postgresql.rb", "lib/sequel/adapters/jdbc/sqlite.rb", "lib/sequel/adapters/utils/stored_procedures.rb", "lib/sequel/adapters/ado.rb", "lib/sequel/adapters/firebird.rb", "lib/sequel/adapters/informix.rb", "lib/sequel/adapters/jdbc.rb", "lib/sequel/adapters/dbi.rb", "lib/sequel/adapters/mysql.rb", "lib/sequel/adapters/odbc.rb", "lib/sequel/adapters/db2.rb", "lib/sequel/adapters/openbase.rb", "lib/sequel/adapters/oracle.rb", "lib/sequel/adapters/postgres.rb", "lib/sequel/adapters/amalgalite.rb", "lib/sequel/adapters/sqlite.rb", "lib/sequel/adapters/do.rb", "lib/sequel/exceptions.rb", "lib/sequel/metaprogramming.rb", "lib/sequel/model.rb", "lib/sequel/sql.rb", "lib/sequel/timezones.rb", "lib/sequel/version.rb", "lib/sequel/connection_pool.rb", "lib/sequel/core.rb", "lib/sequel/core_sql.rb", "lib/sequel/database.rb", "lib/sequel/dataset.rb", "lib/sequel.rb", "lib/sequel_core.rb", "lib/sequel_model.rb"] s.homepage = %q{http://sequel.rubyforge.org} s.rdoc_options = ["--quiet", "--line-numbers", "--inline-source", "--title", "Sequel: The Database Toolkit for Ruby", "--main", "README.rdoc"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.4") s.rubyforge_project = %q{sequel} s.rubygems_version = %q{1.3.5} s.summary = %q{The Database Toolkit for Ruby} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.8.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sqlite3-ruby} s.version = "1.2.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jamis Buck"] s.date = %q{2009-07-25} s.description = %q{This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is NOT compatible with SQLite 2.x.} s.email = ["jamis@37signals.com"] s.extensions = ["ext/sqlite3_api/extconf.rb"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = ["ChangeLog.cvs", "History.txt", "LICENSE", "Manifest.txt", "README.txt", "Rakefile", "ext/sqlite3_api/extconf.rb", "ext/sqlite3_api/sqlite3_api.i", "ext/sqlite3_api/sqlite3_api_wrap.c", "faq/faq.rb", "faq/faq.yml", "lib/sqlite3.rb", "lib/sqlite3/constants.rb", "lib/sqlite3/database.rb", "lib/sqlite3/driver/dl/api.rb", "lib/sqlite3/driver/dl/driver.rb", "lib/sqlite3/driver/native/driver.rb", "lib/sqlite3/errors.rb", "lib/sqlite3/pragmas.rb", "lib/sqlite3/resultset.rb", "lib/sqlite3/statement.rb", "lib/sqlite3/translator.rb", "lib/sqlite3/value.rb", "lib/sqlite3/version.rb", "setup.rb", "tasks/benchmark.rake", "tasks/faq.rake", "tasks/gem.rake", "tasks/native.rake", "tasks/vendor_sqlite3.rake", "test/bm.rb", "test/driver/dl/tc_driver.rb", "test/helper.rb", "test/native-vs-dl.rb", "test/test_database.rb", "test/test_errors.rb", "test/test_integration.rb", "test/test_integration_open_close.rb", "test/test_integration_pending.rb", "test/test_integration_resultset.rb", "test/test_integration_statement.rb"] s.homepage = %q{http://sqlite3-ruby.rubyforge.org} s.rdoc_options = ["--main", "README.txt", "--main=README.txt"] s.require_paths = ["lib", "ext"] s.required_ruby_version = Gem::Requirement.new("> 1.8.5") s.rubyforge_project = %q{sqlite-ruby} s.rubygems_version = %q{1.3.5} s.summary = %q{This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org)} s.test_files = ["test/test_database.rb", "test/test_errors.rb", "test/test_integration.rb", "test/test_integration_open_close.rb", "test/test_integration_pending.rb", "test/test_integration_resultset.rb", "test/test_integration_statement.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 0.5.0"]) s.add_development_dependency(%q, [">= 2.3.2"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, [">= 2.3.2"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, [">= 2.3.2"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/sqlite3-ruby-1.2.5.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{text-format} s.version = "1.0.0" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Austin Ziegler"] s.autorequire = %q{text/format} s.cert_chain = nil s.date = %q{2005-06-24} s.description = %q{Text::Format is provides the ability to nicely format fixed-width text with knowledge of the writeable space (number of columns), margins, and indentation settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.} s.email = %q{austin@rubyforge.org} s.extra_rdoc_files = ["README", "Changelog", "Install"] s.files = ["Changelog", "Install", "lib", "metaconfig", "pre-setup.rb", "Rakefile", "README", "setup.rb", "tests", "ToDo", "lib/text", "lib/text/format", "lib/text/format.rb", "lib/text/format/alpha.rb", "lib/text/format/number.rb", "lib/text/format/roman.rb", "tests/tc_text_format.rb", "tests/testall.rb"] s.homepage = %q{http://rubyforge.org/projects/text-format} s.rdoc_options = ["--title", "Text::Format", "--main", "README", "--line-numbers"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubyforge_project = %q{text-format} s.rubygems_version = %q{1.3.5} s.summary = %q{Text::Format formats fixed-width text nicely.} s.test_files = ["tests/tc_text_format.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 1.0.0"]) else s.add_dependency(%q, ["~> 1.0.0"]) end else s.add_dependency(%q, ["~> 1.0.0"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/text-format-1.0.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{text-hyphen} s.version = "1.0.0" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.autorequire = %q{text/hyphen} s.cert_chain = nil s.date = %q{2004-12-20} s.description = %q{} s.email = %q{text-hyphen@halostatue.ca} s.extra_rdoc_files = ["README", "LICENCE", "INSTALL", "ChangeLog"] s.files = ["bin", "Changelog", "INSTALL", "lib", "LICENCE", "Rakefile", "README", "tests", "bin/hyphen", "lib/text", "lib/text/hyphen", "lib/text/hyphen.rb", "lib/text/hyphen/language", "lib/text/hyphen/language.rb", "lib/text/hyphen/language/ca.rb", "lib/text/hyphen/language/cs.rb", "lib/text/hyphen/language/da.rb", "lib/text/hyphen/language/de1.rb", "lib/text/hyphen/language/de2.rb", "lib/text/hyphen/language/en_uk.rb", "lib/text/hyphen/language/en_us.rb", "lib/text/hyphen/language/es.rb", "lib/text/hyphen/language/et.rb", "lib/text/hyphen/language/eu.rb", "lib/text/hyphen/language/fi.rb", "lib/text/hyphen/language/fr.rb", "lib/text/hyphen/language/ga.rb", "lib/text/hyphen/language/hr.rb", "lib/text/hyphen/language/hsb.rb", "lib/text/hyphen/language/hu1.rb", "lib/text/hyphen/language/hu2.rb", "lib/text/hyphen/language/ia.rb", "lib/text/hyphen/language/id.rb", "lib/text/hyphen/language/is.rb", "lib/text/hyphen/language/it.rb", "lib/text/hyphen/language/la.rb", "lib/text/hyphen/language/mn.rb", "lib/text/hyphen/language/nl.rb", "lib/text/hyphen/language/no1.rb", "lib/text/hyphen/language/no2.rb", "lib/text/hyphen/language/pl.rb", "lib/text/hyphen/language/pt.rb", "lib/text/hyphen/language/sv.rb", "tests/tc_text_hyphen.rb", "ChangeLog"] s.homepage = %q{http://rubyforge.org/projects/text-format/} s.rdoc_options = ["--title", "Text::Hyphen", "--main", "README", "--line-numbers"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubyforge_project = %q{text-format} s.rubygems_version = %q{1.3.5} s.summary = %q{Multilingual word hyphenation according to modified TeX hyphenation pattern files.} s.test_files = ["tests/tc_text_hyphen.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 1 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/text-hyphen-1.0.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{thin} s.version = "1.2.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Marc-Andre Cournoyer"] s.date = %q{2009-12-13} s.default_executable = %q{thin} s.description = %q{A thin and fast web server} s.email = %q{macournoyer@gmail.com} s.executables = ["thin"] s.extensions = ["ext/thin_parser/extconf.rb"] s.files = ["COPYING", "CHANGELOG", "README", "Rakefile", "benchmark/abc", "benchmark/benchmarker.rb", "benchmark/runner", "bin/thin", "example/adapter.rb", "example/async_app.ru", "example/async_chat.ru", "example/async_tailer.ru", "example/config.ru", "example/monit_sockets", "example/monit_unixsock", "example/myapp.rb", "example/ramaze.ru", "example/thin.god", "example/thin_solaris_smf.erb", "example/thin_solaris_smf.readme.txt", "example/vlad.rake", "lib/rack/adapter/loader.rb", "lib/rack/adapter/rails.rb", "lib/thin/backends/base.rb", "lib/thin/backends/swiftiply_client.rb", "lib/thin/backends/tcp_server.rb", "lib/thin/backends/unix_server.rb", "lib/thin/command.rb", "lib/thin/connection.rb", "lib/thin/controllers/cluster.rb", "lib/thin/controllers/controller.rb", "lib/thin/controllers/service.rb", "lib/thin/controllers/service.sh.erb", "lib/thin/daemonizing.rb", "lib/thin/headers.rb", "lib/thin/logging.rb", "lib/thin/request.rb", "lib/thin/response.rb", "lib/thin/runner.rb", "lib/thin/server.rb", "lib/thin/stats.html.erb", "lib/thin/stats.rb", "lib/thin/statuses.rb", "lib/thin/version.rb", "lib/thin.rb", "spec/backends/swiftiply_client_spec.rb", "spec/backends/tcp_server_spec.rb", "spec/backends/unix_server_spec.rb", "spec/command_spec.rb", "spec/configs/cluster.yml", "spec/configs/single.yml", "spec/connection_spec.rb", "spec/controllers/cluster_spec.rb", "spec/controllers/controller_spec.rb", "spec/controllers/service_spec.rb", "spec/daemonizing_spec.rb", "spec/headers_spec.rb", "spec/logging_spec.rb", "spec/perf/request_perf_spec.rb", "spec/perf/response_perf_spec.rb", "spec/perf/server_perf_spec.rb", "spec/rack/loader_spec.rb", "spec/rack/rails_adapter_spec.rb", "spec/rails_app/app/controllers/application.rb", "spec/rails_app/app/controllers/simple_controller.rb", "spec/rails_app/app/helpers/application_helper.rb", "spec/rails_app/app/views/simple/index.html.erb", "spec/rails_app/config/boot.rb", "spec/rails_app/config/environment.rb", "spec/rails_app/config/environments/development.rb", "spec/rails_app/config/environments/production.rb", "spec/rails_app/config/environments/test.rb", "spec/rails_app/config/initializers/inflections.rb", "spec/rails_app/config/initializers/mime_types.rb", "spec/rails_app/config/routes.rb", "spec/rails_app/public/404.html", "spec/rails_app/public/422.html", "spec/rails_app/public/500.html", "spec/rails_app/public/dispatch.cgi", "spec/rails_app/public/dispatch.fcgi", "spec/rails_app/public/dispatch.rb", "spec/rails_app/public/favicon.ico", "spec/rails_app/public/images/rails.png", "spec/rails_app/public/index.html", "spec/rails_app/public/javascripts/application.js", "spec/rails_app/public/javascripts/controls.js", "spec/rails_app/public/javascripts/dragdrop.js", "spec/rails_app/public/javascripts/effects.js", "spec/rails_app/public/javascripts/prototype.js", "spec/rails_app/public/robots.txt", "spec/rails_app/script/about", "spec/rails_app/script/console", "spec/rails_app/script/destroy", "spec/rails_app/script/generate", "spec/rails_app/script/performance/benchmarker", "spec/rails_app/script/performance/profiler", "spec/rails_app/script/performance/request", "spec/rails_app/script/plugin", "spec/rails_app/script/process/inspector", "spec/rails_app/script/process/reaper", "spec/rails_app/script/process/spawner", "spec/rails_app/script/runner", "spec/rails_app/script/server", "spec/request/mongrel_spec.rb", "spec/request/parser_spec.rb", "spec/request/persistent_spec.rb", "spec/request/processing_spec.rb", "spec/response_spec.rb", "spec/runner_spec.rb", "spec/server/builder_spec.rb", "spec/server/pipelining_spec.rb", "spec/server/robustness_spec.rb", "spec/server/stopping_spec.rb", "spec/server/swiftiply.yml", "spec/server/swiftiply_spec.rb", "spec/server/tcp_spec.rb", "spec/server/threaded_spec.rb", "spec/server/unix_socket_spec.rb", "spec/server_spec.rb", "spec/spec_helper.rb", "tasks/announce.rake", "tasks/deploy.rake", "tasks/email.erb", "tasks/gem.rake", "tasks/rdoc.rake", "tasks/site.rake", "tasks/spec.rake", "tasks/stats.rake", "ext/thin_parser/ext_help.h", "ext/thin_parser/parser.h", "ext/thin_parser/parser.c", "ext/thin_parser/thin.c", "ext/thin_parser/extconf.rb", "ext/thin_parser/common.rl", "ext/thin_parser/parser.rl"] s.homepage = %q{http://code.macournoyer.com/thin/} s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.5") s.rubyforge_project = %q{thin} s.rubygems_version = %q{1.3.5} s.summary = %q{A thin and fast web server} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.0.0"]) s.add_runtime_dependency(%q, [">= 0.12.6"]) s.add_runtime_dependency(%q, [">= 1.0.9"]) else s.add_dependency(%q, [">= 1.0.0"]) s.add_dependency(%q, [">= 0.12.6"]) s.add_dependency(%q, [">= 1.0.9"]) end else s.add_dependency(%q, [">= 1.0.0"]) s.add_dependency(%q, [">= 0.12.6"]) s.add_dependency(%q, [">= 1.0.9"]) end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.2.5.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{thor} s.version = "0.13.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Yehuda Katz", "José Valim"] s.date = %q{2010-02-02} s.description = %q{A scripting framework that replaces rake, sake and rubigen} s.email = %q{ruby-thor@googlegroups.com} s.executables = ["thor", "rake2thor"] s.extra_rdoc_files = ["CHANGELOG.rdoc", "LICENSE", "README.rdoc", "Thorfile"] s.files = ["CHANGELOG.rdoc", "LICENSE", "README.rdoc", "Thorfile", "bin/rake2thor", "bin/thor", "lib/thor.rb", "lib/thor/actions.rb", "lib/thor/actions/create_file.rb", "lib/thor/actions/directory.rb", "lib/thor/actions/empty_directory.rb", "lib/thor/actions/file_manipulation.rb", "lib/thor/actions/inject_into_file.rb", "lib/thor/base.rb", "lib/thor/core_ext/file_binary_read.rb", "lib/thor/core_ext/hash_with_indifferent_access.rb", "lib/thor/core_ext/ordered_hash.rb", "lib/thor/error.rb", "lib/thor/group.rb", "lib/thor/invocation.rb", "lib/thor/parser.rb", "lib/thor/parser/argument.rb", "lib/thor/parser/arguments.rb", "lib/thor/parser/option.rb", "lib/thor/parser/options.rb", "lib/thor/rake_compat.rb", "lib/thor/runner.rb", "lib/thor/shell.rb", "lib/thor/shell/basic.rb", "lib/thor/shell/color.rb", "lib/thor/task.rb", "lib/thor/util.rb", "lib/thor/version.rb", "spec/actions/create_file_spec.rb", "spec/actions/directory_spec.rb", "spec/actions/empty_directory_spec.rb", "spec/actions/file_manipulation_spec.rb", "spec/actions/inject_into_file_spec.rb", "spec/actions_spec.rb", "spec/base_spec.rb", "spec/core_ext/hash_with_indifferent_access_spec.rb", "spec/core_ext/ordered_hash_spec.rb", "spec/fixtures/application.rb", "spec/fixtures/bundle/execute.rb", "spec/fixtures/doc/config.rb", "spec/group_spec.rb", "spec/invocation_spec.rb", "spec/parser/argument_spec.rb", "spec/parser/arguments_spec.rb", "spec/parser/option_spec.rb", "spec/parser/options_spec.rb", "spec/rake_compat_spec.rb", "spec/runner_spec.rb", "spec/shell/basic_spec.rb", "spec/shell/color_spec.rb", "spec/shell_spec.rb", "spec/spec_helper.rb", "spec/task_spec.rb", "spec/thor_spec.rb", "spec/util_spec.rb", "spec/fixtures/bundle/main.thor", "spec/fixtures/doc/%file_name%.rb.tt", "spec/fixtures/doc/README", "spec/fixtures/group.thor", "spec/fixtures/invoke.thor", "spec/fixtures/script.thor", "spec/fixtures/task.thor", "spec/spec.opts"] s.homepage = %q{http://yehudakatz.com} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{textmate} s.rubygems_version = %q{1.3.5} s.summary = %q{A scripting framework that replaces rake, sake and rubigen} s.test_files = ["spec/actions/create_file_spec.rb", "spec/actions/directory_spec.rb", "spec/actions/empty_directory_spec.rb", "spec/actions/file_manipulation_spec.rb", "spec/actions/inject_into_file_spec.rb", "spec/actions_spec.rb", "spec/base_spec.rb", "spec/core_ext/hash_with_indifferent_access_spec.rb", "spec/core_ext/ordered_hash_spec.rb", "spec/fixtures/application.rb", "spec/fixtures/bundle/execute.rb", "spec/fixtures/doc/config.rb", "spec/group_spec.rb", "spec/invocation_spec.rb", "spec/parser/argument_spec.rb", "spec/parser/arguments_spec.rb", "spec/parser/option_spec.rb", "spec/parser/options_spec.rb", "spec/rake_compat_spec.rb", "spec/runner_spec.rb", "spec/shell/basic_spec.rb", "spec/shell/color_spec.rb", "spec/shell_spec.rb", "spec/spec_helper.rb", "spec/task_spec.rb", "spec/thor_spec.rb", "spec/util_spec.rb", "spec/fixtures/bundle/main.thor", "spec/fixtures/doc/%file_name%.rb.tt", "spec/fixtures/doc/README", "spec/fixtures/group.thor", "spec/fixtures/invoke.thor", "spec/fixtures/script.thor", "spec/fixtures/task.thor", "spec/spec.opts"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.13.0.gemspec' WARNING: #' for nil:NilClass> # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{tzinfo} s.version = "0.3.16" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Philip Ross"] s.date = %q{2010-01-05} s.description = %q{TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones.} s.email = %q{phil.ross@gmail.com} s.extra_rdoc_files = ["README", "CHANGES"] s.files = ["CHANGES", "LICENSE", "Rakefile", "README", "lib/tzinfo/country.rb", "lib/tzinfo/country_index_definition.rb", "lib/tzinfo/country_info.rb", "lib/tzinfo/country_timezone.rb", "lib/tzinfo/data_timezone.rb", "lib/tzinfo/data_timezone_info.rb", "lib/tzinfo/definitions/Africa/Abidjan.rb", "lib/tzinfo/definitions/Africa/Accra.rb", "lib/tzinfo/definitions/Africa/Addis_Ababa.rb", "lib/tzinfo/definitions/Africa/Algiers.rb", "lib/tzinfo/definitions/Africa/Asmara.rb", "lib/tzinfo/definitions/Africa/Asmera.rb", "lib/tzinfo/definitions/Africa/Bamako.rb", "lib/tzinfo/definitions/Africa/Bangui.rb", "lib/tzinfo/definitions/Africa/Banjul.rb", "lib/tzinfo/definitions/Africa/Bissau.rb", "lib/tzinfo/definitions/Africa/Blantyre.rb", "lib/tzinfo/definitions/Africa/Brazzaville.rb", "lib/tzinfo/definitions/Africa/Bujumbura.rb", "lib/tzinfo/definitions/Africa/Cairo.rb", "lib/tzinfo/definitions/Africa/Casablanca.rb", "lib/tzinfo/definitions/Africa/Ceuta.rb", "lib/tzinfo/definitions/Africa/Conakry.rb", "lib/tzinfo/definitions/Africa/Dakar.rb", "lib/tzinfo/definitions/Africa/Dar_es_Salaam.rb", "lib/tzinfo/definitions/Africa/Djibouti.rb", "lib/tzinfo/definitions/Africa/Douala.rb", "lib/tzinfo/definitions/Africa/El_Aaiun.rb", "lib/tzinfo/definitions/Africa/Freetown.rb", "lib/tzinfo/definitions/Africa/Gaborone.rb", "lib/tzinfo/definitions/Africa/Harare.rb", "lib/tzinfo/definitions/Africa/Johannesburg.rb", "lib/tzinfo/definitions/Africa/Kampala.rb", "lib/tzinfo/definitions/Africa/Khartoum.rb", "lib/tzinfo/definitions/Africa/Kigali.rb", "lib/tzinfo/definitions/Africa/Kinshasa.rb", "lib/tzinfo/definitions/Africa/Lagos.rb", "lib/tzinfo/definitions/Africa/Libreville.rb", "lib/tzinfo/definitions/Africa/Lome.rb", "lib/tzinfo/definitions/Africa/Luanda.rb", "lib/tzinfo/definitions/Africa/Lubumbashi.rb", "lib/tzinfo/definitions/Africa/Lusaka.rb", "lib/tzinfo/definitions/Africa/Malabo.rb", "lib/tzinfo/definitions/Africa/Maputo.rb", "lib/tzinfo/definitions/Africa/Maseru.rb", "lib/tzinfo/definitions/Africa/Mbabane.rb", "lib/tzinfo/definitions/Africa/Mogadishu.rb", "lib/tzinfo/definitions/Africa/Monrovia.rb", "lib/tzinfo/definitions/Africa/Nairobi.rb", "lib/tzinfo/definitions/Africa/Ndjamena.rb", "lib/tzinfo/definitions/Africa/Niamey.rb", "lib/tzinfo/definitions/Africa/Nouakchott.rb", "lib/tzinfo/definitions/Africa/Ouagadougou.rb", "lib/tzinfo/definitions/Africa/Porto__m__Novo.rb", "lib/tzinfo/definitions/Africa/Sao_Tome.rb", "lib/tzinfo/definitions/Africa/Timbuktu.rb", "lib/tzinfo/definitions/Africa/Tripoli.rb", "lib/tzinfo/definitions/Africa/Tunis.rb", "lib/tzinfo/definitions/Africa/Windhoek.rb", "lib/tzinfo/definitions/America/Adak.rb", "lib/tzinfo/definitions/America/Anchorage.rb", "lib/tzinfo/definitions/America/Anguilla.rb", "lib/tzinfo/definitions/America/Antigua.rb", "lib/tzinfo/definitions/America/Araguaina.rb", "lib/tzinfo/definitions/America/Argentina/Buenos_Aires.rb", "lib/tzinfo/definitions/America/Argentina/Catamarca.rb", "lib/tzinfo/definitions/America/Argentina/ComodRivadavia.rb", "lib/tzinfo/definitions/America/Argentina/Cordoba.rb", "lib/tzinfo/definitions/America/Argentina/Jujuy.rb", "lib/tzinfo/definitions/America/Argentina/La_Rioja.rb", "lib/tzinfo/definitions/America/Argentina/Mendoza.rb", "lib/tzinfo/definitions/America/Argentina/Rio_Gallegos.rb", "lib/tzinfo/definitions/America/Argentina/Salta.rb", "lib/tzinfo/definitions/America/Argentina/San_Juan.rb", "lib/tzinfo/definitions/America/Argentina/San_Luis.rb", "lib/tzinfo/definitions/America/Argentina/Tucuman.rb", "lib/tzinfo/definitions/America/Argentina/Ushuaia.rb", "lib/tzinfo/definitions/America/Aruba.rb", "lib/tzinfo/definitions/America/Asuncion.rb", "lib/tzinfo/definitions/America/Atikokan.rb", "lib/tzinfo/definitions/America/Atka.rb", "lib/tzinfo/definitions/America/Bahia.rb", "lib/tzinfo/definitions/America/Barbados.rb", "lib/tzinfo/definitions/America/Belem.rb", "lib/tzinfo/definitions/America/Belize.rb", "lib/tzinfo/definitions/America/Blanc__m__Sablon.rb", "lib/tzinfo/definitions/America/Boa_Vista.rb", "lib/tzinfo/definitions/America/Bogota.rb", "lib/tzinfo/definitions/America/Boise.rb", "lib/tzinfo/definitions/America/Buenos_Aires.rb", "lib/tzinfo/definitions/America/Cambridge_Bay.rb", "lib/tzinfo/definitions/America/Campo_Grande.rb", "lib/tzinfo/definitions/America/Cancun.rb", "lib/tzinfo/definitions/America/Caracas.rb", "lib/tzinfo/definitions/America/Catamarca.rb", "lib/tzinfo/definitions/America/Cayenne.rb", "lib/tzinfo/definitions/America/Cayman.rb", "lib/tzinfo/definitions/America/Chicago.rb", "lib/tzinfo/definitions/America/Chihuahua.rb", "lib/tzinfo/definitions/America/Coral_Harbour.rb", "lib/tzinfo/definitions/America/Cordoba.rb", "lib/tzinfo/definitions/America/Costa_Rica.rb", "lib/tzinfo/definitions/America/Cuiaba.rb", "lib/tzinfo/definitions/America/Curacao.rb", "lib/tzinfo/definitions/America/Danmarkshavn.rb", "lib/tzinfo/definitions/America/Dawson.rb", "lib/tzinfo/definitions/America/Dawson_Creek.rb", "lib/tzinfo/definitions/America/Denver.rb", "lib/tzinfo/definitions/America/Detroit.rb", "lib/tzinfo/definitions/America/Dominica.rb", "lib/tzinfo/definitions/America/Edmonton.rb", "lib/tzinfo/definitions/America/Eirunepe.rb", "lib/tzinfo/definitions/America/El_Salvador.rb", "lib/tzinfo/definitions/America/Ensenada.rb", "lib/tzinfo/definitions/America/Fortaleza.rb", "lib/tzinfo/definitions/America/Fort_Wayne.rb", "lib/tzinfo/definitions/America/Glace_Bay.rb", "lib/tzinfo/definitions/America/Godthab.rb", "lib/tzinfo/definitions/America/Goose_Bay.rb", "lib/tzinfo/definitions/America/Grand_Turk.rb", "lib/tzinfo/definitions/America/Grenada.rb", "lib/tzinfo/definitions/America/Guadeloupe.rb", "lib/tzinfo/definitions/America/Guatemala.rb", "lib/tzinfo/definitions/America/Guayaquil.rb", "lib/tzinfo/definitions/America/Guyana.rb", "lib/tzinfo/definitions/America/Halifax.rb", "lib/tzinfo/definitions/America/Havana.rb", "lib/tzinfo/definitions/America/Hermosillo.rb", "lib/tzinfo/definitions/America/Indiana/Indianapolis.rb", "lib/tzinfo/definitions/America/Indiana/Knox.rb", "lib/tzinfo/definitions/America/Indiana/Marengo.rb", "lib/tzinfo/definitions/America/Indiana/Petersburg.rb", "lib/tzinfo/definitions/America/Indiana/Tell_City.rb", "lib/tzinfo/definitions/America/Indiana/Vevay.rb", "lib/tzinfo/definitions/America/Indiana/Vincennes.rb", "lib/tzinfo/definitions/America/Indiana/Winamac.rb", "lib/tzinfo/definitions/America/Indianapolis.rb", "lib/tzinfo/definitions/America/Inuvik.rb", "lib/tzinfo/definitions/America/Iqaluit.rb", "lib/tzinfo/definitions/America/Jamaica.rb", "lib/tzinfo/definitions/America/Jujuy.rb", "lib/tzinfo/definitions/America/Juneau.rb", "lib/tzinfo/definitions/America/Kentucky/Louisville.rb", "lib/tzinfo/definitions/America/Kentucky/Monticello.rb", "lib/tzinfo/definitions/America/Knox_IN.rb", "lib/tzinfo/definitions/America/La_Paz.rb", "lib/tzinfo/definitions/America/Lima.rb", "lib/tzinfo/definitions/America/Los_Angeles.rb", "lib/tzinfo/definitions/America/Louisville.rb", "lib/tzinfo/definitions/America/Maceio.rb", "lib/tzinfo/definitions/America/Managua.rb", "lib/tzinfo/definitions/America/Manaus.rb", "lib/tzinfo/definitions/America/Marigot.rb", "lib/tzinfo/definitions/America/Martinique.rb", "lib/tzinfo/definitions/America/Mazatlan.rb", "lib/tzinfo/definitions/America/Mendoza.rb", "lib/tzinfo/definitions/America/Menominee.rb", "lib/tzinfo/definitions/America/Merida.rb", "lib/tzinfo/definitions/America/Mexico_City.rb", "lib/tzinfo/definitions/America/Miquelon.rb", "lib/tzinfo/definitions/America/Moncton.rb", "lib/tzinfo/definitions/America/Monterrey.rb", "lib/tzinfo/definitions/America/Montevideo.rb", "lib/tzinfo/definitions/America/Montreal.rb", "lib/tzinfo/definitions/America/Montserrat.rb", "lib/tzinfo/definitions/America/Nassau.rb", "lib/tzinfo/definitions/America/New_York.rb", "lib/tzinfo/definitions/America/Nipigon.rb", "lib/tzinfo/definitions/America/Nome.rb", "lib/tzinfo/definitions/America/Noronha.rb", "lib/tzinfo/definitions/America/North_Dakota/Center.rb", "lib/tzinfo/definitions/America/North_Dakota/New_Salem.rb", "lib/tzinfo/definitions/America/Panama.rb", "lib/tzinfo/definitions/America/Pangnirtung.rb", "lib/tzinfo/definitions/America/Paramaribo.rb", "lib/tzinfo/definitions/America/Phoenix.rb", "lib/tzinfo/definitions/America/Porto_Acre.rb", "lib/tzinfo/definitions/America/Porto_Velho.rb", "lib/tzinfo/definitions/America/Port_of_Spain.rb", "lib/tzinfo/definitions/America/Port__m__au__m__Prince.rb", "lib/tzinfo/definitions/America/Puerto_Rico.rb", "lib/tzinfo/definitions/America/Rainy_River.rb", "lib/tzinfo/definitions/America/Rankin_Inlet.rb", "lib/tzinfo/definitions/America/Recife.rb", "lib/tzinfo/definitions/America/Regina.rb", "lib/tzinfo/definitions/America/Resolute.rb", "lib/tzinfo/definitions/America/Rio_Branco.rb", "lib/tzinfo/definitions/America/Rosario.rb", "lib/tzinfo/definitions/America/Santarem.rb", "lib/tzinfo/definitions/America/Santiago.rb", "lib/tzinfo/definitions/America/Santo_Domingo.rb", "lib/tzinfo/definitions/America/Sao_Paulo.rb", "lib/tzinfo/definitions/America/Scoresbysund.rb", "lib/tzinfo/definitions/America/Shiprock.rb", "lib/tzinfo/definitions/America/St_Barthelemy.rb", "lib/tzinfo/definitions/America/St_Johns.rb", "lib/tzinfo/definitions/America/St_Kitts.rb", "lib/tzinfo/definitions/America/St_Lucia.rb", "lib/tzinfo/definitions/America/St_Thomas.rb", "lib/tzinfo/definitions/America/St_Vincent.rb", "lib/tzinfo/definitions/America/Swift_Current.rb", "lib/tzinfo/definitions/America/Tegucigalpa.rb", "lib/tzinfo/definitions/America/Thule.rb", "lib/tzinfo/definitions/America/Thunder_Bay.rb", "lib/tzinfo/definitions/America/Tijuana.rb", "lib/tzinfo/definitions/America/Toronto.rb", "lib/tzinfo/definitions/America/Tortola.rb", "lib/tzinfo/definitions/America/Vancouver.rb", "lib/tzinfo/definitions/America/Virgin.rb", "lib/tzinfo/definitions/America/Whitehorse.rb", "lib/tzinfo/definitions/America/Winnipeg.rb", "lib/tzinfo/definitions/America/Yakutat.rb", "lib/tzinfo/definitions/America/Yellowknife.rb", "lib/tzinfo/definitions/Antarctica/Casey.rb", "lib/tzinfo/definitions/Antarctica/Davis.rb", "lib/tzinfo/definitions/Antarctica/DumontDUrville.rb", "lib/tzinfo/definitions/Antarctica/Mawson.rb", "lib/tzinfo/definitions/Antarctica/McMurdo.rb", "lib/tzinfo/definitions/Antarctica/Palmer.rb", "lib/tzinfo/definitions/Antarctica/Rothera.rb", "lib/tzinfo/definitions/Antarctica/South_Pole.rb", "lib/tzinfo/definitions/Antarctica/Syowa.rb", "lib/tzinfo/definitions/Antarctica/Vostok.rb", "lib/tzinfo/definitions/Arctic/Longyearbyen.rb", "lib/tzinfo/definitions/Asia/Aden.rb", "lib/tzinfo/definitions/Asia/Almaty.rb", "lib/tzinfo/definitions/Asia/Amman.rb", "lib/tzinfo/definitions/Asia/Anadyr.rb", "lib/tzinfo/definitions/Asia/Aqtau.rb", "lib/tzinfo/definitions/Asia/Aqtobe.rb", "lib/tzinfo/definitions/Asia/Ashgabat.rb", "lib/tzinfo/definitions/Asia/Ashkhabad.rb", "lib/tzinfo/definitions/Asia/Baghdad.rb", "lib/tzinfo/definitions/Asia/Bahrain.rb", "lib/tzinfo/definitions/Asia/Baku.rb", "lib/tzinfo/definitions/Asia/Bangkok.rb", "lib/tzinfo/definitions/Asia/Beirut.rb", "lib/tzinfo/definitions/Asia/Bishkek.rb", "lib/tzinfo/definitions/Asia/Brunei.rb", "lib/tzinfo/definitions/Asia/Calcutta.rb", "lib/tzinfo/definitions/Asia/Choibalsan.rb", "lib/tzinfo/definitions/Asia/Chongqing.rb", "lib/tzinfo/definitions/Asia/Chungking.rb", "lib/tzinfo/definitions/Asia/Colombo.rb", "lib/tzinfo/definitions/Asia/Dacca.rb", "lib/tzinfo/definitions/Asia/Damascus.rb", "lib/tzinfo/definitions/Asia/Dhaka.rb", "lib/tzinfo/definitions/Asia/Dili.rb", "lib/tzinfo/definitions/Asia/Dubai.rb", "lib/tzinfo/definitions/Asia/Dushanbe.rb", "lib/tzinfo/definitions/Asia/Gaza.rb", "lib/tzinfo/definitions/Asia/Harbin.rb", "lib/tzinfo/definitions/Asia/Hong_Kong.rb", "lib/tzinfo/definitions/Asia/Hovd.rb", "lib/tzinfo/definitions/Asia/Ho_Chi_Minh.rb", "lib/tzinfo/definitions/Asia/Irkutsk.rb", "lib/tzinfo/definitions/Asia/Istanbul.rb", "lib/tzinfo/definitions/Asia/Jakarta.rb", "lib/tzinfo/definitions/Asia/Jayapura.rb", "lib/tzinfo/definitions/Asia/Jerusalem.rb", "lib/tzinfo/definitions/Asia/Kabul.rb", "lib/tzinfo/definitions/Asia/Kamchatka.rb", "lib/tzinfo/definitions/Asia/Karachi.rb", "lib/tzinfo/definitions/Asia/Kashgar.rb", "lib/tzinfo/definitions/Asia/Kathmandu.rb", "lib/tzinfo/definitions/Asia/Katmandu.rb", "lib/tzinfo/definitions/Asia/Kolkata.rb", "lib/tzinfo/definitions/Asia/Krasnoyarsk.rb", "lib/tzinfo/definitions/Asia/Kuala_Lumpur.rb", "lib/tzinfo/definitions/Asia/Kuching.rb", "lib/tzinfo/definitions/Asia/Kuwait.rb", "lib/tzinfo/definitions/Asia/Macao.rb", "lib/tzinfo/definitions/Asia/Macau.rb", "lib/tzinfo/definitions/Asia/Magadan.rb", "lib/tzinfo/definitions/Asia/Makassar.rb", "lib/tzinfo/definitions/Asia/Manila.rb", "lib/tzinfo/definitions/Asia/Muscat.rb", "lib/tzinfo/definitions/Asia/Nicosia.rb", "lib/tzinfo/definitions/Asia/Novokuznetsk.rb", "lib/tzinfo/definitions/Asia/Novosibirsk.rb", "lib/tzinfo/definitions/Asia/Omsk.rb", "lib/tzinfo/definitions/Asia/Oral.rb", "lib/tzinfo/definitions/Asia/Phnom_Penh.rb", "lib/tzinfo/definitions/Asia/Pontianak.rb", "lib/tzinfo/definitions/Asia/Pyongyang.rb", "lib/tzinfo/definitions/Asia/Qatar.rb", "lib/tzinfo/definitions/Asia/Qyzylorda.rb", "lib/tzinfo/definitions/Asia/Rangoon.rb", "lib/tzinfo/definitions/Asia/Riyadh.rb", "lib/tzinfo/definitions/Asia/Riyadh87.rb", "lib/tzinfo/definitions/Asia/Riyadh88.rb", "lib/tzinfo/definitions/Asia/Riyadh89.rb", "lib/tzinfo/definitions/Asia/Saigon.rb", "lib/tzinfo/definitions/Asia/Sakhalin.rb", "lib/tzinfo/definitions/Asia/Samarkand.rb", "lib/tzinfo/definitions/Asia/Seoul.rb", "lib/tzinfo/definitions/Asia/Shanghai.rb", "lib/tzinfo/definitions/Asia/Singapore.rb", "lib/tzinfo/definitions/Asia/Taipei.rb", "lib/tzinfo/definitions/Asia/Tashkent.rb", "lib/tzinfo/definitions/Asia/Tbilisi.rb", "lib/tzinfo/definitions/Asia/Tehran.rb", "lib/tzinfo/definitions/Asia/Tel_Aviv.rb", "lib/tzinfo/definitions/Asia/Thimbu.rb", "lib/tzinfo/definitions/Asia/Thimphu.rb", "lib/tzinfo/definitions/Asia/Tokyo.rb", "lib/tzinfo/definitions/Asia/Ujung_Pandang.rb", "lib/tzinfo/definitions/Asia/Ulaanbaatar.rb", "lib/tzinfo/definitions/Asia/Ulan_Bator.rb", "lib/tzinfo/definitions/Asia/Urumqi.rb", "lib/tzinfo/definitions/Asia/Vientiane.rb", "lib/tzinfo/definitions/Asia/Vladivostok.rb", "lib/tzinfo/definitions/Asia/Yakutsk.rb", "lib/tzinfo/definitions/Asia/Yekaterinburg.rb", "lib/tzinfo/definitions/Asia/Yerevan.rb", "lib/tzinfo/definitions/Atlantic/Azores.rb", "lib/tzinfo/definitions/Atlantic/Bermuda.rb", "lib/tzinfo/definitions/Atlantic/Canary.rb", "lib/tzinfo/definitions/Atlantic/Cape_Verde.rb", "lib/tzinfo/definitions/Atlantic/Faeroe.rb", "lib/tzinfo/definitions/Atlantic/Faroe.rb", "lib/tzinfo/definitions/Atlantic/Jan_Mayen.rb", "lib/tzinfo/definitions/Atlantic/Madeira.rb", "lib/tzinfo/definitions/Atlantic/Reykjavik.rb", "lib/tzinfo/definitions/Atlantic/South_Georgia.rb", "lib/tzinfo/definitions/Atlantic/Stanley.rb", "lib/tzinfo/definitions/Atlantic/St_Helena.rb", "lib/tzinfo/definitions/Australia/ACT.rb", "lib/tzinfo/definitions/Australia/Adelaide.rb", "lib/tzinfo/definitions/Australia/Brisbane.rb", "lib/tzinfo/definitions/Australia/Broken_Hill.rb", "lib/tzinfo/definitions/Australia/Canberra.rb", "lib/tzinfo/definitions/Australia/Currie.rb", "lib/tzinfo/definitions/Australia/Darwin.rb", "lib/tzinfo/definitions/Australia/Eucla.rb", "lib/tzinfo/definitions/Australia/Hobart.rb", "lib/tzinfo/definitions/Australia/LHI.rb", "lib/tzinfo/definitions/Australia/Lindeman.rb", "lib/tzinfo/definitions/Australia/Lord_Howe.rb", "lib/tzinfo/definitions/Australia/Melbourne.rb", "lib/tzinfo/definitions/Australia/North.rb", "lib/tzinfo/definitions/Australia/NSW.rb", "lib/tzinfo/definitions/Australia/Perth.rb", "lib/tzinfo/definitions/Australia/Queensland.rb", "lib/tzinfo/definitions/Australia/South.rb", "lib/tzinfo/definitions/Australia/Sydney.rb", "lib/tzinfo/definitions/Australia/Tasmania.rb", "lib/tzinfo/definitions/Australia/Victoria.rb", "lib/tzinfo/definitions/Australia/West.rb", "lib/tzinfo/definitions/Australia/Yancowinna.rb", "lib/tzinfo/definitions/Brazil/Acre.rb", "lib/tzinfo/definitions/Brazil/DeNoronha.rb", "lib/tzinfo/definitions/Brazil/East.rb", "lib/tzinfo/definitions/Brazil/West.rb", "lib/tzinfo/definitions/Canada/Atlantic.rb", "lib/tzinfo/definitions/Canada/Central.rb", "lib/tzinfo/definitions/Canada/Eastern.rb", "lib/tzinfo/definitions/Canada/East__m__Saskatchewan.rb", "lib/tzinfo/definitions/Canada/Mountain.rb", "lib/tzinfo/definitions/Canada/Newfoundland.rb", "lib/tzinfo/definitions/Canada/Pacific.rb", "lib/tzinfo/definitions/Canada/Saskatchewan.rb", "lib/tzinfo/definitions/Canada/Yukon.rb", "lib/tzinfo/definitions/CET.rb", "lib/tzinfo/definitions/Chile/Continental.rb", "lib/tzinfo/definitions/Chile/EasterIsland.rb", "lib/tzinfo/definitions/CST6CDT.rb", "lib/tzinfo/definitions/Cuba.rb", "lib/tzinfo/definitions/EET.rb", "lib/tzinfo/definitions/Egypt.rb", "lib/tzinfo/definitions/Eire.rb", "lib/tzinfo/definitions/EST.rb", "lib/tzinfo/definitions/EST5EDT.rb", "lib/tzinfo/definitions/Etc/GMT.rb", "lib/tzinfo/definitions/Etc/GMT0.rb", "lib/tzinfo/definitions/Etc/GMT__m__0.rb", "lib/tzinfo/definitions/Etc/GMT__m__1.rb", "lib/tzinfo/definitions/Etc/GMT__m__10.rb", "lib/tzinfo/definitions/Etc/GMT__m__11.rb", "lib/tzinfo/definitions/Etc/GMT__m__12.rb", "lib/tzinfo/definitions/Etc/GMT__m__13.rb", "lib/tzinfo/definitions/Etc/GMT__m__14.rb", "lib/tzinfo/definitions/Etc/GMT__m__2.rb", "lib/tzinfo/definitions/Etc/GMT__m__3.rb", "lib/tzinfo/definitions/Etc/GMT__m__4.rb", "lib/tzinfo/definitions/Etc/GMT__m__5.rb", "lib/tzinfo/definitions/Etc/GMT__m__6.rb", "lib/tzinfo/definitions/Etc/GMT__m__7.rb", "lib/tzinfo/definitions/Etc/GMT__m__8.rb", "lib/tzinfo/definitions/Etc/GMT__m__9.rb", "lib/tzinfo/definitions/Etc/GMT__p__0.rb", "lib/tzinfo/definitions/Etc/GMT__p__1.rb", "lib/tzinfo/definitions/Etc/GMT__p__10.rb", "lib/tzinfo/definitions/Etc/GMT__p__11.rb", "lib/tzinfo/definitions/Etc/GMT__p__12.rb", "lib/tzinfo/definitions/Etc/GMT__p__2.rb", "lib/tzinfo/definitions/Etc/GMT__p__3.rb", "lib/tzinfo/definitions/Etc/GMT__p__4.rb", "lib/tzinfo/definitions/Etc/GMT__p__5.rb", "lib/tzinfo/definitions/Etc/GMT__p__6.rb", "lib/tzinfo/definitions/Etc/GMT__p__7.rb", "lib/tzinfo/definitions/Etc/GMT__p__8.rb", "lib/tzinfo/definitions/Etc/GMT__p__9.rb", "lib/tzinfo/definitions/Etc/Greenwich.rb", "lib/tzinfo/definitions/Etc/UCT.rb", "lib/tzinfo/definitions/Etc/Universal.rb", "lib/tzinfo/definitions/Etc/UTC.rb", "lib/tzinfo/definitions/Etc/Zulu.rb", "lib/tzinfo/definitions/Europe/Amsterdam.rb", "lib/tzinfo/definitions/Europe/Andorra.rb", "lib/tzinfo/definitions/Europe/Athens.rb", "lib/tzinfo/definitions/Europe/Belfast.rb", "lib/tzinfo/definitions/Europe/Belgrade.rb", "lib/tzinfo/definitions/Europe/Berlin.rb", "lib/tzinfo/definitions/Europe/Bratislava.rb", "lib/tzinfo/definitions/Europe/Brussels.rb", "lib/tzinfo/definitions/Europe/Bucharest.rb", "lib/tzinfo/definitions/Europe/Budapest.rb", "lib/tzinfo/definitions/Europe/Chisinau.rb", "lib/tzinfo/definitions/Europe/Copenhagen.rb", "lib/tzinfo/definitions/Europe/Dublin.rb", "lib/tzinfo/definitions/Europe/Gibraltar.rb", "lib/tzinfo/definitions/Europe/Guernsey.rb", "lib/tzinfo/definitions/Europe/Helsinki.rb", "lib/tzinfo/definitions/Europe/Isle_of_Man.rb", "lib/tzinfo/definitions/Europe/Istanbul.rb", "lib/tzinfo/definitions/Europe/Jersey.rb", "lib/tzinfo/definitions/Europe/Kaliningrad.rb", "lib/tzinfo/definitions/Europe/Kiev.rb", "lib/tzinfo/definitions/Europe/Lisbon.rb", "lib/tzinfo/definitions/Europe/Ljubljana.rb", "lib/tzinfo/definitions/Europe/London.rb", "lib/tzinfo/definitions/Europe/Luxembourg.rb", "lib/tzinfo/definitions/Europe/Madrid.rb", "lib/tzinfo/definitions/Europe/Malta.rb", "lib/tzinfo/definitions/Europe/Mariehamn.rb", "lib/tzinfo/definitions/Europe/Minsk.rb", "lib/tzinfo/definitions/Europe/Monaco.rb", "lib/tzinfo/definitions/Europe/Moscow.rb", "lib/tzinfo/definitions/Europe/Nicosia.rb", "lib/tzinfo/definitions/Europe/Oslo.rb", "lib/tzinfo/definitions/Europe/Paris.rb", "lib/tzinfo/definitions/Europe/Podgorica.rb", "lib/tzinfo/definitions/Europe/Prague.rb", "lib/tzinfo/definitions/Europe/Riga.rb", "lib/tzinfo/definitions/Europe/Rome.rb", "lib/tzinfo/definitions/Europe/Samara.rb", "lib/tzinfo/definitions/Europe/San_Marino.rb", "lib/tzinfo/definitions/Europe/Sarajevo.rb", "lib/tzinfo/definitions/Europe/Simferopol.rb", "lib/tzinfo/definitions/Europe/Skopje.rb", "lib/tzinfo/definitions/Europe/Sofia.rb", "lib/tzinfo/definitions/Europe/Stockholm.rb", "lib/tzinfo/definitions/Europe/Tallinn.rb", "lib/tzinfo/definitions/Europe/Tirane.rb", "lib/tzinfo/definitions/Europe/Tiraspol.rb", "lib/tzinfo/definitions/Europe/Uzhgorod.rb", "lib/tzinfo/definitions/Europe/Vaduz.rb", "lib/tzinfo/definitions/Europe/Vatican.rb", "lib/tzinfo/definitions/Europe/Vienna.rb", "lib/tzinfo/definitions/Europe/Vilnius.rb", "lib/tzinfo/definitions/Europe/Volgograd.rb", "lib/tzinfo/definitions/Europe/Warsaw.rb", "lib/tzinfo/definitions/Europe/Zagreb.rb", "lib/tzinfo/definitions/Europe/Zaporozhye.rb", "lib/tzinfo/definitions/Europe/Zurich.rb", "lib/tzinfo/definitions/GB.rb", "lib/tzinfo/definitions/GB__m__Eire.rb", "lib/tzinfo/definitions/GMT.rb", "lib/tzinfo/definitions/GMT0.rb", "lib/tzinfo/definitions/GMT__m__0.rb", "lib/tzinfo/definitions/GMT__p__0.rb", "lib/tzinfo/definitions/Greenwich.rb", "lib/tzinfo/definitions/Hongkong.rb", "lib/tzinfo/definitions/HST.rb", "lib/tzinfo/definitions/Iceland.rb", "lib/tzinfo/definitions/Indian/Antananarivo.rb", "lib/tzinfo/definitions/Indian/Chagos.rb", "lib/tzinfo/definitions/Indian/Christmas.rb", "lib/tzinfo/definitions/Indian/Cocos.rb", "lib/tzinfo/definitions/Indian/Comoro.rb", "lib/tzinfo/definitions/Indian/Kerguelen.rb", "lib/tzinfo/definitions/Indian/Mahe.rb", "lib/tzinfo/definitions/Indian/Maldives.rb", "lib/tzinfo/definitions/Indian/Mauritius.rb", "lib/tzinfo/definitions/Indian/Mayotte.rb", "lib/tzinfo/definitions/Indian/Reunion.rb", "lib/tzinfo/definitions/Iran.rb", "lib/tzinfo/definitions/Israel.rb", "lib/tzinfo/definitions/Jamaica.rb", "lib/tzinfo/definitions/Japan.rb", "lib/tzinfo/definitions/Kwajalein.rb", "lib/tzinfo/definitions/Libya.rb", "lib/tzinfo/definitions/MET.rb", "lib/tzinfo/definitions/Mexico/BajaNorte.rb", "lib/tzinfo/definitions/Mexico/BajaSur.rb", "lib/tzinfo/definitions/Mexico/General.rb", "lib/tzinfo/definitions/Mideast/Riyadh87.rb", "lib/tzinfo/definitions/Mideast/Riyadh88.rb", "lib/tzinfo/definitions/Mideast/Riyadh89.rb", "lib/tzinfo/definitions/MST.rb", "lib/tzinfo/definitions/MST7MDT.rb", "lib/tzinfo/definitions/Navajo.rb", "lib/tzinfo/definitions/NZ.rb", "lib/tzinfo/definitions/NZ__m__CHAT.rb", "lib/tzinfo/definitions/Pacific/Apia.rb", "lib/tzinfo/definitions/Pacific/Auckland.rb", "lib/tzinfo/definitions/Pacific/Chatham.rb", "lib/tzinfo/definitions/Pacific/Easter.rb", "lib/tzinfo/definitions/Pacific/Efate.rb", "lib/tzinfo/definitions/Pacific/Enderbury.rb", "lib/tzinfo/definitions/Pacific/Fakaofo.rb", "lib/tzinfo/definitions/Pacific/Fiji.rb", "lib/tzinfo/definitions/Pacific/Funafuti.rb", "lib/tzinfo/definitions/Pacific/Galapagos.rb", "lib/tzinfo/definitions/Pacific/Gambier.rb", "lib/tzinfo/definitions/Pacific/Guadalcanal.rb", "lib/tzinfo/definitions/Pacific/Guam.rb", "lib/tzinfo/definitions/Pacific/Honolulu.rb", "lib/tzinfo/definitions/Pacific/Johnston.rb", "lib/tzinfo/definitions/Pacific/Kiritimati.rb", "lib/tzinfo/definitions/Pacific/Kosrae.rb", "lib/tzinfo/definitions/Pacific/Kwajalein.rb", "lib/tzinfo/definitions/Pacific/Majuro.rb", "lib/tzinfo/definitions/Pacific/Marquesas.rb", "lib/tzinfo/definitions/Pacific/Midway.rb", "lib/tzinfo/definitions/Pacific/Nauru.rb", "lib/tzinfo/definitions/Pacific/Niue.rb", "lib/tzinfo/definitions/Pacific/Norfolk.rb", "lib/tzinfo/definitions/Pacific/Noumea.rb", "lib/tzinfo/definitions/Pacific/Pago_Pago.rb", "lib/tzinfo/definitions/Pacific/Palau.rb", "lib/tzinfo/definitions/Pacific/Pitcairn.rb", "lib/tzinfo/definitions/Pacific/Ponape.rb", "lib/tzinfo/definitions/Pacific/Port_Moresby.rb", "lib/tzinfo/definitions/Pacific/Rarotonga.rb", "lib/tzinfo/definitions/Pacific/Saipan.rb", "lib/tzinfo/definitions/Pacific/Samoa.rb", "lib/tzinfo/definitions/Pacific/Tahiti.rb", "lib/tzinfo/definitions/Pacific/Tarawa.rb", "lib/tzinfo/definitions/Pacific/Tongatapu.rb", "lib/tzinfo/definitions/Pacific/Truk.rb", "lib/tzinfo/definitions/Pacific/Wake.rb", "lib/tzinfo/definitions/Pacific/Wallis.rb", "lib/tzinfo/definitions/Pacific/Yap.rb", "lib/tzinfo/definitions/Poland.rb", "lib/tzinfo/definitions/Portugal.rb", "lib/tzinfo/definitions/PRC.rb", "lib/tzinfo/definitions/PST8PDT.rb", "lib/tzinfo/definitions/ROC.rb", "lib/tzinfo/definitions/ROK.rb", "lib/tzinfo/definitions/Singapore.rb", "lib/tzinfo/definitions/Turkey.rb", "lib/tzinfo/definitions/UCT.rb", "lib/tzinfo/definitions/Universal.rb", "lib/tzinfo/definitions/US/Alaska.rb", "lib/tzinfo/definitions/US/Aleutian.rb", "lib/tzinfo/definitions/US/Arizona.rb", "lib/tzinfo/definitions/US/Central.rb", "lib/tzinfo/definitions/US/Eastern.rb", "lib/tzinfo/definitions/US/East__m__Indiana.rb", "lib/tzinfo/definitions/US/Hawaii.rb", "lib/tzinfo/definitions/US/Indiana__m__Starke.rb", "lib/tzinfo/definitions/US/Michigan.rb", "lib/tzinfo/definitions/US/Mountain.rb", "lib/tzinfo/definitions/US/Pacific.rb", "lib/tzinfo/definitions/US/Pacific__m__New.rb", "lib/tzinfo/definitions/US/Samoa.rb", "lib/tzinfo/definitions/UTC.rb", "lib/tzinfo/definitions/WET.rb", "lib/tzinfo/definitions/W__m__SU.rb", "lib/tzinfo/definitions/Zulu.rb", "lib/tzinfo/indexes/countries.rb", "lib/tzinfo/indexes/timezones.rb", "lib/tzinfo/info_timezone.rb", "lib/tzinfo/linked_timezone.rb", "lib/tzinfo/linked_timezone_info.rb", "lib/tzinfo/offset_rationals.rb", "lib/tzinfo/ruby_core_support.rb", "lib/tzinfo/timezone.rb", "lib/tzinfo/timezone_definition.rb", "lib/tzinfo/timezone_index_definition.rb", "lib/tzinfo/timezone_info.rb", "lib/tzinfo/timezone_offset_info.rb", "lib/tzinfo/timezone_period.rb", "lib/tzinfo/timezone_proxy.rb", "lib/tzinfo/timezone_transition_info.rb", "lib/tzinfo/time_or_datetime.rb", "lib/tzinfo/tzdataparser.rb", "lib/tzinfo.rb", "test/tc_country.rb", "test/tc_country_index_definition.rb", "test/tc_country_info.rb", "test/tc_country_timezone.rb", "test/tc_data_timezone.rb", "test/tc_data_timezone_info.rb", "test/tc_info_timezone.rb", "test/tc_linked_timezone.rb", "test/tc_linked_timezone_info.rb", "test/tc_offset_rationals.rb", "test/tc_ruby_core_support.rb", "test/tc_timezone.rb", "test/tc_timezone_definition.rb", "test/tc_timezone_index_definition.rb", "test/tc_timezone_info.rb", "test/tc_timezone_london.rb", "test/tc_timezone_melbourne.rb", "test/tc_timezone_new_york.rb", "test/tc_timezone_offset_info.rb", "test/tc_timezone_period.rb", "test/tc_timezone_proxy.rb", "test/tc_timezone_transition_info.rb", "test/tc_timezone_utc.rb", "test/tc_time_or_datetime.rb", "test/test_utils.rb", "test/ts_all.rb"] s.homepage = %q{http://tzinfo.rubyforge.org/} s.rdoc_options = ["--exclude", "definitions", "--exclude", "indexes"] s.require_paths = ["lib"] s.rubyforge_project = %q{tzinfo} s.rubygems_version = %q{1.3.5} s.summary = %q{Daylight-savings aware timezone library} s.test_files = ["test/tc_country.rb", "test/tc_country_index_definition.rb", "test/tc_country_info.rb", "test/tc_country_timezone.rb", "test/tc_data_timezone.rb", "test/tc_data_timezone_info.rb", "test/tc_info_timezone.rb", "test/tc_linked_timezone.rb", "test/tc_linked_timezone_info.rb", "test/tc_offset_rationals.rb", "test/tc_ruby_core_support.rb", "test/tc_timezone.rb", "test/tc_timezone_definition.rb", "test/tc_timezone_index_definition.rb", "test/tc_timezone_info.rb", "test/tc_timezone_london.rb", "test/tc_timezone_melbourne.rb", "test/tc_timezone_new_york.rb", "test/tc_timezone_offset_info.rb", "test/tc_timezone_period.rb", "test/tc_timezone_proxy.rb", "test/tc_timezone_transition_info.rb", "test/tc_timezone_utc.rb", "test/tc_time_or_datetime.rb", "test/test_utils.rb", "test/ts_all.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end WARNING: Invalid .gemspec format in '/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.16.gemspec' /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:161: [BUG] rb_add_method: unsupported method type (8) ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin10.2.0] -- control frame ---------- c:0035 p:0127 s:0089 b:0089 l:0002c8 d:0002c8 CLASS /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:161 c:0034 p:0011 s:0087 b:0087 l:000086 d:000086 CLASS /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:41 c:0033 p:0045 s:0085 b:0085 l:000084 d:000084 TOP /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:5 c:0032 p:---- s:0083 b:0083 l:000082 d:000082 FINISH c:0031 p:0031 s:0081 b:0080 l:000079 d:000079 CLASS /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:20 c:0030 p:0027 s:0078 b:0078 l:000077 d:000077 CLASS /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:18 c:0029 p:0009 s:0076 b:0076 l:000075 d:000075 TOP /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:1 c:0028 p:---- s:0074 b:0074 l:000073 d:000073 FINISH c:0027 p:0065 s:0072 b:0071 l:000063 d:000070 BLOCK /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:2382 c:0026 p:---- s:0069 b:0069 l:000068 d:000068 FINISH c:0025 p:---- s:0067 b:0067 l:000066 d:000066 CFUNC :class_eval c:0024 p:0395 s:0064 b:0064 l:000063 d:000063 CLASS /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:2377 c:0023 p:0189 s:0062 b:0062 l:000061 d:000061 TOP /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:17 c:0022 p:---- s:0060 b:0060 l:000059 d:000059 FINISH c:0021 p:0205 s:0058 b:0056 l:000055 d:000055 TOP /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record.rb:116 c:0020 p:---- s:0052 b:0052 l:000051 d:000051 FINISH c:0019 p:---- s:0050 b:0050 l:000049 d:000049 CFUNC :require c:0018 p:0011 s:0046 b:0046 l:000045 d:000045 TOP /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/railtie.rb:1 c:0017 p:---- s:0044 b:0044 l:000043 d:000043 FINISH c:0016 p:---- s:0042 b:0042 l:000041 d:000041 CFUNC :require c:0015 p:0021 s:0038 b:0038 l:000029 d:000037 BLOCK /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:11 c:0014 p:---- s:0035 b:0035 l:000034 d:000034 FINISH c:0013 p:---- s:0033 b:0033 l:000032 d:000032 CFUNC :each c:0012 p:0032 s:0030 b:0030 l:000029 d:000029 TOP /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:5 c:0011 p:---- s:0028 b:0028 l:000027 d:000027 FINISH c:0010 p:---- s:0026 b:0026 l:000025 d:000025 CFUNC :require c:0009 p:0038 s:0022 b:0022 l:000021 d:000021 TOP /Users/admin/tmp/ror3/config/application.rb:3 c:0008 p:---- s:0020 b:0020 l:000019 d:000019 FINISH c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC :require c:0006 p:0364 s:0014 b:0014 l:000013 d:000013 TOP /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/commands.rb:33 c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require c:0003 p:0120 s:0006 b:0006 l:002368 d:000328 EVAL script/rails:10 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:002368 d:002368 TOP --------------------------- script/rails:10:in `
' script/rails:10:in `require' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/commands.rb:33:in `' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/commands.rb:33:in `require' /Users/admin/tmp/ror3/config/application.rb:3:in `' /Users/admin/tmp/ror3/config/application.rb:3:in `require' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:5:in `' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:5:in `each' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:11:in `block in ' /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta/lib/rails/all.rb:11:in `require' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/railtie.rb:1:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/railtie.rb:1:in `require' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record.rb:116:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:17:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:2377:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:2377:in `class_eval' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/base.rb:2382:in `block in ' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:1:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:18:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.0.0.beta/lib/active_record/validations.rb:20:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:5:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:41:in `' /usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.0.0.beta/lib/active_model/validations.rb:161:in `' -- C level backtrace information ------------------------------------------- 0 ruby 0x000000010015d233 rb_vm_bugreport + 195 1 ruby 0x00000001000341f4 report_bug + 372 2 ruby 0x00000001000343b8 rb_bug + 200 3 ruby 0x0000000100155f8f rb_alias + 319 4 ruby 0x000000010015617b m_core_set_method_alias + 43 5 ruby 0x0000000100145632 vm_call_cfunc + 354 6 ruby 0x000000010015a324 vm_call_method + 1268 7 ruby 0x000000010014ab84 vm_exec_core + 4452 8 ruby 0x0000000100151aae vm_exec + 1102 9 ruby 0x0000000100151e72 rb_iseq_eval + 306 10 ruby 0x000000010003a718 rb_load_internal + 296 11 ruby 0x000000010003b9ec rb_require_safe + 1052 12 ruby 0x0000000100128fe3 rb_autoload_load + 147 13 ruby 0x0000000100129057 rb_const_get_0 + 103 14 ruby 0x000000010014a009 vm_exec_core + 1513 15 ruby 0x0000000100151aae vm_exec + 1102 16 ruby 0x0000000100151e72 rb_iseq_eval + 306 17 ruby 0x000000010003a718 rb_load_internal + 296 18 ruby 0x000000010003b9ec rb_require_safe + 1052 19 ruby 0x0000000100128fe3 rb_autoload_load + 147 20 ruby 0x000000010014f11e vm_exec_core + 22270 21 ruby 0x0000000100151aae vm_exec + 1102 22 ruby 0x0000000100152c4c yield_under + 764 23 ruby 0x00000001001531dd specific_eval + 61 24 ruby 0x0000000100145632 vm_call_cfunc + 354 25 ruby 0x000000010015a324 vm_call_method + 1268 26 ruby 0x000000010014ab84 vm_exec_core + 4452 27 ruby 0x0000000100151aae vm_exec + 1102 28 ruby 0x0000000100151e72 rb_iseq_eval + 306 29 ruby 0x000000010003a718 rb_load_internal + 296 30 ruby 0x000000010003b9ec rb_require_safe + 1052 31 ruby 0x0000000100128fe3 rb_autoload_load + 147 32 ruby 0x0000000100129057 rb_const_get_0 + 103 33 ruby 0x000000010014a009 vm_exec_core + 1513 34 ruby 0x0000000100151aae vm_exec + 1102 35 ruby 0x0000000100151e72 rb_iseq_eval + 306 36 ruby 0x000000010003a718 rb_load_internal + 296 37 ruby 0x000000010003b9ec rb_require_safe + 1052 38 ruby 0x0000000100145632 vm_call_cfunc + 354 39 ruby 0x000000010015a324 vm_call_method + 1268 40 ruby 0x000000010014ab84 vm_exec_core + 4452 41 ruby 0x0000000100151aae vm_exec + 1102 42 ruby 0x0000000100151e72 rb_iseq_eval + 306 43 ruby 0x000000010003a718 rb_load_internal + 296 44 ruby 0x000000010003b9ec rb_require_safe + 1052 45 ruby 0x0000000100145632 vm_call_cfunc + 354 46 ruby 0x000000010015a324 vm_call_method + 1268 47 ruby 0x000000010014ab84 vm_exec_core + 4452 48 ruby 0x0000000100151aae vm_exec + 1102 49 ruby 0x000000010015b849 rb_yield + 505 50 ruby 0x00000001000069d2 rb_ary_each + 82 51 ruby 0x0000000100145632 vm_call_cfunc + 354 52 ruby 0x000000010015a324 vm_call_method + 1268 53 ruby 0x000000010014ab84 vm_exec_core + 4452 54 ruby 0x0000000100151aae vm_exec + 1102 55 ruby 0x0000000100151e72 rb_iseq_eval + 306 56 ruby 0x000000010003a718 rb_load_internal + 296 57 ruby 0x000000010003b9ec rb_require_safe + 1052 58 ruby 0x0000000100145632 vm_call_cfunc + 354 59 ruby 0x000000010015a324 vm_call_method + 1268 60 ruby 0x000000010014ab84 vm_exec_core + 4452 61 ruby 0x0000000100151aae vm_exec + 1102 62 ruby 0x0000000100151e72 rb_iseq_eval + 306 63 ruby 0x000000010003a718 rb_load_internal + 296 64 ruby 0x000000010003b9ec rb_require_safe + 1052 65 ruby 0x0000000100145632 vm_call_cfunc + 354 66 ruby 0x000000010015a324 vm_call_method + 1268 67 ruby 0x000000010014ab84 vm_exec_core + 4452 68 ruby 0x0000000100151aae vm_exec + 1102 69 ruby 0x0000000100151e72 rb_iseq_eval + 306 70 ruby 0x000000010003a718 rb_load_internal + 296 71 ruby 0x000000010003b9ec rb_require_safe + 1052 72 ruby 0x0000000100145632 vm_call_cfunc + 354 73 ruby 0x000000010015a324 vm_call_method + 1268 74 ruby 0x000000010014ab84 vm_exec_core + 4452 75 ruby 0x0000000100151aae vm_exec + 1102 76 ruby 0x0000000100151d10 rb_iseq_eval_main + 464 77 ruby 0x0000000100037cc2 ruby_exec_node + 178 78 ruby 0x0000000100039b44 ruby_run_node + 84 79 ruby 0x00000001000015af main + 79 80 ruby 0x0000000100001554 start + 52 [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html Abort trap