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

ruby-changes:47664

From: svn <ko1@a...>
Date: Fri, 8 Sep 2017 17:46:04 +0900 (JST)
Subject: [ruby-changes:47664] svn:r59780 (trunk): * properties.

svn	2017-09-08 17:45:47 +0900 (Fri, 08 Sep 2017)

  New Revision: 59780

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59780

  Log:
    * properties.

  Modified files:
    trunk/bin/bundle
    trunk/bin/bundle_ruby
    trunk/bin/bundler
    trunk/lib/bundler/capistrano.rb
    trunk/lib/bundler/cli/add.rb
    trunk/lib/bundler/cli/binstubs.rb
    trunk/lib/bundler/cli/cache.rb
    trunk/lib/bundler/cli/check.rb
    trunk/lib/bundler/cli/clean.rb
    trunk/lib/bundler/cli/common.rb
    trunk/lib/bundler/cli/config.rb
    trunk/lib/bundler/cli/console.rb
    trunk/lib/bundler/cli/doctor.rb
    trunk/lib/bundler/cli/exec.rb
    trunk/lib/bundler/cli/gem.rb
    trunk/lib/bundler/cli/info.rb
    trunk/lib/bundler/cli/init.rb
    trunk/lib/bundler/cli/inject.rb
    trunk/lib/bundler/cli/install.rb
    trunk/lib/bundler/cli/issue.rb
    trunk/lib/bundler/cli/lock.rb
    trunk/lib/bundler/cli/open.rb
    trunk/lib/bundler/cli/outdated.rb
    trunk/lib/bundler/cli/package.rb
    trunk/lib/bundler/cli/platform.rb
    trunk/lib/bundler/cli/plugin.rb
    trunk/lib/bundler/cli/pristine.rb
    trunk/lib/bundler/cli/show.rb
    trunk/lib/bundler/cli/update.rb
    trunk/lib/bundler/cli/viz.rb
    trunk/lib/bundler/cli.rb
    trunk/lib/bundler/compact_index_client/cache.rb
    trunk/lib/bundler/compact_index_client/updater.rb
    trunk/lib/bundler/compact_index_client.rb
    trunk/lib/bundler/constants.rb
    trunk/lib/bundler/current_ruby.rb
    trunk/lib/bundler/definition.rb
    trunk/lib/bundler/dep_proxy.rb
    trunk/lib/bundler/dependency.rb
    trunk/lib/bundler/deployment.rb
    trunk/lib/bundler/deprecate.rb
    trunk/lib/bundler/dsl.rb
    trunk/lib/bundler/endpoint_specification.rb
    trunk/lib/bundler/env.rb
    trunk/lib/bundler/environment_preserver.rb
    trunk/lib/bundler/errors.rb
    trunk/lib/bundler/feature_flag.rb
    trunk/lib/bundler/fetcher/base.rb
    trunk/lib/bundler/fetcher/compact_index.rb
    trunk/lib/bundler/fetcher/dependency.rb
    trunk/lib/bundler/fetcher/downloader.rb
    trunk/lib/bundler/fetcher/index.rb
    trunk/lib/bundler/fetcher.rb
    trunk/lib/bundler/friendly_errors.rb
    trunk/lib/bundler/gem_helper.rb
    trunk/lib/bundler/gem_helpers.rb
    trunk/lib/bundler/gem_remote_fetcher.rb
    trunk/lib/bundler/gem_tasks.rb
    trunk/lib/bundler/gem_version_promoter.rb
    trunk/lib/bundler/gemdeps.rb
    trunk/lib/bundler/graph.rb
    trunk/lib/bundler/index.rb
    trunk/lib/bundler/injector.rb
    trunk/lib/bundler/inline.rb
    trunk/lib/bundler/installer/gem_installer.rb
    trunk/lib/bundler/installer/parallel_installer.rb
    trunk/lib/bundler/installer/standalone.rb
    trunk/lib/bundler/installer.rb
    trunk/lib/bundler/lazy_specification.rb
    trunk/lib/bundler/lockfile_parser.rb
    trunk/lib/bundler/match_platform.rb
    trunk/lib/bundler/mirror.rb
    trunk/lib/bundler/plugin/api/source.rb
    trunk/lib/bundler/plugin/api.rb
    trunk/lib/bundler/plugin/dsl.rb
    trunk/lib/bundler/plugin/index.rb
    trunk/lib/bundler/plugin/installer/git.rb
    trunk/lib/bundler/plugin/installer/rubygems.rb
    trunk/lib/bundler/plugin/installer.rb
    trunk/lib/bundler/plugin/source_list.rb
    trunk/lib/bundler/plugin.rb
    trunk/lib/bundler/psyched_yaml.rb
    trunk/lib/bundler/remote_specification.rb
    trunk/lib/bundler/resolver.rb
    trunk/lib/bundler/retry.rb
    trunk/lib/bundler/ruby_dsl.rb
    trunk/lib/bundler/ruby_version.rb
    trunk/lib/bundler/rubygems_ext.rb
    trunk/lib/bundler/rubygems_gem_installer.rb
    trunk/lib/bundler/rubygems_integration.rb
    trunk/lib/bundler/runtime.rb
    trunk/lib/bundler/settings.rb
    trunk/lib/bundler/setup.rb
    trunk/lib/bundler/shared_helpers.rb
    trunk/lib/bundler/similarity_detector.rb
    trunk/lib/bundler/source/gemspec.rb
    trunk/lib/bundler/source/git/git_proxy.rb
    trunk/lib/bundler/source/git.rb
    trunk/lib/bundler/source/path/installer.rb
    trunk/lib/bundler/source/path.rb
    trunk/lib/bundler/source/rubygems/remote.rb
    trunk/lib/bundler/source/rubygems.rb
    trunk/lib/bundler/source.rb
    trunk/lib/bundler/source_list.rb
    trunk/lib/bundler/spec_set.rb
    trunk/lib/bundler/ssl_certs/.document
    trunk/lib/bundler/ssl_certs/certificate_manager.rb
    trunk/lib/bundler/stub_specification.rb
    trunk/lib/bundler/templates/Executable
    trunk/lib/bundler/templates/Gemfile
    trunk/lib/bundler/templates/newgem/README.md.tt
    trunk/lib/bundler/ui/rg_proxy.rb
    trunk/lib/bundler/ui/shell.rb
    trunk/lib/bundler/ui/silent.rb
    trunk/lib/bundler/ui.rb
    trunk/lib/bundler/uri_credentials_filter.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
    trunk/lib/bundler/vendor/molinillo/lib/molinillo.rb
    trunk/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb
    trunk/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb
    trunk/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
    trunk/lib/bundler/vendor/thor/lib/thor/actions.rb
    trunk/lib/bundler/vendor/thor/lib/thor/base.rb
    trunk/lib/bundler/vendor/thor/lib/thor/command.rb
    trunk/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
    trunk/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
    trunk/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
    trunk/lib/bundler/vendor/thor/lib/thor/error.rb
    trunk/lib/bundler/vendor/thor/lib/thor/group.rb
    trunk/lib/bundler/vendor/thor/lib/thor/invocation.rb
    trunk/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
    trunk/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
    trunk/lib/bundler/vendor/thor/lib/thor/line_editor.rb
    trunk/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
    trunk/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
    trunk/lib/bundler/vendor/thor/lib/thor/parser/option.rb
    trunk/lib/bundler/vendor/thor/lib/thor/parser/options.rb
    trunk/lib/bundler/vendor/thor/lib/thor/parser.rb
    trunk/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
    trunk/lib/bundler/vendor/thor/lib/thor/runner.rb
    trunk/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
    trunk/lib/bundler/vendor/thor/lib/thor/shell/color.rb
    trunk/lib/bundler/vendor/thor/lib/thor/shell/html.rb
    trunk/lib/bundler/vendor/thor/lib/thor/shell.rb
    trunk/lib/bundler/vendor/thor/lib/thor/util.rb
    trunk/lib/bundler/vendor/thor/lib/thor/version.rb
    trunk/lib/bundler/vendor/thor/lib/thor.rb
    trunk/lib/bundler/vendored_molinillo.rb
    trunk/lib/bundler/vendored_persistent.rb
    trunk/lib/bundler/vendored_thor.rb
    trunk/lib/bundler/version.rb
    trunk/lib/bundler/version_ranges.rb
    trunk/lib/bundler/vlad.rb
    trunk/lib/bundler/worker.rb
    trunk/lib/bundler/yaml_serializer.rb
    trunk/lib/bundler.rb
    trunk/spec/bundler/bundler/bundler_spec.rb
    trunk/spec/bundler/bundler/cli_spec.rb
    trunk/spec/bundler/bundler/compact_index_client/updater_spec.rb
    trunk/spec/bundler/bundler/definition_spec.rb
    trunk/spec/bundler/bundler/dsl_spec.rb
    trunk/spec/bundler/bundler/endpoint_specification_spec.rb
    trunk/spec/bundler/bundler/env_spec.rb
    trunk/spec/bundler/bundler/environment_preserver_spec.rb
    trunk/spec/bundler/bundler/fetcher/base_spec.rb
    trunk/spec/bundler/bundler/fetcher/compact_index_spec.rb
    trunk/spec/bundler/bundler/fetcher/dependency_spec.rb
    trunk/spec/bundler/bundler/fetcher/downloader_spec.rb
    trunk/spec/bundler/bundler/fetcher/index_spec.rb
    trunk/spec/bundler/bundler/fetcher_spec.rb
    trunk/spec/bundler/bundler/friendly_errors_spec.rb
    trunk/spec/bundler/bundler/gem_helper_spec.rb
    trunk/spec/bundler/bundler/gem_version_promoter_spec.rb
    trunk/spec/bundler/bundler/index_spec.rb
    trunk/spec/bundler/bundler/installer/gem_installer_spec.rb
    trunk/spec/bundler/bundler/installer/parallel_installer_spec.rb
    trunk/spec/bundler/bundler/installer/spec_installation_spec.rb
    trunk/spec/bundler/bundler/lockfile_parser_spec.rb
    trunk/spec/bundler/bundler/mirror_spec.rb
    trunk/spec/bundler/bundler/plugin/api/source_spec.rb
    trunk/spec/bundler/bundler/plugin/api_spec.rb
    trunk/spec/bundler/bundler/plugin/dsl_spec.rb
    trunk/spec/bundler/bundler/plugin/index_spec.rb
    trunk/spec/bundler/bundler/plugin/installer_spec.rb
    trunk/spec/bundler/bundler/plugin/source_list_spec.rb
    trunk/spec/bundler/bundler/plugin_spec.rb
    trunk/spec/bundler/bundler/psyched_yaml_spec.rb
    trunk/spec/bundler/bundler/remote_specification_spec.rb
    trunk/spec/bundler/bundler/retry_spec.rb
    trunk/spec/bundler/bundler/ruby_dsl_spec.rb
    trunk/spec/bundler/bundler/ruby_version_spec.rb
    trunk/spec/bundler/bundler/rubygems_integration_spec.rb
    trunk/spec/bundler/bundler/settings_spec.rb
    trunk/spec/bundler/bundler/shared_helpers_spec.rb
    trunk/spec/bundler/bundler/source/git/git_proxy_spec.rb
    trunk/spec/bundler/bundler/source/path_spec.rb
    trunk/spec/bundler/bundler/source/rubygems/remote_spec.rb
    trunk/spec/bundler/bundler/source/rubygems_spec.rb
    trunk/spec/bundler/bundler/source_list_spec.rb
    trunk/spec/bundler/bundler/source_spec.rb
    trunk/spec/bundler/bundler/spec_set_spec.rb
    trunk/spec/bundler/bundler/ssl_certs/certificate_manager_spec.rb
    trunk/spec/bundler/bundler/stub_specification_spec.rb
    trunk/spec/bundler/bundler/ui_spec.rb
    trunk/spec/bundler/bundler/uri_credentials_filter_spec.rb
    trunk/spec/bundler/bundler/version_ranges_spec.rb
    trunk/spec/bundler/bundler/worker_spec.rb
    trunk/spec/bundler/bundler/yaml_serializer_spec.rb
    trunk/spec/bundler/cache/cache_path_spec.rb
    trunk/spec/bundler/cache/gems_spec.rb
    trunk/spec/bundler/cache/git_spec.rb
    trunk/spec/bundler/cache/path_spec.rb
    trunk/spec/bundler/cache/platform_spec.rb
    trunk/spec/bundler/commands/add_spec.rb
    trunk/spec/bundler/commands/binstubs_spec.rb
    trunk/spec/bundler/commands/check_spec.rb
    trunk/spec/bundler/commands/clean_spec.rb
    trunk/spec/bundler/commands/config_spec.rb
    trunk/spec/bundler/commands/console_spec.rb
    trunk/spec/bundler/commands/doctor_spec.rb
    trunk/spec/bundler/commands/exec_spec.rb
    trunk/spec/bundler/commands/help_spec.rb
    trunk/spec/bundler/commands/info_spec.rb
    trunk/spec/bundler/commands/init_spec.rb
    trunk/spec/bundler/commands/inject_spec.rb
    trunk/spec/bundler/commands/install_spec.rb
    trunk/spec/bundler/commands/issue_spec.rb
    trunk/spec/bundler/commands/licenses_spec.rb
    trunk/spec/bundler/commands/lock_spec.rb
    trunk/spec/bundler/commands/newgem_spec.rb
    trunk/spec/bundler/commands/open_spec.rb
    trunk/spec/bundler/commands/outdated_spec.rb
    trunk/spec/bundler/commands/package_spec.rb
    trunk/spec/bundler/commands/pristine_spec.rb
    trunk/spec/bundler/commands/show_spec.rb
    trunk/spec/bundler/commands/update_spec.rb
    trunk/spec/bundler/commands/viz_spec.rb
    trunk/spec/bundler/install/allow_offline_install_spec.rb
    trunk/spec/bundler/install/binstubs_spec.rb
    trunk/spec/bundler/install/bundler_spec.rb
    trunk/spec/bundler/install/deploy_spec.rb
    trunk/spec/bundler/install/failure_spec.rb
    trunk/spec/bundler/install/force_spec.rb
    trunk/spec/bundler/install/gemfile/eval_gemfile_spec.rb
    trunk/spec/bundler/install/gemfile/gemspec_spec.rb
    trunk/spec/bundler/install/gemfile/git_spec.rb
    trunk/spec/bundler/install/gemfile/groups_spec.rb
    trunk/spec/bundler/install/gemfile/install_if.rb
    trunk/spec/bundler/install/gemfile/path_spec.rb
    trunk/spec/bundler/install/gemfile/platform_spec.rb
    trunk/spec/bundler/install/gemfile/ruby_spec.rb
    trunk/spec/bundler/install/gemfile/sources_spec.rb
    trunk/spec/bundler/install/gemfile/specific_platform_spec.rb
    trunk/spec/bundler/install/gemfile_spec.rb
    trunk/spec/bundler/install/gems/compact_index_spec.rb
    trunk/spec/bundler/install/gems/dependency_api_spec.rb
    trunk/spec/bundler/install/gems/env_spec.rb
    trunk/spec/bundler/install/gems/flex_spec.rb
    trunk/spec/bundler/install/gems/mirror_spec.rb
    trunk/spec/bundler/install/gems/native_extensions_spec.rb
    trunk/spec/bundler/install/gems/post_install_spec.rb
    trunk/spec/bundler/install/gems/resolving_spec.rb
    trunk/spec/bundler/install/gems/standalone_spec.rb
    trunk/spec/bundler/install/gems/sudo_spec.rb
    trunk/spec/bundler/install/gems/win32_spec.rb
    trunk/spec/bundler/install/gemspecs_spec.rb
    trunk/spec/bundler/install/git_spec.rb
    trunk/spec/bundler/install/path_spec.rb
    trunk/spec/bundler/install/post_bundle_message_spec.rb
    trunk/spec/bundler/install/prereleases_spec.rb
    trunk/spec/bundler/install/security_policy_spec.rb
    trunk/spec/bundler/install/yanked_spec.rb
    trunk/spec/bundler/lock/git_spec.rb
    trunk/spec/bundler/lock/lockfile_spec.rb
    trunk/spec/bundler/other/bundle_ruby_spec.rb
    trunk/spec/bundler/other/cli_dispatch_spec.rb
    trunk/spec/bundler/other/ext_spec.rb
    trunk/spec/bundler/other/major_deprecation_spec.rb
    trunk/spec/bundler/other/platform_spec.rb
    trunk/spec/bundler/other/ssl_cert_spec.rb
    trunk/spec/bundler/plugins/command_spec.rb
    trunk/spec/bundler/plugins/hook_spec.rb
    trunk/spec/bundler/plugins/install_spec.rb
    trunk/spec/bundler/plugins/source/example_spec.rb
    trunk/spec/bundler/plugins/source_spec.rb
    trunk/spec/bundler/quality_spec.rb
    trunk/spec/bundler/realworld/dependency_api_spec.rb
    trunk/spec/bundler/realworld/edgecases_spec.rb
    trunk/spec/bundler/realworld/gemfile_source_header_spec.rb
    trunk/spec/bundler/realworld/mirror_probe_spec.rb
    trunk/spec/bundler/realworld/parallel_spec.rb
    trunk/spec/bundler/resolver/basic_spec.rb
    trunk/spec/bundler/resolver/platform_spec.rb
    trunk/spec/bundler/runtime/executable_spec.rb
    trunk/spec/bundler/runtime/gem_tasks_spec.rb
    trunk/spec/bundler/runtime/inline_spec.rb
    trunk/spec/bundler/runtime/load_spec.rb
    trunk/spec/bundler/runtime/platform_spec.rb
    trunk/spec/bundler/runtime/require_spec.rb
    trunk/spec/bundler/runtime/setup_spec.rb
    trunk/spec/bundler/runtime/with_clean_env_spec.rb
    trunk/spec/bundler/spec_helper.rb
    trunk/spec/bundler/support/artifice/compact_index.rb
    trunk/spec/bundler/support/artifice/compact_index_api_missing.rb
    trunk/spec/bundler/support/artifice/compact_index_basic_authentication.rb
    trunk/spec/bundler/support/artifice/compact_index_checksum_mismatch.rb
    trunk/spec/bundler/support/artifice/compact_index_concurrent_download.rb
    trunk/spec/bundler/support/artifice/compact_index_creds_diff_host.rb
    trunk/spec/bundler/support/artifice/compact_index_extra.rb
    trunk/spec/bundler/support/artifice/compact_index_extra_api.rb
    trunk/spec/bundler/support/artifice/compact_index_extra_missing.rb
    trunk/spec/bundler/support/artifice/compact_index_forbidden.rb
    trunk/spec/bundler/support/artifice/compact_index_host_redirect.rb
    trunk/spec/bundler/support/artifice/compact_index_partial_update.rb
    trunk/spec/bundler/support/artifice/compact_index_redirects.rb
    trunk/spec/bundler/support/artifice/compact_index_strict_basic_authentication.rb
    trunk/spec/bundler/support/artifice/compact_index_wrong_dependencies.rb
    trunk/spec/bundler/support/artifice/compact_index_wrong_gem_checksum.rb
    trunk/spec/bundler/support/artifice/endopint_marshal_fail_basic_authentication.rb
    trunk/spec/bundler/support/artifice/endpoint.rb
    trunk/spec/bundler/support/artifice/endpoint_500.rb
    trunk/spec/bundler/support/artifice/endpoint_api_forbidden.rb
    trunk/spec/bundler/support/artifice/endpoint_api_missing.rb
    trunk/spec/bundler/support/artifice/endpoint_basic_authentication.rb
    trunk/spec/bundler/support/artifice/endpoint_creds_diff_host.rb
    trunk/spec/bundler/support/artifice/endpoint_extra.rb
    trunk/spec/bundler/support/artifice/endpoint_extra_api.rb
    trunk/spec/bundler/support/artifice/endpoint_extra_missing.rb
    trunk/spec/bundler/support/artifice/endpoint_fallback.rb
    trunk/spec/bundler/support/artifice/endpoint_host_redirect.rb
    trunk/spec/bundler/support/artifice/endpoint_marshal_fail.rb
    trunk/spec/bundler/support/artifice/endpoint_mirror_source.rb
    trunk/spec/bundler/support/artifice/endpoint_redirect.rb
    trunk/spec/bundler/support/artifice/endpoint_strict_basic_authentication.rb
    trunk/spec/bundler/support/artifice/endpoint_timeout.rb
    trunk/spec/bundler/support/artifice/fail.rb
    trunk/spec/bundler/support/artifice/windows.rb
    trunk/spec/bundler/support/builders.rb
    trunk/spec/bundler/support/code_climate.rb
    trunk/spec/bundler/support/hax.rb
    trunk/spec/bundler/support/helpers.rb
    trunk/spec/bundler/support/indexes.rb
    trunk/spec/bundler/support/less_than_proc.rb
    trunk/spec/bundler/support/matchers.rb
    trunk/spec/bundler/support/path.rb
    trunk/spec/bundler/support/permissions.rb
    trunk/spec/bundler/support/platforms.rb
    trunk/spec/bundler/support/rubygems_ext.rb
    trunk/spec/bundler/support/silent_logger.rb
    trunk/spec/bundler/support/sometimes.rb
    trunk/spec/bundler/support/streams.rb
    trunk/spec/bundler/support/sudo.rb
    trunk/spec/bundler/support/the_bundle.rb
    trunk/spec/bundler/update/gems/post_install_spec.rb
    trunk/spec/bundler/update/git_spec.rb
    trunk/spec/bundler/update/path_spec.rb
Index: lib/bundler.rb
===================================================================
--- lib/bundler.rb	(revision 59779)
+++ lib/bundler.rb	(revision 59780)

Property changes on: lib/bundler.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/shared_helpers.rb
===================================================================
--- lib/bundler/shared_helpers.rb	(revision 59779)
+++ lib/bundler/shared_helpers.rb	(revision 59780)

Property changes on: lib/bundler/shared_helpers.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/source_list.rb
===================================================================
--- lib/bundler/source_list.rb	(revision 59779)
+++ lib/bundler/source_list.rb	(revision 59780)

Property changes on: lib/bundler/source_list.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/deprecate.rb
===================================================================
--- lib/bundler/deprecate.rb	(revision 59779)
+++ lib/bundler/deprecate.rb	(revision 59780)

Property changes on: lib/bundler/deprecate.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/dsl.rb
===================================================================
--- lib/bundler/plugin/dsl.rb	(revision 59779)
+++ lib/bundler/plugin/dsl.rb	(revision 59780)

Property changes on: lib/bundler/plugin/dsl.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/api/source.rb
===================================================================
--- lib/bundler/plugin/api/source.rb	(revision 59779)
+++ lib/bundler/plugin/api/source.rb	(revision 59780)

Property changes on: lib/bundler/plugin/api/source.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/index.rb
===================================================================
--- lib/bundler/plugin/index.rb	(revision 59779)
+++ lib/bundler/plugin/index.rb	(revision 59780)

Property changes on: lib/bundler/plugin/index.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/api.rb
===================================================================
--- lib/bundler/plugin/api.rb	(revision 59779)
+++ lib/bundler/plugin/api.rb	(revision 59780)

Property changes on: lib/bundler/plugin/api.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/installer/git.rb
===================================================================
--- lib/bundler/plugin/installer/git.rb	(revision 59779)
+++ lib/bundler/plugin/installer/git.rb	(revision 59780)

Property changes on: lib/bundler/plugin/installer/git.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/installer/rubygems.rb
===================================================================
--- lib/bundler/plugin/installer/rubygems.rb	(revision 59779)
+++ lib/bundler/plugin/installer/rubygems.rb	(revision 59780)

Property changes on: lib/bundler/plugin/installer/rubygems.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/source_list.rb
===================================================================
--- lib/bundler/plugin/source_list.rb	(revision 59779)
+++ lib/bundler/plugin/source_list.rb	(revision 59780)

Property changes on: lib/bundler/plugin/source_list.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/plugin/installer.rb
===================================================================
--- lib/bundler/plugin/installer.rb	(revision 59779)
+++ lib/bundler/plugin/installer.rb	(revision 59780)

Property changes on: lib/bundler/plugin/installer.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/setup.rb
===================================================================
--- lib/bundler/setup.rb	(revision 59779)
+++ lib/bundler/setup.rb	(revision 59780)

Property changes on: lib/bundler/setup.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/retry.rb
===================================================================
--- lib/bundler/retry.rb	(revision 59779)
+++ lib/bundler/retry.rb	(revision 59780)

Property changes on: lib/bundler/retry.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/spec_set.rb
===================================================================
--- lib/bundler/spec_set.rb	(revision 59779)
+++ lib/bundler/spec_set.rb	(revision 59780)

Property changes on: lib/bundler/spec_set.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/worker.rb
===================================================================
--- lib/bundler/worker.rb	(revision 59779)
+++ lib/bundler/worker.rb	(revision 59780)

Property changes on: lib/bundler/worker.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/constants.rb
===================================================================
--- lib/bundler/constants.rb	(revision 59779)
+++ lib/bundler/constants.rb	(revision 59780)

Property changes on: lib/bundler/constants.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/errors.rb
===================================================================
--- lib/bundler/errors.rb	(revision 59779)
+++ lib/bundler/errors.rb	(revision 59780)

Property changes on: lib/bundler/errors.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/similarity_detector.rb
===================================================================
--- lib/bundler/similarity_detector.rb	(revision 59779)
+++ lib/bundler/similarity_detector.rb	(revision 59780)

Property changes on: lib/bundler/similarity_detector.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/deployment.rb
===================================================================
--- lib/bundler/deployment.rb	(revision 59779)
+++ lib/bundler/deployment.rb	(revision 59780)

Property changes on: lib/bundler/deployment.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/fetcher.rb
===================================================================
--- lib/bundler/fetcher.rb	(revision 59779)
+++ lib/bundler/fetcher.rb	(revision 59780)

Property changes on: lib/bundler/fetcher.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/current_ruby.rb
===================================================================
--- lib/bundler/current_ruby.rb	(revision 59779)
+++ lib/bundler/current_ruby.rb	(revision 59780)

Property changes on: lib/bundler/current_ruby.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/version.rb
===================================================================
--- lib/bundler/version.rb	(revision 59779)
+++ lib/bundler/version.rb	(revision 59780)

Property changes on: lib/bundler/version.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendored_persistent.rb
===================================================================
--- lib/bundler/vendored_persistent.rb	(revision 59779)
+++ lib/bundler/vendored_persistent.rb	(revision 59780)

Property changes on: lib/bundler/vendored_persistent.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/definition.rb
===================================================================
--- lib/bundler/definition.rb	(revision 59779)
+++ lib/bundler/definition.rb	(revision 59780)

Property changes on: lib/bundler/definition.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/env.rb
===================================================================
--- lib/bundler/env.rb	(revision 59779)
+++ lib/bundler/env.rb	(revision 59780)

Property changes on: lib/bundler/env.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/create_link.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/create_link.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/create_file.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/create_file.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/directory.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/directory.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/directory.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/directory.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/actions.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/actions.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/actions.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/actions.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/shell/html.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/shell/html.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/shell/html.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/shell/html.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/shell/color.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/shell/color.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/shell/color.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/shell/color.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/shell/basic.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/shell/basic.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/shell/basic.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/shell/basic.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/shell.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/shell.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/shell.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/shell.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/invocation.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/invocation.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/invocation.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/invocation.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/runner.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/runner.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/runner.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/runner.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/base.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/base.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/base.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/base.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/util.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/util.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/util.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/util.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/command.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/command.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/command.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/command.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/version.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/version.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/version.rb	(revision 59780)

Property changes on: lib/bundler/vendor/thor/lib/thor/version.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: lib/bundler/vendor/thor/lib/thor/rake_compat.rb
===================================================================
--- lib/bundler/vendor/thor/lib/thor/rake_compat.rb	(revision 59779)
+++ lib/bundler/vendor/thor/lib/thor/rake_compat.rb	(revision 59780)

Property changes o (... truncated)

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

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