Mon Feb 2 14:18:35 2015 UTC ()
Update ruby-rspec-core to 3.1.7.

Changes from 2.14.8 is too many to write here, please refer Changelog.
Also add support for pkg_alternatives(8) to reduce conflicts.


(taca)
diff -r0 -r1.1 pkgsrc/devel/ruby-rspec-core/ALTERNATIVES
diff -r1.11 -r1.12 pkgsrc/devel/ruby-rspec-core/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/ruby-rspec-core/distinfo
diff -r1.10 -r1.11 pkgsrc/devel/ruby-rspec-core/PLIST

File Added: pkgsrc/devel/ruby-rspec-core/ALTERNATIVES
bin/rspec @PREFIX@/bin/rspec@RUBY_SUFFIX@

cvs diff -r1.11 -r1.12 pkgsrc/devel/ruby-rspec-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/Makefile 2014/03/14 16:40:41 1.11
+++ pkgsrc/devel/ruby-rspec-core/Makefile 2015/02/02 14:18:35 1.12
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2014/03/14 16:40:41 taca Exp $ 1# $NetBSD: Makefile,v 1.12 2015/02/02 14:18:35 taca Exp $
2 2
3DISTNAME= rspec-core-2.14.8 3DISTNAME= rspec-core-3.1.7
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://relishapp.com/rspec 7HOMEPAGE= http://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby, core part 8COMMENT= Behaviour Driven Development framework for Ruby, core part
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9]-rspec-core-[0-9]* ruby[1-9][0-9]-rspec<2.0 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.1.0<3.2:../../devel/ruby-rspec-support
 12
 13RUBYGEM_OPTIONS+= --format-executable
12 14
13.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/ruby-rspec-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/distinfo 2014/03/14 16:40:41 1.11
+++ pkgsrc/devel/ruby-rspec-core/distinfo 2015/02/02 14:18:35 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2014/03/14 16:40:41 taca Exp $ 1$NetBSD: distinfo,v 1.12 2015/02/02 14:18:35 taca Exp $
2 2
3SHA1 (rspec-core-2.14.8.gem) = 2bb839e610746880046f5f4514167791bfd49d69 3SHA1 (rspec-core-3.1.7.gem) = caca1f6bf925406a0867d68087c4f46cf7e3993d
4RMD160 (rspec-core-2.14.8.gem) = 1122c019fced5bb8a2f183ac9457cf0c58e5a103 4RMD160 (rspec-core-3.1.7.gem) = 1d8f8e267e176d96b90b2bd7bc15cd410d875be2
5Size (rspec-core-2.14.8.gem) = 181760 bytes 5Size (rspec-core-3.1.7.gem) = 112128 bytes

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-rspec-core/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/PLIST 2014/03/14 16:40:41 1.10
+++ pkgsrc/devel/ruby-rspec-core/PLIST 2015/02/02 14:18:35 1.11
@@ -1,211 +1,63 @@ @@ -1,211 +1,63 @@
1@comment $NetBSD: PLIST,v 1.10 2014/03/14 16:40:41 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2015/02/02 14:18:35 taca Exp $
2bin/autospec 2bin/rspec${RUBY_SUFFIX}
3bin/rspec 
4${GEM_HOME}/cache/${GEM_NAME}.gem 3${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/.document 4${GEM_LIBDIR}/.document
6${GEM_LIBDIR}/.yardopts 5${GEM_LIBDIR}/.yardopts
7${GEM_LIBDIR}/Changelog.md 6${GEM_LIBDIR}/Changelog.md
8${GEM_LIBDIR}/License.txt 7${GEM_LIBDIR}/License.txt
9${GEM_LIBDIR}/README.md 8${GEM_LIBDIR}/README.md
10${GEM_LIBDIR}/exe/autospec 
11${GEM_LIBDIR}/exe/rspec 9${GEM_LIBDIR}/exe/rspec
12${GEM_LIBDIR}/features/Autotest.md 
13${GEM_LIBDIR}/features/README.md 
14${GEM_LIBDIR}/features/Upgrade.md 
15${GEM_LIBDIR}/features/command_line/README.md 
16${GEM_LIBDIR}/features/command_line/example_name_option.feature 
17${GEM_LIBDIR}/features/command_line/exit_status.feature 
18${GEM_LIBDIR}/features/command_line/format_option.feature 
19${GEM_LIBDIR}/features/command_line/init.feature 
20${GEM_LIBDIR}/features/command_line/line_number_appended_to_path.feature 
21${GEM_LIBDIR}/features/command_line/line_number_option.feature 
22${GEM_LIBDIR}/features/command_line/order.feature 
23${GEM_LIBDIR}/features/command_line/pattern_option.feature 
24${GEM_LIBDIR}/features/command_line/rake_task.feature 
25${GEM_LIBDIR}/features/command_line/require_option.feature 
26${GEM_LIBDIR}/features/command_line/ruby.feature 
27${GEM_LIBDIR}/features/command_line/tag.feature 
28${GEM_LIBDIR}/features/command_line/warnings_option.feature 
29${GEM_LIBDIR}/features/configuration/alias_example_to.feature 
30${GEM_LIBDIR}/features/configuration/backtrace_clean_patterns.feature 
31${GEM_LIBDIR}/features/configuration/custom_settings.feature 
32${GEM_LIBDIR}/features/configuration/default_path.feature 
33${GEM_LIBDIR}/features/configuration/deprecation_stream.feature 
34${GEM_LIBDIR}/features/configuration/fail_fast.feature 
35${GEM_LIBDIR}/features/configuration/failure_exit_code.feature 
36${GEM_LIBDIR}/features/configuration/order_and_seed.feature 
37${GEM_LIBDIR}/features/configuration/output_stream.feature 
38${GEM_LIBDIR}/features/configuration/pattern.feature 
39${GEM_LIBDIR}/features/configuration/profile.feature 
40${GEM_LIBDIR}/features/configuration/read_options_from_file.feature 
41${GEM_LIBDIR}/features/configuration/run_all_when_everything_filtered.feature 
42${GEM_LIBDIR}/features/configuration/show_failures_in_pending_blocks.feature 
43${GEM_LIBDIR}/features/configuration/treat_symbols_as_metadata_keys_with_true_values.feature 
44${GEM_LIBDIR}/features/example_groups/basic_structure.feature 
45${GEM_LIBDIR}/features/example_groups/shared_context.feature 
46${GEM_LIBDIR}/features/example_groups/shared_examples.feature 
47${GEM_LIBDIR}/features/expectation_framework_integration/configure_expectation_framework.feature 
48${GEM_LIBDIR}/features/filtering/exclusion_filters.feature 
49${GEM_LIBDIR}/features/filtering/if_and_unless.feature 
50${GEM_LIBDIR}/features/filtering/inclusion_filters.feature 
51${GEM_LIBDIR}/features/formatters/configurable_colors.feature 
52${GEM_LIBDIR}/features/formatters/custom_formatter.feature 
53${GEM_LIBDIR}/features/formatters/json_formatter.feature 
54${GEM_LIBDIR}/features/formatters/text_formatter.feature 
55${GEM_LIBDIR}/features/helper_methods/arbitrary_methods.feature 
56${GEM_LIBDIR}/features/helper_methods/let.feature 
57${GEM_LIBDIR}/features/helper_methods/modules.feature 
58${GEM_LIBDIR}/features/hooks/around_hooks.feature 
59${GEM_LIBDIR}/features/hooks/before_and_after_hooks.feature 
60${GEM_LIBDIR}/features/hooks/filtering.feature 
61${GEM_LIBDIR}/features/metadata/current_example.feature 
62${GEM_LIBDIR}/features/metadata/described_class.feature 
63${GEM_LIBDIR}/features/metadata/user_defined.feature 
64${GEM_LIBDIR}/features/mock_framework_integration/use_any_framework.feature 
65${GEM_LIBDIR}/features/mock_framework_integration/use_flexmock.feature 
66${GEM_LIBDIR}/features/mock_framework_integration/use_mocha.feature 
67${GEM_LIBDIR}/features/mock_framework_integration/use_rr.feature 
68${GEM_LIBDIR}/features/mock_framework_integration/use_rspec.feature 
69${GEM_LIBDIR}/features/pending/pending_examples.feature 
70${GEM_LIBDIR}/features/spec_files/arbitrary_file_suffix.feature 
71${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb 
72${GEM_LIBDIR}/features/subject/attribute_of_subject.feature 
73${GEM_LIBDIR}/features/subject/explicit_subject.feature 
74${GEM_LIBDIR}/features/subject/implicit_receiver.feature 
75${GEM_LIBDIR}/features/subject/implicit_subject.feature 
76${GEM_LIBDIR}/features/support/env.rb 
77${GEM_LIBDIR}/features/support/rubinius.rb 
78${GEM_LIBDIR}/lib/autotest/discover.rb 
79${GEM_LIBDIR}/lib/autotest/rspec2.rb 
80${GEM_LIBDIR}/lib/rspec/autorun.rb 10${GEM_LIBDIR}/lib/rspec/autorun.rb
81${GEM_LIBDIR}/lib/rspec/core.rb 11${GEM_LIBDIR}/lib/rspec/core.rb
82${GEM_LIBDIR}/lib/rspec/core/backtrace_cleaner.rb 12${GEM_LIBDIR}/lib/rspec/core/backport_random.rb
83${GEM_LIBDIR}/lib/rspec/core/backward_compatibility.rb 13${GEM_LIBDIR}/lib/rspec/core/backtrace_formatter.rb
84${GEM_LIBDIR}/lib/rspec/core/command_line.rb 
85${GEM_LIBDIR}/lib/rspec/core/configuration.rb 14${GEM_LIBDIR}/lib/rspec/core/configuration.rb
86${GEM_LIBDIR}/lib/rspec/core/configuration_options.rb 15${GEM_LIBDIR}/lib/rspec/core/configuration_options.rb
87${GEM_LIBDIR}/lib/rspec/core/deprecation.rb 16${GEM_LIBDIR}/lib/rspec/core/drb.rb
88${GEM_LIBDIR}/lib/rspec/core/drb_command_line.rb 
89${GEM_LIBDIR}/lib/rspec/core/drb_options.rb 
90${GEM_LIBDIR}/lib/rspec/core/dsl.rb 17${GEM_LIBDIR}/lib/rspec/core/dsl.rb
91${GEM_LIBDIR}/lib/rspec/core/example.rb 18${GEM_LIBDIR}/lib/rspec/core/example.rb
92${GEM_LIBDIR}/lib/rspec/core/example_group.rb 19${GEM_LIBDIR}/lib/rspec/core/example_group.rb
93${GEM_LIBDIR}/lib/rspec/core/extensions/instance_eval_with_args.rb 
94${GEM_LIBDIR}/lib/rspec/core/extensions/kernel.rb 
95${GEM_LIBDIR}/lib/rspec/core/extensions/module_eval_with_args.rb 
96${GEM_LIBDIR}/lib/rspec/core/extensions/ordered.rb 
97${GEM_LIBDIR}/lib/rspec/core/filter_manager.rb 20${GEM_LIBDIR}/lib/rspec/core/filter_manager.rb
 21${GEM_LIBDIR}/lib/rspec/core/flat_map.rb
98${GEM_LIBDIR}/lib/rspec/core/formatters.rb 22${GEM_LIBDIR}/lib/rspec/core/formatters.rb
99${GEM_LIBDIR}/lib/rspec/core/formatters/base_formatter.rb 23${GEM_LIBDIR}/lib/rspec/core/formatters/base_formatter.rb
100${GEM_LIBDIR}/lib/rspec/core/formatters/base_text_formatter.rb 24${GEM_LIBDIR}/lib/rspec/core/formatters/base_text_formatter.rb
 25${GEM_LIBDIR}/lib/rspec/core/formatters/console_codes.rb
101${GEM_LIBDIR}/lib/rspec/core/formatters/deprecation_formatter.rb 26${GEM_LIBDIR}/lib/rspec/core/formatters/deprecation_formatter.rb
102${GEM_LIBDIR}/lib/rspec/core/formatters/documentation_formatter.rb 27${GEM_LIBDIR}/lib/rspec/core/formatters/documentation_formatter.rb
103${GEM_LIBDIR}/lib/rspec/core/formatters/helpers.rb 28${GEM_LIBDIR}/lib/rspec/core/formatters/helpers.rb
104${GEM_LIBDIR}/lib/rspec/core/formatters/html_formatter.rb 29${GEM_LIBDIR}/lib/rspec/core/formatters/html_formatter.rb
105${GEM_LIBDIR}/lib/rspec/core/formatters/html_printer.rb 30${GEM_LIBDIR}/lib/rspec/core/formatters/html_printer.rb
106${GEM_LIBDIR}/lib/rspec/core/formatters/json_formatter.rb 31${GEM_LIBDIR}/lib/rspec/core/formatters/json_formatter.rb
 32${GEM_LIBDIR}/lib/rspec/core/formatters/profile_formatter.rb
107${GEM_LIBDIR}/lib/rspec/core/formatters/progress_formatter.rb 33${GEM_LIBDIR}/lib/rspec/core/formatters/progress_formatter.rb
 34${GEM_LIBDIR}/lib/rspec/core/formatters/protocol.rb
108${GEM_LIBDIR}/lib/rspec/core/formatters/snippet_extractor.rb 35${GEM_LIBDIR}/lib/rspec/core/formatters/snippet_extractor.rb
109${GEM_LIBDIR}/lib/rspec/core/formatters/text_mate_formatter.rb 
110${GEM_LIBDIR}/lib/rspec/core/hooks.rb 36${GEM_LIBDIR}/lib/rspec/core/hooks.rb
111${GEM_LIBDIR}/lib/rspec/core/memoized_helpers.rb 37${GEM_LIBDIR}/lib/rspec/core/memoized_helpers.rb
112${GEM_LIBDIR}/lib/rspec/core/metadata.rb 38${GEM_LIBDIR}/lib/rspec/core/metadata.rb
113${GEM_LIBDIR}/lib/rspec/core/metadata_hash_builder.rb 39${GEM_LIBDIR}/lib/rspec/core/metadata_filter.rb
114${GEM_LIBDIR}/lib/rspec/core/mocking/with_absolutely_nothing.rb 40${GEM_LIBDIR}/lib/rspec/core/minitest_assertions_adapter.rb
115${GEM_LIBDIR}/lib/rspec/core/mocking/with_flexmock.rb 41${GEM_LIBDIR}/lib/rspec/core/mocking_adapters/flexmock.rb
116${GEM_LIBDIR}/lib/rspec/core/mocking/with_mocha.rb 42${GEM_LIBDIR}/lib/rspec/core/mocking_adapters/mocha.rb
117${GEM_LIBDIR}/lib/rspec/core/mocking/with_rr.rb 43${GEM_LIBDIR}/lib/rspec/core/mocking_adapters/null.rb
118${GEM_LIBDIR}/lib/rspec/core/mocking/with_rspec.rb 44${GEM_LIBDIR}/lib/rspec/core/mocking_adapters/rr.rb
 45${GEM_LIBDIR}/lib/rspec/core/mocking_adapters/rspec.rb
 46${GEM_LIBDIR}/lib/rspec/core/notifications.rb
119${GEM_LIBDIR}/lib/rspec/core/option_parser.rb 47${GEM_LIBDIR}/lib/rspec/core/option_parser.rb
 48${GEM_LIBDIR}/lib/rspec/core/ordering.rb
120${GEM_LIBDIR}/lib/rspec/core/pending.rb 49${GEM_LIBDIR}/lib/rspec/core/pending.rb
121${GEM_LIBDIR}/lib/rspec/core/project_initializer.rb 50${GEM_LIBDIR}/lib/rspec/core/project_initializer.rb
 51${GEM_LIBDIR}/lib/rspec/core/project_initializer/.rspec
 52${GEM_LIBDIR}/lib/rspec/core/project_initializer/spec/spec_helper.rb
122${GEM_LIBDIR}/lib/rspec/core/rake_task.rb 53${GEM_LIBDIR}/lib/rspec/core/rake_task.rb
123${GEM_LIBDIR}/lib/rspec/core/reporter.rb 54${GEM_LIBDIR}/lib/rspec/core/reporter.rb
124${GEM_LIBDIR}/lib/rspec/core/ruby_project.rb 55${GEM_LIBDIR}/lib/rspec/core/ruby_project.rb
125${GEM_LIBDIR}/lib/rspec/core/runner.rb 56${GEM_LIBDIR}/lib/rspec/core/runner.rb
126${GEM_LIBDIR}/lib/rspec/core/shared_context.rb 57${GEM_LIBDIR}/lib/rspec/core/shared_context.rb
127${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb 58${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb
128${GEM_LIBDIR}/lib/rspec/core/shared_example_group/collection.rb 59${GEM_LIBDIR}/lib/rspec/core/test_unit_assertions_adapter.rb
129${GEM_LIBDIR}/lib/rspec/core/version.rb 60${GEM_LIBDIR}/lib/rspec/core/version.rb
 61${GEM_LIBDIR}/lib/rspec/core/warnings.rb
130${GEM_LIBDIR}/lib/rspec/core/world.rb 62${GEM_LIBDIR}/lib/rspec/core/world.rb
131${GEM_LIBDIR}/spec/autotest/discover_spec.rb 
132${GEM_LIBDIR}/spec/autotest/failed_results_re_spec.rb 
133${GEM_LIBDIR}/spec/autotest/rspec_spec.rb 
134${GEM_LIBDIR}/spec/command_line/order_spec.rb 
135${GEM_LIBDIR}/spec/rspec/core/backtrace_cleaner_spec.rb 
136${GEM_LIBDIR}/spec/rspec/core/command_line_spec.rb 
137${GEM_LIBDIR}/spec/rspec/core/command_line_spec_output.txt 
138${GEM_LIBDIR}/spec/rspec/core/configuration_options_spec.rb 
139${GEM_LIBDIR}/spec/rspec/core/configuration_spec.rb 
140${GEM_LIBDIR}/spec/rspec/core/deprecation_spec.rb 
141${GEM_LIBDIR}/spec/rspec/core/deprecations_spec.rb 
142${GEM_LIBDIR}/spec/rspec/core/drb_command_line_spec.rb 
143${GEM_LIBDIR}/spec/rspec/core/drb_options_spec.rb 
144${GEM_LIBDIR}/spec/rspec/core/dsl_spec.rb 
145${GEM_LIBDIR}/spec/rspec/core/example_group_spec.rb 
146${GEM_LIBDIR}/spec/rspec/core/example_spec.rb 
147${GEM_LIBDIR}/spec/rspec/core/filter_manager_spec.rb 
148${GEM_LIBDIR}/spec/rspec/core/formatters/base_formatter_spec.rb 
149${GEM_LIBDIR}/spec/rspec/core/formatters/base_text_formatter_spec.rb 
150${GEM_LIBDIR}/spec/rspec/core/formatters/deprecation_formatter_spec.rb 
151${GEM_LIBDIR}/spec/rspec/core/formatters/documentation_formatter_spec.rb 
152${GEM_LIBDIR}/spec/rspec/core/formatters/helpers_spec.rb 
153${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html 
154${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7-rbx.html 
155${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.8.7.html 
156${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.2.html 
157${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3-jruby.html 
158${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3-rbx.html 
159${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-1.9.3.html 
160${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatted-2.0.0.html 
161${GEM_LIBDIR}/spec/rspec/core/formatters/html_formatter_spec.rb 
162${GEM_LIBDIR}/spec/rspec/core/formatters/json_formatter_spec.rb 
163${GEM_LIBDIR}/spec/rspec/core/formatters/progress_formatter_spec.rb 
164${GEM_LIBDIR}/spec/rspec/core/formatters/snippet_extractor_spec.rb 
165${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html 
166${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7-rbx.html 
167${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html 
168${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html 
169${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3-jruby.html 
170${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3-rbx.html 
171${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html 
172${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-2.0.0.html 
173${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatted-2.1.0.html 
174${GEM_LIBDIR}/spec/rspec/core/formatters/text_mate_formatter_spec.rb 
175${GEM_LIBDIR}/spec/rspec/core/hooks_filtering_spec.rb 
176${GEM_LIBDIR}/spec/rspec/core/hooks_spec.rb 
177${GEM_LIBDIR}/spec/rspec/core/kernel_extensions_spec.rb 
178${GEM_LIBDIR}/spec/rspec/core/memoized_helpers_spec.rb 
179${GEM_LIBDIR}/spec/rspec/core/metadata_spec.rb 
180${GEM_LIBDIR}/spec/rspec/core/option_parser_spec.rb 
181${GEM_LIBDIR}/spec/rspec/core/pending_example_spec.rb 
182${GEM_LIBDIR}/spec/rspec/core/project_initializer_spec.rb 
183${GEM_LIBDIR}/spec/rspec/core/rake_task_spec.rb 
184${GEM_LIBDIR}/spec/rspec/core/reporter_spec.rb 
185${GEM_LIBDIR}/spec/rspec/core/resources/a_bar.rb 
186${GEM_LIBDIR}/spec/rspec/core/resources/a_foo.rb 
187${GEM_LIBDIR}/spec/rspec/core/resources/a_spec.rb 
188${GEM_LIBDIR}/spec/rspec/core/resources/custom_example_group_runner.rb 
189${GEM_LIBDIR}/spec/rspec/core/resources/formatter_specs.rb 
190${GEM_LIBDIR}/spec/rspec/core/resources/utf8_encoded.rb 
191${GEM_LIBDIR}/spec/rspec/core/rspec_matchers_spec.rb 
192${GEM_LIBDIR}/spec/rspec/core/ruby_project_spec.rb 
193${GEM_LIBDIR}/spec/rspec/core/runner_spec.rb 
194${GEM_LIBDIR}/spec/rspec/core/shared_context_spec.rb 
195${GEM_LIBDIR}/spec/rspec/core/shared_example_group/collection_spec.rb 
196${GEM_LIBDIR}/spec/rspec/core/shared_example_group_spec.rb 
197${GEM_LIBDIR}/spec/rspec/core/world_spec.rb 
198${GEM_LIBDIR}/spec/rspec/core_spec.rb 
199${GEM_LIBDIR}/spec/spec_helper.rb 
200${GEM_LIBDIR}/spec/support/config_options_helper.rb 
201${GEM_LIBDIR}/spec/support/helper_methods.rb 
202${GEM_LIBDIR}/spec/support/in_sub_process.rb 
203${GEM_LIBDIR}/spec/support/isolate_load_path_mutation.rb 
204${GEM_LIBDIR}/spec/support/isolated_directory.rb 
205${GEM_LIBDIR}/spec/support/isolated_home_directory.rb 
206${GEM_LIBDIR}/spec/support/matchers.rb 
207${GEM_LIBDIR}/spec/support/mathn_integration_support.rb 
208${GEM_LIBDIR}/spec/support/sandboxed_mock_space.rb 
209${GEM_LIBDIR}/spec/support/shared_example_groups.rb 
210${GEM_LIBDIR}/spec/support/spec_files.rb 
211${GEM_HOME}/specifications/${GEM_NAME}.gemspec 63${GEM_HOME}/specifications/${GEM_NAME}.gemspec