[DRE-commits] [ruby-omniauth] branch master updated (28ee273 -> d15bcda)

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 change to branch master
in repository ruby-omniauth.

      from  28ee273   upload to unstable
      adds  6c204cf   Imported Upstream version 1.2.1
       new  cfb77e2   Merge tag 'upstream/1.2.1'
       new  32d4cdd   new upstream release
       new  d547d82   refresh patches
       new  d15bcda   upload to unstable

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:
 .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
 debian/changelog                           |   9 +
 debian/patches/remove-simplecov.patch      |  12 +-
 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 ++++--
 40 files changed, 1039 insertions(+), 612 deletions(-)
 create mode 100644 .gemtest
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .rubocop.yml
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Gemfile.rack-1.3.x
 create mode 100644 Guardfile
 create mode 100644 certs/sferik.pem
 create mode 100644 lib/omniauth/form.css

-- 
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