[DRE-commits] [ruby-cookiejar] branch master updated (04f0c76 -> 0952265)
Jonas Genannt
jonas at brachium-system.net
Mon Feb 17 20:02:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a change to branch master
in repository ruby-cookiejar.
from 04f0c76 mention boutil's patch in changelog
adds 8329718 Imported Upstream version 0.3.1
new c3f3c3b Merge tag 'upstream/0.3.1'
new 3e1cae8 d/docs: added README.markdown
new 52e2fcb d/control: bumped standards version to 3.9.5 (no changes needed)
new a00a52d d/control: updated homepage url
new 3570a7f removed patch fix-test-failures, included by upstream
new f282289 d/copyright: updated to new upstream version (switched to 2-BSD)
new 9952c44 d/ruby-tests.rake: upstream changed directory and names of tests
new 0952265 remove-rubygems no longer needed
The 8 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:
LICENSE | 10 +
README.markdown | 17 ++
Rakefile | 31 +++
checksums.yaml.gz | Bin 0 -> 270 bytes
contributors.json | 14 ++
debian/control | 4 +-
debian/copyright | 95 +++------
debian/patches/fix-test-failures.patch | 29 ---
debian/patches/remove-rubygems.patch | 40 ----
debian/patches/series | 2 -
debian/ruby-cookiejar.docs | 2 +-
debian/ruby-tests.rake | 2 +-
lib/cookiejar/cookie.rb | 117 ++++++-----
lib/cookiejar/cookie_validation.rb | 95 ++++-----
lib/cookiejar/jar.rb | 216 +++++++++++----------
metadata.yml | 121 +++++++-----
test/cookie_test.rb => spec/cookie_spec.rb | 2 +-
.../cookie_validation_spec.rb | 5 +
test/jar_test.rb => spec/jar_spec.rb | 13 +-
19 files changed, 421 insertions(+), 394 deletions(-)
create mode 100644 LICENSE
create mode 100644 README.markdown
create mode 100644 Rakefile
create mode 100644 checksums.yaml.gz
create mode 100644 contributors.json
delete mode 100644 debian/patches/fix-test-failures.patch
delete mode 100644 debian/patches/remove-rubygems.patch
delete mode 100644 debian/patches/series
rename test/cookie_test.rb => spec/cookie_spec.rb (99%)
rename test/cookie_validation_test.rb => spec/cookie_validation_spec.rb (97%)
rename test/jar_test.rb => spec/jar_spec.rb (91%)
--
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