[DRE-commits] [ruby-flexmock] 02/11: Merge tag 'upstream/2.0.0_rc1'

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 15 16:44:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-flexmock.

commit fb420f41aa3757c135cacea3ab79ddc812c10e01
Merge: 6125f99 126aaad
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Sep 15 13:25:45 2015 -0300

    Merge tag 'upstream/2.0.0_rc1'
    
    Upstream version 2.0.0~rc1
    
    # gpg: Signature made Ter 15 Set 2015 13:25:42 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 .autotest                                          |   3 +
 .gitignore                                         |  14 +
 .togglerc                                          |   7 +
 .travis.yml                                        |   5 +
 .yardopts                                          |   2 +
 CHANGES                                            |  11 +
 Gemfile                                            |   5 +-
 Gemfile.lock                                       |  20 -
 README.md                                          |  50 +-
 Rakefile                                           | 223 +-------
 checksums.yaml.gz                                  | Bin 268 -> 0 bytes
 doc/examples/rspec_examples_spec.rb                | 244 +++++++++
 doc/examples/rspec_examples_spec.rdoc              | 245 ---------
 doc/examples/test_unit_examples_test.rb            | 240 +++++++++
 doc/examples/test_unit_examples_test.rdoc          | 241 ---------
 doc/jamis.rb                                       | 591 +++++++++++++++++++++
 flexmock.gemspec                                   |  33 ++
 lib/flexmock.rb                                    |   1 -
 lib/flexmock/composite_expectation.rb              |   2 +-
 lib/flexmock/core.rb                               |  10 +-
 lib/flexmock/core_class_methods.rb                 |   6 +-
 lib/flexmock/default_framework_adapter.rb          |   4 +-
 lib/flexmock/expectation.rb                        |  32 +-
 lib/flexmock/expectation_director.rb               |   2 +-
 lib/{flexmock.rb => flexmock/minitest.rb}          |   4 +-
 .../minitest_extensions.rb}                        |  17 +-
 lib/flexmock/minitest_integration.rb               | 111 ++++
 lib/flexmock/mock_container.rb                     |   3 +-
 lib/flexmock/partial_mock.rb                       | 165 +++---
 lib/flexmock/recorder.rb                           |   3 +-
 lib/flexmock/rspec.rb                              |   9 +-
 lib/flexmock/test_unit_integration.rb              |  14 +
 lib/flexmock/validators.rb                         |   9 +-
 lib/flexmock/version.rb                            |  10 +-
 metadata.yml                                       | 189 -------
 rakelib/metrics.rake                               |  40 ++
 rakelib/preview.rake                               |   4 +
 rakelib/tags.rake                                  |  18 +
 test/aliasing_test.rb                              |   6 +-
 test/assert_spy_called_test.rb                     |  14 +-
 test/base_class_test.rb                            |   8 +-
 test/based_partials_test.rb                        |   8 +-
 test/container_methods_test.rb                     |  18 +-
 test/default_framework_adapter_test.rb             |  20 +-
 test/demeter_mocking_test.rb                       |  14 +-
 test/deprecated_methods_test.rb                    |  22 +-
 test/examples_from_readme_test.rb                  |  10 +-
 test/expectation_description_test.rb               |   6 +-
 test/extended_should_receive_test.rb               |  16 +-
 test/flexmodel_test.rb                             |   6 +-
 test/minitest_integration/auto_test.rb             |  85 +++
 .../minitest_integration/minitest_teardown_test.rb |  13 +
 test/mock_builder_test.rb                          |  28 +-
 test/naming_test.rb                                |   8 +-
 test/new_instances_test.rb                         |  30 +-
 test/object_extensions_test.rb                     |   4 +-
 test/partial_mock_test.rb                          |  83 ++-
 test/record_mode_test.rb                           |  20 +-
 test/samples_test.rb                               |  48 +-
 test/should_ignore_missing_test.rb                 |  12 +-
 test/should_receive_test.rb                        |  84 ++-
 test/spys_test.rb                                  |  18 +-
 test/symbol_extensions_test.rb                     |   4 +-
 test/test_class_extensions.rb                      |   4 +-
 test/{test_setup.rb => test_helper.rb}             |  28 +-
 test/test_unit_integration/auto_test_unit_test.rb  |   2 +-
 .../tu_integration_test.rb                         |  14 +-
 test/undefined_test.rb                             |   4 +-
 todo.txt                                           |  20 +
 69 files changed, 1918 insertions(+), 1326 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-flexmock.git



More information about the Pkg-ruby-extras-commits mailing list