[DRE-commits] [ruby-cookiejar] branch master updated (6ac500f -> acc03d9)

zeha at debian.org zeha at debian.org
Thu May 5 23:00:43 UTC 2016


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

zeha pushed a change to branch master
in repository ruby-cookiejar.

      from  6ac500f   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  1559dfd   Imported Upstream version 0.3.3
       new  2978b92   Merge tag 'upstream/0.3.3'
       new  acc03d9   Update changelog for 0.3.3-1 release

The 2 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 +
 .rspec                             |   2 +
 .travis.yml                        |  17 +
 Gemfile                            |   2 +
 README.markdown                    |  16 +-
 Rakefile                           |  23 +-
 checksums.yaml.gz                  | Bin 268 -> 0 bytes
 cookiejar.gemspec                  |  27 ++
 debian/changelog                   |  13 +
 debian/patches/rspec299.patch      | 109 ------
 debian/patches/rspec3.patch        | 724 -------------------------------------
 debian/patches/series              |   2 -
 lib/cookiejar.rb                   |   3 +-
 lib/cookiejar/cookie.rb            | 120 +++---
 lib/cookiejar/cookie_validation.rb | 201 +++++-----
 lib/cookiejar/jar.rb               |  98 ++---
 lib/cookiejar/version.rb           |   4 +
 metadata.yml                       |  61 +++-
 spec/cookie_spec.rb                | 180 ++++-----
 spec/cookie_validation_spec.rb     | 302 ++++++++--------
 spec/jar_spec.rb                   | 217 ++++++-----
 spec/spec_helper.rb                |   5 +
 22 files changed, 708 insertions(+), 1425 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 delete mode 100644 checksums.yaml.gz
 create mode 100644 cookiejar.gemspec
 delete mode 100644 debian/patches/rspec299.patch
 delete mode 100644 debian/patches/rspec3.patch
 create mode 100644 lib/cookiejar/version.rb
 create mode 100644 spec/spec_helper.rb

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



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