[DRE-commits] [ruby-arel] branch master updated (08a64ff -> 81a3e4c)
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Jul 27 20:27:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-arel.
from 08a64ff Rebuild against newer gem2deb
adds eab7811 Imported Upstream version 5.0.1.20140414130214
new bb8adeb Merge tag 'upstream/5.0.1.20140414130214'
new 7f94019 bump minitest version in dependencies, standards-version to 3.9.5
new 23e1cd8 remove compatibility patch with ruby-activerecord-3.2
new 81a3e4c prepare changelog
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:
.travis.yml | 7 +-
Gemfile | 2 +-
History.txt | 93 ++++++-
Manifest.txt | 2 +-
README.markdown | 104 +++++---
Rakefile | 1 +
arel.gemspec | 36 +--
checksums.yaml.gz | Bin 0 -> 269 bytes
debian/changelog | 10 +
debian/control | 5 +-
debian/patches/restore_arel_relation.patch | 18 --
debian/patches/series | 1 -
lib/arel.rb | 2 +-
lib/arel/crud.rb | 36 +--
lib/arel/nodes/and.rb | 1 +
lib/arel/nodes/binary.rb | 1 +
lib/arel/nodes/function.rb | 1 +
lib/arel/nodes/insert_statement.rb | 1 +
lib/arel/nodes/node.rb | 10 +
lib/arel/nodes/select_core.rb | 1 +
lib/arel/nodes/select_statement.rb | 1 +
lib/arel/nodes/sql_literal.rb | 4 +
lib/arel/nodes/unary.rb | 1 +
lib/arel/select_manager.rb | 44 +---
lib/arel/table.rb | 26 +-
lib/arel/tree_manager.rb | 3 +
lib/arel/visitors/bind_visitor.rb | 8 +-
lib/arel/visitors/depth_first.rb | 112 ++++-----
lib/arel/visitors/dot.rb | 150 ++++++------
lib/arel/visitors/ibm_db.rb | 4 +-
lib/arel/visitors/informix.rb | 34 +--
lib/arel/visitors/join_sql.rb | 4 +-
lib/arel/visitors/mssql.rb | 28 +--
lib/arel/visitors/mysql.rb | 30 +--
lib/arel/visitors/oracle.rb | 38 +--
lib/arel/visitors/order_clauses.rb | 4 +-
lib/arel/visitors/postgresql.rb | 14 +-
lib/arel/visitors/sqlite.rb | 4 +-
lib/arel/visitors/to_sql.rb | 354 +++++++++++++--------------
lib/arel/visitors/visitor.rb | 13 +-
lib/arel/visitors/where_sql.rb | 4 +-
metadata.yml | 69 +++---
test/nodes/test_ascending.rb | 2 +-
test/nodes/test_bin.rb | 2 +-
test/nodes/test_descending.rb | 2 +-
test/nodes/test_infix_operation.rb | 2 +-
test/nodes/test_named_function.rb | 2 +-
test/nodes/test_node.rb | 2 +-
test/nodes/test_select_core.rb | 2 +-
test/nodes/test_sql_literal.rb | 8 +
test/test_activerecord_compat.rb | 18 --
test/test_crud.rb | 2 +-
test/test_factory_methods.rb | 2 +-
test/test_select_manager.rb | 115 ++-------
test/test_update_manager.rb | 1 +
test/visitors/test_bind_visitor.rb | 2 +-
test/visitors/test_depth_first.rb | 2 +-
test/visitors/test_dispatch_contamination.rb | 22 ++
test/visitors/test_dot.rb | 2 +-
test/visitors/test_oracle.rb | 3 +-
test/visitors/test_postgres.rb | 36 +++
test/visitors/test_to_sql.rb | 71 +++++-
62 files changed, 826 insertions(+), 753 deletions(-)
create mode 100644 checksums.yaml.gz
delete mode 100644 debian/patches/restore_arel_relation.patch
delete mode 100644 debian/patches/series
delete mode 100644 test/test_activerecord_compat.rb
create mode 100644 test/visitors/test_dispatch_contamination.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-arel.git
More information about the Pkg-ruby-extras-commits
mailing list