diff --git a/devel/ruby-shoulda-matchers/Makefile b/devel/ruby-shoulda-matchers/Makefile index 7d18e72bd949..e81d73a423c8 100644 --- a/devel/ruby-shoulda-matchers/Makefile +++ b/devel/ruby-shoulda-matchers/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2018/03/18 14:21:21 taca Exp $ +# $NetBSD: Makefile,v 1.11 2018/09/23 15:15:13 taca Exp $ -DISTNAME= shoulda-matchers-2.8.0 +DISTNAME= shoulda-matchers-3.1.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel ruby MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,7 +12,7 @@ LICENSE= mit DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} USE_LANGUAGES= # none -RUBY_RAILS_ACCEPTED= 32 +RUBY_RAILS_ACCEPTED= 42 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-shoulda-matchers/PLIST b/devel/ruby-shoulda-matchers/PLIST index e4907ede9f4d..d3340dbe4e09 100644 --- a/devel/ruby-shoulda-matchers/PLIST +++ b/devel/ruby-shoulda-matchers/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2015/06/11 17:22:16 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/09/23 15:15:13 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.hound.yml -${GEM_LIBDIR}/.hound_config/ruby.yml +${GEM_LIBDIR}/.hound/ruby.yml +${GEM_LIBDIR}/.rubocop.yml ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/Appraisals @@ -13,7 +14,7 @@ ${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/NEWS.md ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/cucumber.yml +${GEM_LIBDIR}/custom_plan.rb ${GEM_LIBDIR}/doc_config/gh-pages/index.html.erb ${GEM_LIBDIR}/doc_config/yard/setup.rb ${GEM_LIBDIR}/doc_config/yard/templates/default/fulldoc/html/css/bootstrap.css @@ -31,22 +32,13 @@ ${GEM_LIBDIR}/doc_config/yard/templates/default/fulldoc/html/js/underscore.min.j ${GEM_LIBDIR}/doc_config/yard/templates/default/fulldoc/html/setup.rb ${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/breadcrumb.erb ${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/fonts.erb +${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/footer.erb ${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/layout.erb ${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/search.erb ${GEM_LIBDIR}/doc_config/yard/templates/default/layout/html/setup.rb ${GEM_LIBDIR}/doc_config/yard/templates/default/method_details/html/source.erb ${GEM_LIBDIR}/doc_config/yard/templates/default/module/html/box_info.erb -${GEM_LIBDIR}/docs.watchr -${GEM_LIBDIR}/gemfiles/3.0.gemfile -${GEM_LIBDIR}/gemfiles/3.0.gemfile.lock -${GEM_LIBDIR}/gemfiles/3.1.gemfile -${GEM_LIBDIR}/gemfiles/3.1.gemfile.lock -${GEM_LIBDIR}/gemfiles/3.1_1.9.2.gemfile -${GEM_LIBDIR}/gemfiles/3.1_1.9.2.gemfile.lock -${GEM_LIBDIR}/gemfiles/3.2.gemfile -${GEM_LIBDIR}/gemfiles/3.2.gemfile.lock -${GEM_LIBDIR}/gemfiles/3.2_1.9.2.gemfile -${GEM_LIBDIR}/gemfiles/3.2_1.9.2.gemfile.lock +${GEM_LIBDIR}/docs/errors/NonCaseSwappableValueError.md ${GEM_LIBDIR}/gemfiles/4.0.0.gemfile ${GEM_LIBDIR}/gemfiles/4.0.0.gemfile.lock ${GEM_LIBDIR}/gemfiles/4.0.1.gemfile @@ -60,6 +52,8 @@ ${GEM_LIBDIR}/lib/shoulda/matchers.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/callback_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/filter_param_matcher.rb +${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/flash_store.rb +${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/permit_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_template_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/render_with_layout_matcher.rb @@ -67,12 +61,21 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/rescue_from_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/respond_with_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/route_params.rb +${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/session_store.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_flash_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_matcher.rb -${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/strong_parameters_matcher.rb +${GEM_LIBDIR}/lib/shoulda/matchers/action_controller/set_session_or_flash_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_mass_assignment_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_changed_value_error.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_does_not_exist_error.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setter_and_validator.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/attribute_setters_and_validators.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_check.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/allow_value_matcher/successful_setting.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/disallow_value_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/errors.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/have_secure_password_matcher.rb @@ -83,7 +86,9 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/even_numbe ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/numeric_type_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher.rb -${GEM_LIBDIR}/lib/shoulda/matchers/active_model/strict_validator.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignore_interference_by_writer.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignoring_interference_by_writer.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_absence_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_acceptance_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_confirmation_of_matcher.rb @@ -93,8 +98,9 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_length_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_numericality_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validate_presence_of_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validation_matcher.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validation_matcher/build_description.rb +${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validation_message_finder.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validator.rb -${GEM_LIBDIR}/lib/shoulda/matchers/active_model/validator_with_captured_range_error.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/accept_nested_attributes_for_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/association_matcher.rb @@ -120,14 +126,14 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/uniqueness/namespace.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/uniqueness/test_model_creator.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/uniqueness/test_models.rb ${GEM_LIBDIR}/lib/shoulda/matchers/active_record/validate_uniqueness_of_matcher.rb -${GEM_LIBDIR}/lib/shoulda/matchers/assertion_error.rb +${GEM_LIBDIR}/lib/shoulda/matchers/configuration.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/double.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/double_collection.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/double_implementation_registry.rb +${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/method_call.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/object_double.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/proxy_implementation.rb -${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/structs.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/stub_implementation.rb ${GEM_LIBDIR}/lib/shoulda/matchers/doublespeak/world.rb ${GEM_LIBDIR}/lib/shoulda/matchers/error.rb @@ -135,24 +141,48 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/independent.rb ${GEM_LIBDIR}/lib/shoulda/matchers/independent/delegate_method_matcher.rb ${GEM_LIBDIR}/lib/shoulda/matchers/independent/delegate_method_matcher/stubbed_target.rb ${GEM_LIBDIR}/lib/shoulda/matchers/independent/delegate_method_matcher/target_not_defined_error.rb -${GEM_LIBDIR}/lib/shoulda/matchers/integrations/nunit_test_case_detection.rb -${GEM_LIBDIR}/lib/shoulda/matchers/integrations/rspec.rb -${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_unit.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/configuration.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/configuration_error.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/inclusion.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/action_controller.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/active_model.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/active_record.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/missing_library.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/rails.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/libraries/routing.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/rails.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/registry.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/active_support_test_case.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/minitest_4.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/minitest_5.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/missing_test_framework.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/rspec.rb +${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/test_unit.rb ${GEM_LIBDIR}/lib/shoulda/matchers/matcher_context.rb ${GEM_LIBDIR}/lib/shoulda/matchers/rails_shim.rb +${GEM_LIBDIR}/lib/shoulda/matchers/routing.rb ${GEM_LIBDIR}/lib/shoulda/matchers/util.rb +${GEM_LIBDIR}/lib/shoulda/matchers/util/word_wrap.rb ${GEM_LIBDIR}/lib/shoulda/matchers/version.rb ${GEM_LIBDIR}/lib/shoulda/matchers/warn.rb ${GEM_LIBDIR}/script/SUPPORTED_VERSIONS ${GEM_LIBDIR}/script/install_gems_in_all_appraisals ${GEM_LIBDIR}/script/run_all_tests ${GEM_LIBDIR}/script/update_gem_in_all_appraisals +${GEM_LIBDIR}/script/update_gems_in_all_appraisals ${GEM_LIBDIR}/shoulda-matchers.gemspec ${GEM_LIBDIR}/spec/acceptance/active_model_integration_spec.rb ${GEM_LIBDIR}/spec/acceptance/independent_matchers_spec.rb +${GEM_LIBDIR}/spec/acceptance/multiple_libraries_integration_spec.rb ${GEM_LIBDIR}/spec/acceptance/rails_integration_spec.rb ${GEM_LIBDIR}/spec/acceptance_spec_helper.rb +${GEM_LIBDIR}/spec/doublespeak_spec_helper.rb ${GEM_LIBDIR}/spec/report_warnings.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/support/acceptance/adds_shoulda_matchers_to_project.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/active_model_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/array_helpers.rb @@ -161,6 +191,7 @@ ${GEM_LIBDIR}/spec/support/acceptance/helpers/command_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/file_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/gem_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/minitest_helpers.rb +${GEM_LIBDIR}/spec/support/acceptance/helpers/n_unit_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/pluralization_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/rails_version_helpers.rb ${GEM_LIBDIR}/spec/support/acceptance/helpers/rspec_helpers.rb @@ -171,34 +202,62 @@ ${GEM_LIBDIR}/spec/support/acceptance/matchers/indicate_number_of_tests_was_run_ ${GEM_LIBDIR}/spec/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb ${GEM_LIBDIR}/spec/support/tests/bundle.rb ${GEM_LIBDIR}/spec/support/tests/command_runner.rb +${GEM_LIBDIR}/spec/support/tests/current_bundle.rb +${GEM_LIBDIR}/spec/support/tests/database.rb +${GEM_LIBDIR}/spec/support/tests/database_adapters/postgresql.rb +${GEM_LIBDIR}/spec/support/tests/database_adapters/sqlite3.rb +${GEM_LIBDIR}/spec/support/tests/database_configuration.rb +${GEM_LIBDIR}/spec/support/tests/database_configuration_registry.rb ${GEM_LIBDIR}/spec/support/tests/filesystem.rb ${GEM_LIBDIR}/spec/support/tests/version.rb +${GEM_LIBDIR}/spec/support/unit/active_record/create_table.rb +${GEM_LIBDIR}/spec/support/unit/attribute.rb ${GEM_LIBDIR}/spec/support/unit/capture.rb +${GEM_LIBDIR}/spec/support/unit/change_value.rb +${GEM_LIBDIR}/spec/support/unit/create_model_arguments/basic.rb +${GEM_LIBDIR}/spec/support/unit/create_model_arguments/has_many.rb +${GEM_LIBDIR}/spec/support/unit/create_model_arguments/uniqueness_matcher.rb ${GEM_LIBDIR}/spec/support/unit/helpers/active_model_helpers.rb ${GEM_LIBDIR}/spec/support/unit/helpers/active_model_versions.rb ${GEM_LIBDIR}/spec/support/unit/helpers/active_record_versions.rb ${GEM_LIBDIR}/spec/support/unit/helpers/active_resource_builder.rb ${GEM_LIBDIR}/spec/support/unit/helpers/allow_value_matcher_helpers.rb ${GEM_LIBDIR}/spec/support/unit/helpers/class_builder.rb +${GEM_LIBDIR}/spec/support/unit/helpers/column_type_helpers.rb ${GEM_LIBDIR}/spec/support/unit/helpers/confirmation_matcher_helpers.rb ${GEM_LIBDIR}/spec/support/unit/helpers/controller_builder.rb +${GEM_LIBDIR}/spec/support/unit/helpers/database_helpers.rb ${GEM_LIBDIR}/spec/support/unit/helpers/i18n_faker.rb ${GEM_LIBDIR}/spec/support/unit/helpers/mailer_builder.rb ${GEM_LIBDIR}/spec/support/unit/helpers/model_builder.rb ${GEM_LIBDIR}/spec/support/unit/helpers/rails_versions.rb +${GEM_LIBDIR}/spec/support/unit/helpers/validation_matcher_scenario_helpers.rb ${GEM_LIBDIR}/spec/support/unit/i18n.rb +${GEM_LIBDIR}/spec/support/unit/load_environment.rb ${GEM_LIBDIR}/spec/support/unit/matchers/deprecate.rb ${GEM_LIBDIR}/spec/support/unit/matchers/fail_with_message_including_matcher.rb ${GEM_LIBDIR}/spec/support/unit/matchers/fail_with_message_matcher.rb ${GEM_LIBDIR}/spec/support/unit/matchers/print_warning_including.rb +${GEM_LIBDIR}/spec/support/unit/model_creation_strategies/active_model.rb +${GEM_LIBDIR}/spec/support/unit/model_creation_strategies/active_record.rb +${GEM_LIBDIR}/spec/support/unit/model_creators.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/active_model.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/active_record.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/active_record/has_and_belongs_to_many.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/active_record/has_many.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/active_record/uniqueness_matcher.rb +${GEM_LIBDIR}/spec/support/unit/model_creators/basic.rb ${GEM_LIBDIR}/spec/support/unit/rails_application.rb ${GEM_LIBDIR}/spec/support/unit/record_builder_with_i18n_validation_message.rb ${GEM_LIBDIR}/spec/support/unit/record_validating_confirmation_builder.rb ${GEM_LIBDIR}/spec/support/unit/record_with_different_error_attribute_builder.rb +${GEM_LIBDIR}/spec/support/unit/shared_examples/ignoring_interference_by_writer.rb ${GEM_LIBDIR}/spec/support/unit/shared_examples/numerical_submatcher.rb -${GEM_LIBDIR}/spec/support/unit/shared_examples/numerical_type_submatcher.rb +${GEM_LIBDIR}/spec/support/unit/shared_examples/set_session_or_flash.rb +${GEM_LIBDIR}/spec/support/unit/validation_matcher_scenario.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/callback_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/filter_param_matcher_spec.rb +${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/permit_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/redirect_to_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/render_template_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/render_with_layout_matcher_spec.rb @@ -208,16 +267,12 @@ ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/route_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/route_params_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/set_flash_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/set_session_matcher_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/strong_parameters_matcher_spec.rb +${GEM_LIBDIR}/spec/unit/shoulda/matchers/action_controller/set_session_or_flash_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/allow_mass_assignment_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/allow_value_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/disallow_value_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/have_secure_password_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/helpers_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/numericality_matchers/comparison_matcher_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/numericality_matchers/even_number_matcher_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_absence_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_acceptance_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_confirmation_of_matcher_spec.rb @@ -226,7 +281,6 @@ ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_inclusion_of_matc ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_length_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_numericality_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_presence_of_matcher_spec.rb -${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_model/validate_uniqueness_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/accept_nested_attributes_for_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/association_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/association_matchers/model_reflection_spec.rb @@ -235,6 +289,7 @@ ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/have_db_column_matcher_sp ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/have_db_index_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/have_readonly_attributes_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/serialize_matcher_spec.rb +${GEM_LIBDIR}/spec/unit/shoulda/matchers/active_record/validate_uniqueness_of_matcher_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/doublespeak/double_collection_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/doublespeak/double_implementation_registry_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/doublespeak/double_spec.rb @@ -245,6 +300,8 @@ ${GEM_LIBDIR}/spec/unit/shoulda/matchers/doublespeak/world_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/doublespeak_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/independent/delegate_method_matcher/stubbed_target_spec.rb ${GEM_LIBDIR}/spec/unit/shoulda/matchers/independent/delegate_method_matcher_spec.rb +${GEM_LIBDIR}/spec/unit/shoulda/matchers/routing/route_matcher_spec.rb +${GEM_LIBDIR}/spec/unit/shoulda/matchers/util/word_wrap_spec.rb ${GEM_LIBDIR}/spec/unit_spec_helper.rb ${GEM_LIBDIR}/spec/warnings_spy.rb ${GEM_LIBDIR}/spec/warnings_spy/filesystem.rb @@ -252,4 +309,5 @@ ${GEM_LIBDIR}/spec/warnings_spy/partitioner.rb ${GEM_LIBDIR}/spec/warnings_spy/reader.rb ${GEM_LIBDIR}/spec/warnings_spy/reporter.rb ${GEM_LIBDIR}/tasks/documentation.rb +${GEM_LIBDIR}/zeus.json ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-shoulda-matchers/distinfo b/devel/ruby-shoulda-matchers/distinfo index 76f67e5a6272..c6d926baaea5 100644 --- a/devel/ruby-shoulda-matchers/distinfo +++ b/devel/ruby-shoulda-matchers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:29:29 agc Exp $ +$NetBSD: distinfo,v 1.5 2018/09/23 15:15:13 taca Exp $ -SHA1 (shoulda-matchers-2.8.0.gem) = 3ef5bd234a2fa3abae9f6535e7e39032ade4a7c4 -RMD160 (shoulda-matchers-2.8.0.gem) = 404692542de56bdb702c629d422289e3bdb07b03 -SHA512 (shoulda-matchers-2.8.0.gem) = 7b40220811a11cf57cfa38457eaab612ec9f6db5b660df21bd142b3df30d3691d3b7b3b4f931eed1e186c5afe4b576eee2c86f6f8f491d46955598f1441a9027 -Size (shoulda-matchers-2.8.0.gem) = 153600 bytes +SHA1 (shoulda-matchers-3.1.2.gem) = 59e18b85b55c471ee7705694e19247f78c229111 +RMD160 (shoulda-matchers-3.1.2.gem) = 43b7929b4cb4cc8c87e2816f0905d4b651f4e2a1 +SHA512 (shoulda-matchers-3.1.2.gem) = e24602701a0f6eaa7ed0249449401582c7dc34f186e548d0741c9e416d5c6b5bc5a9b028b677b3f2b04091c6e5373cc03c05c8e1abf9156ace15846be4064d51 +Size (shoulda-matchers-3.1.2.gem) = 208384 bytes