[DRE-commits] [ruby-bogus] branch master updated (f0b785b -> 0f68168)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Mon Mar 7 15:13:28 UTC 2016


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

lucasmoura-guest pushed a change to branch master
in repository ruby-bogus.

      from  f0b785b   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  c9c6723   Imported Upstream version 0.1.6
       new  349d43e   Merge tag 'upstream/0.1.6'
       new  cffbc0c   New upstream release
       new  3765a91   Update clean_spec_helper.patch for the new upstream code
       new  62262dd   Remove relative import from spec
       new  57eaee0   debian/rules: Add check-dependencies command
       new  0f68168   Create release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .rspec                                             |   1 +
 .travis.yml                                        |   1 +
 Gemfile                                            |   2 -
 Guardfile                                          |   2 +-
 bogus.gemspec                                      |   2 +-
 checksums.yaml.gz                                  | Bin 269 -> 0 bytes
 debian/changelog                                   |  10 +++++
 debian/patches/clean_spec_helper.patch             |  33 ++++++++++-----
 .../remove_relative_import_from_tests.patch        |  22 ++++++++++
 debian/patches/series                              |   1 +
 debian/rules                                       |   2 +
 features/changelog.md                              |   8 ++++
 .../contract_tests/contract_tests_mocks.feature    |   8 ++--
 .../contract_tests/contract_tests_stubs.feature    |   8 ++--
 .../custom_overwritten_class.feature               |   6 +--
 features/fakes/fake_objects.feature                |   4 +-
 lib/bogus/core_ext.rb                              |   6 ++-
 lib/bogus/rspec/syntax.rb                          |   3 ++
 lib/bogus/version.rb                               |   2 +-
 metadata.yml                                       |  15 ++++---
 spec/bogus/bugs/rbx_instance_eval_bug_spec.rb      |  20 +++++++++
 spec/bogus/bugs/rbx_jruby_stub_on_class_spec.rb    |  45 +++++++++++++++++++++
 .../contracts/adds_contract_verification_spec.rb   |  20 ++++-----
 spec/bogus/contracts/adds_recording_spec.rb        |  18 ++++-----
 .../contracts/interactions_repository_spec.rb      |  26 ++++++------
 .../contracts/records_double_interactions_spec.rb  |  16 ++++----
 spec/bogus/contracts/verifies_contracts_spec.rb    |  18 ++++-----
 spec/bogus/fakes/copies_classes_spec.rb            |  10 ++---
 spec/bogus/fakes/creates_fakes_spec.rb             |  26 ++++++------
 .../creates_fakes_with_stubbed_methods_spec.rb     |  40 +++++++++---------
 spec/bogus/fakes/fake_ar_attributes_spec.rb        |   4 +-
 spec/bogus/fakes/fake_configuration_spec.rb        |   6 +--
 spec/bogus/fakes/fakes_classes_spec.rb             |  12 +++---
 spec/bogus/fakes/faking_factories_spec.rb          |   4 +-
 spec/bogus/fakes/frozen_fakes_spec.rb              |   4 +-
 spec/bogus/fakes/registers_created_fakes_spec.rb   |  16 ++++----
 .../bogus/fakes/resets_overwritten_classes_spec.rb |  16 ++++----
 .../stubbing_new_method_on_fake_class_spec.rb      |   4 +-
 spec/bogus/mocking_dsl_spec.rb                     |   4 +-
 spec/bogus/rspec/syntax_spec.rb                    |  16 ++++++++
 spec/bogus/ruby_2_1_support_spec.rb                |   6 ++-
 spec/bogus/ruby_2_support_spec.rb                  |   6 ++-
 spec/bogus/stubbing/double_spec.rb                 |  36 ++++++++---------
 spec/bogus/stubbing/have_received_matcher_spec.rb  |  27 ++++++-------
 spec/bogus/stubbing/interaction_spec.rb            |  14 +++----
 spec/bogus/stubbing/multi_stubber_spec.rb          |  10 ++---
 spec/bogus/stubbing/record_interactions_spec.rb    |   4 +-
 spec/bogus/stubbing/resets_stubbed_methods_spec.rb |  10 ++---
 spec/bogus/stubbing/shadow_spec.rb                 |  12 +++---
 .../stubbing_existing_methods_on_fakes_spec.rb     |   2 +-
 spec/spec_helper.rb                                |  19 +++------
 spec/support/ruby_features.rb                      |  19 +++++++++
 52 files changed, 403 insertions(+), 223 deletions(-)
 create mode 100644 .rspec
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/remove_relative_import_from_tests.patch
 create mode 100644 spec/bogus/bugs/rbx_instance_eval_bug_spec.rb
 create mode 100644 spec/bogus/bugs/rbx_jruby_stub_on_class_spec.rb
 create mode 100644 spec/bogus/rspec/syntax_spec.rb
 create mode 100644 spec/support/ruby_features.rb

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



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