[DRE-commits] [ruby-recaptcha] branch master updated (bd6fc60 -> dbb961a)

David Martínez ender at moszumanska.debian.org
Tue Jul 28 08:00:23 UTC 2015


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

ender pushed a change to branch master
in repository ruby-recaptcha.

      from  bd6fc60   Prepare changelog for 0.3.6-2.1
       new  ae4a8cf   Fix rails dependency to be >> 4.1, due to #754981.
      adds  6fbe5a6   Imported Upstream version 0.3.6
       new  3d60c1a   Imported Upstream version 0.4.0
       new  14c14e9   Merge tag 'upstream/0.4.0'
       new  dbb961a   New v0.4.0 has now a valid gemspec and a debian/watch file.

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:
 .gitignore                               |  7 ++-
 .travis.yml                              |  3 ++
 CHANGELOG                                |  8 ++++
 Gemfile.lock                             | 52 ++++++++++++++++++++++
 README.rdoc                              | 13 ++++--
 Rakefile                                 |  5 +--
 debian/changelog                         | 13 ++++++
 debian/control                           |  4 +-
 debian/patches/gemspec_without_git.patch | 21 +++++++++
 debian/patches/series                    |  1 +
 debian/watch                             |  5 +++
 lib/recaptcha.rb                         | 24 ++++++++--
 lib/recaptcha/client_helper.rb           | 58 ++++++++++++++++++++++--
 lib/recaptcha/configuration.rb           | 30 ++++++++++---
 lib/recaptcha/verify.rb                  | 76 +++++++++++++++++++++++---------
 lib/recaptcha/version.rb                 |  2 +-
 recaptcha.gemspec                        |  2 +
 test/recaptcha_configuration_test.rb     | 44 ++++++++++++++++++
 test/recaptcha_test.rb                   | 38 +++++++---------
 test/recaptcha_v1_test.rb                | 35 +++++++++++++++
 test/verify_recaptcha_test.rb            | 56 +++++++++++++++++++----
 21 files changed, 421 insertions(+), 76 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Gemfile.lock
 create mode 100644 debian/patches/gemspec_without_git.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/watch
 create mode 100644 test/recaptcha_configuration_test.rb
 create mode 100644 test/recaptcha_v1_test.rb

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



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