[DRE-commits] [ruby-omniauth-facebook] branch master updated (c763d72 -> 4d044de)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Nov 27 05:28:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-omniauth-facebook.
from c763d72 prepare changelog
adds 0e51abc Imported Upstream version 3.0.0
new 258f133 Merge tag 'upstream/3.0.0'
new ff4bb13 update changelog
new ee0fdb0 check gemspec deps
new 4d044de update tests
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:
CHANGELOG.md | 8 +++++
README.md | 8 ++---
Rakefile | 1 +
debian/changelog | 9 ++++++
debian/ruby-tests.rb | 3 +-
debian/rules | 2 ++
lib/omniauth/facebook/signed_request.rb | 52 +++++++++++++++++++++++++++++++++
lib/omniauth/facebook/version.rb | 2 +-
lib/omniauth/strategies/facebook.rb | 38 ++++--------------------
metadata.yml | 41 +++++++++++++++-----------
test/fixtures/payload.json | 16 ++++++++++
test/fixtures/signed_request.txt | 1 +
test/signed_request_test.rb | 26 +++++++++++++++++
test/{test.rb => strategy_test.rb} | 20 +++++++++----
14 files changed, 167 insertions(+), 60 deletions(-)
create mode 100644 lib/omniauth/facebook/signed_request.rb
create mode 100644 test/fixtures/payload.json
create mode 100644 test/fixtures/signed_request.txt
create mode 100644 test/signed_request_test.rb
rename test/{test.rb => strategy_test.rb} (94%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-facebook.git
More information about the Pkg-ruby-extras-commits
mailing list