[DRE-commits] [ruby-responders] branch master updated (ce239ec -> a357ef6)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Fri Aug 26 19:10:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository ruby-responders.
from ce239ec Use https:// in Vcs-* fields
adds d031c06 Imported Upstream version 2.3.0
new cff4cef Merge tag 'upstream/2.3.0'
new abd38ee New upstream release
new a357ef6 Updated Standards version
The 3 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 | 14 +++-
CHANGELOG.md | 20 ++++++
Gemfile | 3 +-
Gemfile.lock | 76 ++++++++++++----------
MIT-LICENSE | 2 +-
README.md | 61 +++++++++++++++--
debian/changelog | 7 ++
debian/control | 2 +-
gemfiles/Gemfile-rails.4.2.x | 7 ++
gemfiles/Gemfile-rails.5.0.x | 2 +-
lib/action_controller/respond_with.rb | 33 ++++++++--
lib/action_controller/responder.rb | 10 ++-
.../templates/{controller.rb => api_controller.rb} | 12 +---
lib/responders/flash_responder.rb | 32 ++++++---
lib/responders/version.rb | 2 +-
test/action_controller/respond_with_api_test.rb | 44 +++++++++++++
test/action_controller/respond_with_test.rb | 55 ++--------------
.../verify_requested_format_test.rb | 45 +++++++++++++
test/responders/flash_responder_test.rb | 2 +-
test/responders/http_cache_responder_test.rb | 4 +-
test/support/models.rb | 50 ++++++++++++++
test/test_helper.rb | 12 ++--
22 files changed, 359 insertions(+), 136 deletions(-)
create mode 100644 gemfiles/Gemfile-rails.4.2.x
copy lib/generators/rails/templates/{controller.rb => api_controller.rb} (88%)
create mode 100644 test/action_controller/respond_with_api_test.rb
create mode 100644 test/action_controller/verify_requested_format_test.rb
create mode 100644 test/support/models.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-responders.git
More information about the Pkg-ruby-extras-commits
mailing list