[DRE-commits] [ruby-database-cleaner] branch master updated (b7122fc -> 61e1457)

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 9 13:21:08 UTC 2014


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

terceiro pushed a change to branch master
in repository ruby-database-cleaner.

      from  b7122fc   add itp, upload to unstable
      adds  9c5ad27   Imported Upstream version 1.3.0
       new  3ae5ed4   Merge tag 'upstream/1.3.0'
       new  33b9bd5   New upstream release.
       new  75a823a   Skip runnning tests during build
       new  61e1457   Bump Standards-Version

The 4 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:
 History.rdoc                                       |  12 +
 README.markdown                                    |  38 ++-
 Rakefile                                           |   2 +-
 VERSION.yml                                        |   2 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/ruby-tests.rake                             |  24 --
 lib/database_cleaner/active_record/deletion.rb     |   8 +-
 lib/database_cleaner/active_record/transaction.rb  |   4 +-
 lib/database_cleaner/active_record/truncation.rb   |  14 +-
 lib/database_cleaner/base.rb                       |   4 +
 lib/database_cleaner/configuration.rb              |   6 +
 lib/database_cleaner/cucumber.rb                   |  12 +-
 lib/database_cleaner/data_mapper/truncation.rb     |  16 +-
 lib/database_cleaner/generic/base.rb               |   6 +
 lib/database_cleaner/sequel/transaction.rb         |  15 +
 metadata.yml                                       | 350 ++++++++++++++++++++-
 .../active_record/transaction_spec.rb              |   6 +-
 spec/database_cleaner/base_spec.rb                 |  13 +
 spec/database_cleaner/configuration_spec.rb        |  27 ++
 .../sequel/truncation/sqlite3_spec.rb              |   0
 spec/database_cleaner/sequel/truncation_spec.rb    | 131 ++++++++
 spec/database_cleaner/shared_strategy.rb           |   2 +
 spec/spec_helper.rb                                |   8 +-
 spec/support/active_record/database_setup.rb       |   2 +
 25 files changed, 639 insertions(+), 74 deletions(-)
 delete mode 100644 debian/ruby-tests.rake
 copy examples/db/sqlite_databases_go_here => spec/database_cleaner/sequel/truncation/sqlite3_spec.rb (100%)

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



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