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

ruby-changes:53308

From: svn <ko1@a...>
Date: Sun, 4 Nov 2018 10:15:51 +0900 (JST)
Subject: [ruby-changes:53308] svn:r65524 (trunk): * properties.

svn	2018-11-04 10:14:52 +0900 (Sun, 04 Nov 2018)

  New Revision: 65524

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

  Log:
    * properties.

  Modified files:
    trunk/lib/bundler/feature_flag.rb
    trunk/man/bundle-config.1
    trunk/man/bundle-install.1
    trunk/man/bundle-update.1
    trunk/spec/bundler/bundler/cli_spec.rb
    trunk/spec/bundler/bundler/definition_spec.rb
    trunk/spec/bundler/bundler/dsl_spec.rb
    trunk/spec/bundler/bundler/source_list_spec.rb
    trunk/spec/bundler/bundler/ui/shell_spec.rb
    trunk/spec/bundler/cache/path_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/console_spec.rb
    trunk/spec/bundler/commands/exec_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/list_spec.rb
    trunk/spec/bundler/commands/outdated_spec.rb
    trunk/spec/bundler/commands/package_spec.rb
    trunk/spec/bundler/commands/show_spec.rb
    trunk/spec/bundler/commands/update_spec.rb
    trunk/spec/bundler/commands/version_spec.rb
    trunk/spec/bundler/commands/viz_spec.rb
    trunk/spec/bundler/install/binstubs_spec.rb
    trunk/spec/bundler/install/deploy_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/path_spec.rb
    trunk/spec/bundler/install/gemfile/platform_spec.rb
    trunk/spec/bundler/install/gemfile/sources_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/flex_spec.rb
    trunk/spec/bundler/install/gems/standalone_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/redownload_spec.rb
    trunk/spec/bundler/lock/lockfile_bundler_1_spec.rb
    trunk/spec/bundler/lock/lockfile_spec.rb
    trunk/spec/bundler/other/bundle_ruby_spec.rb
    trunk/spec/bundler/other/major_deprecation_spec.rb
    trunk/spec/bundler/other/platform_spec.rb
    trunk/spec/bundler/plugins/source/example_spec.rb
    trunk/spec/bundler/runtime/executable_spec.rb
    trunk/spec/bundler/runtime/setup_spec.rb
    trunk/spec/bundler/runtime/with_clean_env_spec.rb
    trunk/spec/bundler/update/git_spec.rb
    trunk/spec/bundler/update/redownload_spec.rb
Index: lib/bundler/feature_flag.rb
===================================================================
--- lib/bundler/feature_flag.rb	(revision 65523)
+++ lib/bundler/feature_flag.rb	(revision 65524)

Property changes on: lib/bundler/feature_flag.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/console_spec.rb
===================================================================
--- spec/bundler/commands/console_spec.rb	(revision 65523)
+++ spec/bundler/commands/console_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/console_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/init_spec.rb
===================================================================
--- spec/bundler/commands/init_spec.rb	(revision 65523)
+++ spec/bundler/commands/init_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/init_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/install_spec.rb
===================================================================
--- spec/bundler/commands/install_spec.rb	(revision 65523)
+++ spec/bundler/commands/install_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/install_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/viz_spec.rb
===================================================================
--- spec/bundler/commands/viz_spec.rb	(revision 65523)
+++ spec/bundler/commands/viz_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/viz_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/outdated_spec.rb
===================================================================
--- spec/bundler/commands/outdated_spec.rb	(revision 65523)
+++ spec/bundler/commands/outdated_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/outdated_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/list_spec.rb
===================================================================
--- spec/bundler/commands/list_spec.rb	(revision 65523)
+++ spec/bundler/commands/list_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/list_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/inject_spec.rb
===================================================================
--- spec/bundler/commands/inject_spec.rb	(revision 65523)
+++ spec/bundler/commands/inject_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/inject_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/check_spec.rb
===================================================================
--- spec/bundler/commands/check_spec.rb	(revision 65523)
+++ spec/bundler/commands/check_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/check_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/show_spec.rb
===================================================================
--- spec/bundler/commands/show_spec.rb	(revision 65523)
+++ spec/bundler/commands/show_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/show_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/update_spec.rb
===================================================================
--- spec/bundler/commands/update_spec.rb	(revision 65523)
+++ spec/bundler/commands/update_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/update_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/clean_spec.rb
===================================================================
--- spec/bundler/commands/clean_spec.rb	(revision 65523)
+++ spec/bundler/commands/clean_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/clean_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/exec_spec.rb
===================================================================
--- spec/bundler/commands/exec_spec.rb	(revision 65523)
+++ spec/bundler/commands/exec_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/exec_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/version_spec.rb
===================================================================
--- spec/bundler/commands/version_spec.rb	(revision 65523)
+++ spec/bundler/commands/version_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/version_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/binstubs_spec.rb
===================================================================
--- spec/bundler/commands/binstubs_spec.rb	(revision 65523)
+++ spec/bundler/commands/binstubs_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/binstubs_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/commands/package_spec.rb
===================================================================
--- spec/bundler/commands/package_spec.rb	(revision 65523)
+++ spec/bundler/commands/package_spec.rb	(revision 65524)

Property changes on: spec/bundler/commands/package_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/other/platform_spec.rb
===================================================================
--- spec/bundler/other/platform_spec.rb	(revision 65523)
+++ spec/bundler/other/platform_spec.rb	(revision 65524)

Property changes on: spec/bundler/other/platform_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/other/major_deprecation_spec.rb
===================================================================
--- spec/bundler/other/major_deprecation_spec.rb	(revision 65523)
+++ spec/bundler/other/major_deprecation_spec.rb	(revision 65524)

Property changes on: spec/bundler/other/major_deprecation_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/other/bundle_ruby_spec.rb
===================================================================
--- spec/bundler/other/bundle_ruby_spec.rb	(revision 65523)
+++ spec/bundler/other/bundle_ruby_spec.rb	(revision 65524)

Property changes on: spec/bundler/other/bundle_ruby_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/plugins/source/example_spec.rb
===================================================================
--- spec/bundler/plugins/source/example_spec.rb	(revision 65523)
+++ spec/bundler/plugins/source/example_spec.rb	(revision 65524)

Property changes on: spec/bundler/plugins/source/example_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/update/redownload_spec.rb
===================================================================
--- spec/bundler/update/redownload_spec.rb	(revision 65523)
+++ spec/bundler/update/redownload_spec.rb	(revision 65524)

Property changes on: spec/bundler/update/redownload_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/update/git_spec.rb
===================================================================
--- spec/bundler/update/git_spec.rb	(revision 65523)
+++ spec/bundler/update/git_spec.rb	(revision 65524)

Property changes on: spec/bundler/update/git_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/cache/path_spec.rb
===================================================================
--- spec/bundler/cache/path_spec.rb	(revision 65523)
+++ spec/bundler/cache/path_spec.rb	(revision 65524)

Property changes on: spec/bundler/cache/path_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/runtime/setup_spec.rb
===================================================================
--- spec/bundler/runtime/setup_spec.rb	(revision 65523)
+++ spec/bundler/runtime/setup_spec.rb	(revision 65524)

Property changes on: spec/bundler/runtime/setup_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/runtime/executable_spec.rb
===================================================================
--- spec/bundler/runtime/executable_spec.rb	(revision 65523)
+++ spec/bundler/runtime/executable_spec.rb	(revision 65524)

Property changes on: spec/bundler/runtime/executable_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/runtime/with_clean_env_spec.rb
===================================================================
--- spec/bundler/runtime/with_clean_env_spec.rb	(revision 65523)
+++ spec/bundler/runtime/with_clean_env_spec.rb	(revision 65524)

Property changes on: spec/bundler/runtime/with_clean_env_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gems/flex_spec.rb
===================================================================
--- spec/bundler/install/gems/flex_spec.rb	(revision 65523)
+++ spec/bundler/install/gems/flex_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gems/flex_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gems/dependency_api_spec.rb
===================================================================
--- spec/bundler/install/gems/dependency_api_spec.rb	(revision 65523)
+++ spec/bundler/install/gems/dependency_api_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gems/dependency_api_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gems/standalone_spec.rb
===================================================================
--- spec/bundler/install/gems/standalone_spec.rb	(revision 65523)
+++ spec/bundler/install/gems/standalone_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gems/standalone_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gems/compact_index_spec.rb
===================================================================
--- spec/bundler/install/gems/compact_index_spec.rb	(revision 65523)
+++ spec/bundler/install/gems/compact_index_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gems/compact_index_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/post_bundle_message_spec.rb
===================================================================
--- spec/bundler/install/post_bundle_message_spec.rb	(revision 65523)
+++ spec/bundler/install/post_bundle_message_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/post_bundle_message_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/git_spec.rb
===================================================================
--- spec/bundler/install/git_spec.rb	(revision 65523)
+++ spec/bundler/install/git_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/git_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/binstubs_spec.rb
===================================================================
--- spec/bundler/install/binstubs_spec.rb	(revision 65523)
+++ spec/bundler/install/binstubs_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/binstubs_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/deploy_spec.rb
===================================================================
--- spec/bundler/install/deploy_spec.rb	(revision 65523)
+++ spec/bundler/install/deploy_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/deploy_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/path_spec.rb
===================================================================
--- spec/bundler/install/gemfile/path_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/path_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/path_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/groups_spec.rb
===================================================================
--- spec/bundler/install/gemfile/groups_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/groups_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/groups_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/gemspec_spec.rb
===================================================================
--- spec/bundler/install/gemfile/gemspec_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/gemspec_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/gemspec_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/git_spec.rb
===================================================================
--- spec/bundler/install/gemfile/git_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/git_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/git_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/sources_spec.rb
===================================================================
--- spec/bundler/install/gemfile/sources_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/sources_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/sources_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/gemfile/platform_spec.rb
===================================================================
--- spec/bundler/install/gemfile/platform_spec.rb	(revision 65523)
+++ spec/bundler/install/gemfile/platform_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/gemfile/platform_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/path_spec.rb
===================================================================
--- spec/bundler/install/path_spec.rb	(revision 65523)
+++ spec/bundler/install/path_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/path_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/install/redownload_spec.rb
===================================================================
--- spec/bundler/install/redownload_spec.rb	(revision 65523)
+++ spec/bundler/install/redownload_spec.rb	(revision 65524)

Property changes on: spec/bundler/install/redownload_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/lock/lockfile_bundler_1_spec.rb
===================================================================
--- spec/bundler/lock/lockfile_bundler_1_spec.rb	(revision 65523)
+++ spec/bundler/lock/lockfile_bundler_1_spec.rb	(revision 65524)

Property changes on: spec/bundler/lock/lockfile_bundler_1_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/lock/lockfile_spec.rb
===================================================================
--- spec/bundler/lock/lockfile_spec.rb	(revision 65523)
+++ spec/bundler/lock/lockfile_spec.rb	(revision 65524)

Property changes on: spec/bundler/lock/lockfile_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/bundler/definition_spec.rb
===================================================================
--- spec/bundler/bundler/definition_spec.rb	(revision 65523)
+++ spec/bundler/bundler/definition_spec.rb	(revision 65524)

Property changes on: spec/bundler/bundler/definition_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bundler/bundler/source_list_spec.rb
===================================================================
--- spec/bundler/bundler/source_list_spec.rb	(revision 65523)
+++ spec/bundler/bundler/source_list_spec.rb	(revision 65524)

Property changes on: spec/bundler/bundler/source_list_spec.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: spec/bund (... truncated)

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

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