[DRE-commits] [ruby-omniauth] 01/04: Merge tag 'upstream/1.2.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 7 15:25:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-omniauth.

commit cfb77e26cb1720f4160c5d2155f24ed3bc70018a
Merge: 28ee273 6c204cf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 7 19:08:27 2014 +0530

    Merge tag 'upstream/1.2.1'
    
    Upstream version 1.2.1

 .gemtest                                   |   0
 .gitignore                                 |  11 +
 .rspec                                     |   2 +
 .rubocop.yml                               |  82 +++++
 .travis.yml                                |  42 +++
 Gemfile                                    |  37 ++
 Gemfile.rack-1.3.x                         |  24 ++
 Guardfile                                  |  10 +
 README.md                                  |   8 +-
 Rakefile                                   |  13 +-
 certs/sferik.pem                           |  20 ++
 checksums.yaml.gz                          | Bin 268 -> 270 bytes
 checksums.yaml.gz.sig                      | Bin 256 -> 256 bytes
 data.tar.gz.sig                            | Bin 256 -> 256 bytes
 lib/omniauth.rb                            |  84 +++--
 lib/omniauth/auth_hash.rb                  |  15 +-
 lib/omniauth/builder.rb                    |  14 +-
 lib/omniauth/failure_endpoint.rb           |  10 +-
 lib/omniauth/form.css                      |  81 +++++
 lib/omniauth/form.rb                       | 106 +-----
 lib/omniauth/strategies/developer.rb       |   8 +-
 lib/omniauth/strategy.rb                   | 108 +++---
 lib/omniauth/test.rb                       |   4 -
 lib/omniauth/test/phony_session.rb         |   5 +-
 lib/omniauth/test/strategy_macros.rb       |   7 +-
 lib/omniauth/test/strategy_test_case.rb    |  23 +-
 lib/omniauth/version.rb                    |   2 +-
 metadata.gz.sig                            | Bin 256 -> 256 bytes
 metadata.yml                               |  50 +--
 omniauth.gemspec                           |  12 +-
 spec/helper.rb                             |  21 +-
 spec/omniauth/auth_hash_spec.rb            |  81 ++---
 spec/omniauth/builder_spec.rb              |  26 +-
 spec/omniauth/failure_endpoint_spec.rb     |  39 ++-
 spec/omniauth/form_spec.rb                 |  16 +-
 spec/omniauth/strategies/developer_spec.rb |  54 +--
 spec/omniauth/strategy_spec.rb             | 519 +++++++++++++++++------------
 spec/omniauth_spec.rb                      |  96 ++++--
 38 files changed, 1021 insertions(+), 609 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth.git



More information about the Pkg-ruby-extras-commits mailing list