[DRE-commits] [ruby-rspec-expectations] branch master updated (c780341 -> d695925)

Cédric Boutillier boutil at alioth.debian.org
Thu Aug 15 19:58:43 UTC 2013


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

boutil pushed a change to branch master
in repository ruby-rspec-expectations.

      from  c780341   replace ruby1.8 by ruby in Depends
      adds  1b4ec60   Imported Upstream version 2.14.1
       new  dd29556   Merge tag 'upstream/2.14.1'
       new  a2e8e17   force external encoding in specs
      adds  045e6cc   Imported Upstream version 2.14.2
       new  cc7e4f8   Merge tag 'upstream/2.14.2'
       new  c745fdd   update changelog
       new  be8ec39   move encoding forcing to a patch
       new  d695925   bump rspec-* version in dependencies

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:
 Changelog.md                                       |   71 +++++
 README.md                                          |  130 +++------
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +-
 debian/patches/fix_encoding.patch                  |   18 ++
 debian/patches/series                              |    1 +
 features/README.md                                 |   17 +-
 features/built_in_matchers/README.md               |   82 +++---
 features/built_in_matchers/be_within.feature       |    6 +-
 features/built_in_matchers/expect_change.feature   |   12 +-
 features/built_in_matchers/expect_error.feature    |    4 +-
 features/built_in_matchers/start_with.feature      |    2 +-
 features/built_in_matchers/throw_symbol.feature    |   22 +-
 features/built_in_matchers/yield.feature           |   21 +-
 .../define_diffable_matcher.feature                |    2 +-
 .../define_matcher_outside_rspec.feature           |   12 +-
 .../define_matcher_with_fluent_interface.feature   |    2 +-
 features/customized_message.feature                |    2 +-
 features/support/env.rb                            |   11 +-
 features/support/rubinius.rb                       |    6 +
 features/syntax_configuration.feature              |    3 +
 features/test_frameworks/test_unit.feature         |   32 +--
 lib/rspec/expectations.rb                          |    2 +-
 lib/rspec/expectations/deprecation.rb              |   45 +--
 lib/rspec/expectations/differ.rb                   |   43 ++-
 lib/rspec/expectations/expectation_target.rb       |   15 +-
 lib/rspec/expectations/extensions/object.rb        |   14 +-
 lib/rspec/expectations/fail_with.rb                |   12 +-
 lib/rspec/expectations/handler.rb                  |   17 +-
 lib/rspec/expectations/syntax.rb                   |    4 +-
 lib/rspec/expectations/version.rb                  |    3 +-
 lib/rspec/matchers.rb                              |  284 ++++++++++---------
 lib/rspec/matchers/be_close.rb                     |    2 +-
 lib/rspec/matchers/built_in/be.rb                  |   54 ++--
 lib/rspec/matchers/built_in/be_within.rb           |    2 +-
 lib/rspec/matchers/built_in/change.rb              |   12 +-
 lib/rspec/matchers/built_in/have.rb                |   24 +-
 lib/rspec/matchers/built_in/include.rb             |   12 +-
 lib/rspec/matchers/built_in/raise_error.rb         |   30 +-
 lib/rspec/matchers/built_in/yield.rb               |   81 +++++-
 lib/rspec/matchers/operator_matcher.rb             |    2 +-
 lib/rspec/matchers/pretty.rb                       |    8 +-
 lib/rspec/matchers/test_unit_integration.rb        |   11 +
 metadata.yml                                       |   17 +-
 spec/rspec/expectations/differ_spec.rb             |   43 ++-
 spec/rspec/expectations/expectation_target_spec.rb |   13 +-
 spec/rspec/expectations/extensions/kernel_spec.rb  |   10 +-
 spec/rspec/expectations/fail_with_spec.rb          |   19 ++
 spec/rspec/expectations/handler_spec.rb            |   63 +++--
 spec/rspec/expectations/syntax_spec.rb             |   48 +++-
 spec/rspec/matchers/be_close_spec.rb               |   12 +-
 spec/rspec/matchers/be_spec.rb                     |   78 +++---
 spec/rspec/matchers/be_within_spec.rb              |    8 +
 spec/rspec/matchers/change_spec.rb                 |   37 ++-
 spec/rspec/matchers/configuration_spec.rb          |  146 ++++------
 spec/rspec/matchers/description_generation_spec.rb |   18 +-
 spec/rspec/matchers/exist_spec.rb                  |   18 +-
 spec/rspec/matchers/has_spec.rb                    |    2 +-
 spec/rspec/matchers/have_spec.rb                   |   14 +-
 .../matchers/include_matcher_integration_spec.rb   |    4 +-
 spec/rspec/matchers/include_spec.rb                |    8 +-
 spec/rspec/matchers/match_array_spec.rb            |    2 +-
 spec/rspec/matchers/match_spec.rb                  |    2 +-
 spec/rspec/matchers/raise_error_spec.rb            |  288 +++++++++++++-------
 spec/rspec/matchers/respond_to_spec.rb             |    8 +-
 spec/rspec/matchers/satisfy_spec.rb                |    2 +-
 spec/rspec/matchers/start_with_end_with_spec.rb    |    4 +-
 spec/rspec/matchers/yield_spec.rb                  |   85 +++++-
 spec/spec_helper.rb                                |    2 +-
 69 files changed, 1320 insertions(+), 774 deletions(-)
 create mode 100644 debian/patches/fix_encoding.patch
 create mode 100644 debian/patches/series
 create mode 100644 features/support/rubinius.rb
 create mode 100644 lib/rspec/matchers/test_unit_integration.rb

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



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