[DRE-commits] [ruby-awesome-print] branch master updated (0220df2 -> 733f46f)
Tim Potter
tpot-guest at moszumanska.debian.org
Tue Aug 11 02:27:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a change to branch master
in repository ruby-awesome-print.
from 0220df2 set Testsuite: field to autopkgtest-pkg-ruby
adds dfa0325 Imported Upstream version 1.6.1
new 4cc5eaa Merge tag 'upstream/1.6.1'
new 733f46f Update d/changlog for new upstream release
The 2 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:
.gitignore | 12 ++-
Appraisals | 39 +++++++++
CHANGELOG | 25 +++++-
CONTRIBUTING.md | 41 ++++++++++
Gemfile | 5 +-
Gemfile.lock | 41 +++++++---
LICENSE | 2 +-
README.md | 20 +++++
Rakefile | 15 +++-
debian/changelog | 6 ++
lib/ap.rb | 0
lib/awesome_print.rb | 7 +-
lib/awesome_print/ext/active_record.rb | 3 +-
lib/awesome_print/ext/mongoid.rb | 2 +-
lib/awesome_print/ext/ostruct.rb | 27 +++++++
lib/awesome_print/ext/ripple.rb | 2 +-
lib/awesome_print/formatter.rb | 2 +-
lib/awesome_print/inspector.rb | 0
lib/awesome_print/version.rb | 2 +-
metadata.yml | 90 +++++++++++++++------
spec/active_record_helper.rb | 34 ++++++++
spec/colors_spec.rb | 16 ++--
spec/formats_spec.rb | 140 ++++++++++++++++-----------------
spec/methods_spec.rb | 122 ++++++++++++++--------------
spec/misc_spec.rb | 87 ++++++++++++--------
spec/objects_spec.rb | 12 +--
spec/spec_helper.rb | 6 +-
27 files changed, 527 insertions(+), 231 deletions(-)
create mode 100644 Appraisals
create mode 100644 CONTRIBUTING.md
mode change 100755 => 100644 lib/ap.rb
mode change 100755 => 100644 lib/awesome_print.rb
create mode 100644 lib/awesome_print/ext/ostruct.rb
mode change 100755 => 100644 lib/awesome_print/formatter.rb
mode change 100755 => 100644 lib/awesome_print/inspector.rb
create mode 100644 spec/active_record_helper.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-awesome-print.git
More information about the Pkg-ruby-extras-commits
mailing list