[DRE-commits] [ruby-oauth2] 04/06: Merge tag 'upstream/1.2.0'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jul 14 09:55:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to annotated tag debian/1.2.0-1
in repository ruby-oauth2.
commit fd29fd4bed12b3139bd823611aea8fbebe3f92de
Merge: 4e21818 1c6816a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Jul 14 14:59:26 2016 +0530
Merge tag 'upstream/1.2.0'
Upstream version 1.2.0
# gpg: Signature made Thursday 14 July 2016 02:59:21 PM IST using RSA key ID 4512C22A
# gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
# gpg: aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
# gpg: aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
# gpg: aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
# gpg: aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"
.gitignore | 10 ++
.rspec | 2 +
.rubocop.yml | 58 +++++++
.travis.yml | 21 +++
CHANGELOG.md | 29 ++++
Gemfile | 24 +++
Rakefile | 39 +++++
spec/helper.rb | 41 +++++
spec/oauth2/access_token_spec.rb | 182 ++++++++++++++++++++
spec/oauth2/client_spec.rb | 218 ++++++++++++++++++++++++
spec/oauth2/mac_token_spec.rb | 119 +++++++++++++
spec/oauth2/response_spec.rb | 91 ++++++++++
spec/oauth2/strategy/assertion_spec.rb | 55 ++++++
spec/oauth2/strategy/auth_code_spec.rb | 88 ++++++++++
spec/oauth2/strategy/base_spec.rb | 7 +
spec/oauth2/strategy/client_credentials_spec.rb | 81 +++++++++
spec/oauth2/strategy/implicit_spec.rb | 28 +++
spec/oauth2/strategy/password_spec.rb | 56 ++++++
18 files changed, 1149 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oauth2.git
More information about the Pkg-ruby-extras-commits
mailing list