[DRE-commits] [ruby-activerecord-import] branch master updated (2f02491 -> 7516a85)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 2 11:11:06 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-activerecord-import.

      from  2f02491   upload to unstable
      adds  4eac413   Imported Upstream version 0.8.0
       new  787bbdd   Merge tag 'upstream/0.8.0'
       new  fca8a84   update changelog
       new  0b54e1e   fix copyright
       new  7516a85   upload to unstable

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:
 Gemfile                                            |   2 +-
 README.markdown                                    |  19 ++++
 debian/changelog                                   |   7 ++
 debian/copyright                                   |   2 +-
 gemfiles/3.1.gemfile                               |   2 +-
 gemfiles/3.2.gemfile                               |   2 +-
 .../active_record/adapters/postgresql_adapter.rb   |   1 -
 .../adapters/abstract_adapter.rb                   |   2 +-
 lib/activerecord-import/adapters/mysql_adapter.rb  |   4 +-
 .../adapters/postgresql_adapter.rb                 |  27 +++++
 .../adapters/sqlite3_adapter.rb                    |   2 +-
 lib/activerecord-import/import.rb                  | 115 +++++++++++++++++----
 lib/activerecord-import/version.rb                 |   2 +-
 metadata.yml                                       |   9 +-
 test/models/book.rb                                |   4 +-
 test/models/chapter.rb                             |   4 +
 test/models/end_note.rb                            |   4 +
 test/models/topic.rb                               |   2 +-
 test/postgresql/import_test.rb                     |   2 +-
 test/schema/generic_schema.rb                      |  15 +++
 test/support/factories.rb                          |  20 ++++
 test/support/postgresql/import_examples.rb         |  84 +++++++++++++++
 22 files changed, 296 insertions(+), 35 deletions(-)
 create mode 100644 test/models/chapter.rb
 create mode 100644 test/models/end_note.rb

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



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