[DRE-commits] [ruby-grape] branch master updated (a58f03a -> 88ff530)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Nov 26 11:45:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-grape.
from a58f03a add myself to Uploaders:; wrap-and-sort
adds f8ef912 Imported Upstream version 0.13.0
new e3c461a Merge tag 'upstream/0.13.0'
new e930468 update changelog
new 88ff530 upload to unstable
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:
.rubocop_todo.yml | 4 +-
CHANGELOG.md | 452 ++++++++++++-----------
CONTRIBUTING.md | 8 +-
README.md | 143 ++++++-
RELEASING.md | 20 +-
Rakefile | 2 +-
UPGRADING.md | 46 +--
debian/changelog | 7 +
grape.gemspec | 4 +-
lib/backports/active_support/deep_dup.rb | 49 ---
lib/backports/active_support/duplicable.rb | 88 -----
lib/grape.rb | 15 +-
lib/grape/api.rb | 28 +-
lib/grape/dsl/callbacks.rb | 20 +
lib/grape/dsl/configuration.rb | 54 +++
lib/grape/dsl/inside_route.rb | 34 +-
lib/grape/dsl/parameters.rb | 80 ++++
lib/grape/dsl/routing.rb | 14 +
lib/grape/dsl/settings.rb | 37 +-
lib/grape/dsl/validations.rb | 12 +-
lib/grape/endpoint.rb | 74 ++--
lib/grape/exceptions/unknown_parameter.rb | 10 +
lib/grape/exceptions/validation_errors.rb | 7 +-
lib/grape/http/headers.rb | 1 -
lib/grape/http/request.rb | 16 +-
lib/grape/locale/en.yml | 1 +
lib/grape/middleware/base.rb | 1 +
lib/grape/middleware/formatter.rb | 62 ++--
lib/grape/namespace.rb | 15 +-
lib/grape/path.rb | 1 +
lib/grape/route.rb | 5 +
lib/grape/util/file_response.rb | 21 ++
lib/grape/util/inheritable_setting.rb | 25 +-
lib/grape/util/inheritable_values.rb | 2 +-
lib/grape/util/parameter_types.rb | 58 +++
lib/grape/util/stackable_values.rb | 7 +-
lib/grape/validations.rb | 5 +
lib/grape/validations/params_scope.rb | 92 ++++-
lib/grape/validations/validators/coerce.rb | 13 +-
lib/grape/version.rb | 3 +-
metadata.yml | 15 +-
spec/grape/api_spec.rb | 63 ++++
spec/grape/dsl/inside_route_spec.rb | 39 +-
spec/grape/dsl/validations_spec.rb | 18 +
spec/grape/endpoint_spec.rb | 83 +++++
spec/grape/exceptions/validation_errors_spec.rb | 28 ++
spec/grape/middleware/base_spec.rb | 44 ++-
spec/grape/middleware/formatter_spec.rb | 5 -
spec/grape/util/inheritable_values_spec.rb | 14 +
spec/grape/util/parameter_types_spec.rb | 54 +++
spec/grape/util/stackable_values_spec.rb | 10 +
spec/grape/validations/params_scope_spec.rb | 84 +++++
spec/grape/validations/validators/coerce_spec.rb | 37 +-
spec/grape/validations/validators/values_spec.rb | 12 +
54 files changed, 1508 insertions(+), 534 deletions(-)
delete mode 100644 lib/backports/active_support/deep_dup.rb
delete mode 100644 lib/backports/active_support/duplicable.rb
create mode 100644 lib/grape/exceptions/unknown_parameter.rb
create mode 100644 lib/grape/util/file_response.rb
create mode 100644 lib/grape/util/parameter_types.rb
create mode 100644 spec/grape/util/parameter_types_spec.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-grape.git
More information about the Pkg-ruby-extras-commits
mailing list