[DRE-commits] [ruby-hashery] branch master updated (a28e00b -> 9c7ed99)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Feb 10 23:49:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-hashery.
from a28e00b Imported Debian patch 2.1.0-1
adds 1b70472 Imported Upstream version 2.1.1
new a018a41 Merge tag 'upstream/2.1.1'
new 6a9c028 add minimal load test
new a313e7d update copyright info
new 5886dbd polish control file
new 68c053e install README.md as documentation
new 8507d6f TODO: enable tests? needs lemon gem
new 0ce7efa prepare changelog
new 7ce4716 bump standards-version
new be7ec52 install upstream changelog
new 6e0cdd7 install demo/ as doc
new 9c7ed99 remove hashery.yml from install path
The 11 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:
.index | 73 ++++++++++++++
.meta | 76 --------------
DEMO.rdoc | 1 -
HISTORY.rdoc => HISTORY.md | 37 ++++---
LICENSE.txt | 39 ++++----
NOTICE.txt | 12 +--
README.rdoc => README.md | 61 ++++++------
alt/hashery/basicobject.rb | 1 -
alt/hashery/castinghash.rb | 1 -
alt/hashery/fuzzyhash.rb | 1 -
alt/hashery/keyhash.rb | 1 -
alt/hashery/linkedlist.rb | 1 -
alt/hashery/lruhash.rb | 1 -
alt/hashery/opencascade.rb | 1 -
alt/hashery/openhash.rb | 1 -
alt/hashery/orderedhash.rb | 1 -
alt/hashery/propertyhash.rb | 1 -
alt/hashery/queryhash.rb | 1 -
alt/hashery/statichash.rb | 1 -
checksums.yaml.gz | Bin 0 -> 271 bytes
debian/TODO | 4 +
debian/changelog | 6 +-
debian/control | 11 +--
debian/copyright | 75 +++++++++-----
debian/ruby-hashery.docs | 4 +-
debian/ruby-test-files.yaml | 15 ---
debian/ruby-tests.rb | 1 +
debian/rules | 7 ++
demo/00_introduction.rdoc | 6 ++
demo/01_open_hash.rdoc | 63 ++++++++++++
demo/02_query_hash.rdoc | 17 ++++
demo/03_casting_hash.rdoc | 12 +++
demo/04_static_hash.rdoc | 20 ++++
demo/05_key_hash.rdoc | 17 ++++
demo/06_open_cascade.rdoc | 64 ++++++++++++
demo/07_fuzzy_hash.rdoc | 137 ++++++++++++++++++++++++++
demo/08_propery_hash.rdoc | 34 +++++++
demo/10_association.rdoc | 59 +++++++++++
demo/applique/ae.rb | 2 +
demo/applique/hashery.rb | 3 +
lib/hashery.yml | 103 ++++++++++---------
lib/hashery/open_cascade.rb | 4 +
metadata.yml | 235 ++++++++++++++++----------------------------
test/case_open_cascade.rb | 12 +++
44 files changed, 811 insertions(+), 411 deletions(-)
create mode 100644 .index
delete mode 100644 .meta
delete mode 100644 DEMO.rdoc
rename HISTORY.rdoc => HISTORY.md (86%)
rename README.rdoc => README.md (61%)
delete mode 100644 alt/hashery/basicobject.rb
delete mode 100644 alt/hashery/castinghash.rb
delete mode 100644 alt/hashery/fuzzyhash.rb
delete mode 100644 alt/hashery/keyhash.rb
delete mode 100644 alt/hashery/linkedlist.rb
delete mode 100644 alt/hashery/lruhash.rb
delete mode 100644 alt/hashery/opencascade.rb
delete mode 100644 alt/hashery/openhash.rb
delete mode 100644 alt/hashery/orderedhash.rb
delete mode 100644 alt/hashery/propertyhash.rb
delete mode 100644 alt/hashery/queryhash.rb
delete mode 100644 alt/hashery/statichash.rb
create mode 100644 checksums.yaml.gz
create mode 100644 debian/TODO
delete mode 100644 debian/ruby-test-files.yaml
create mode 100644 debian/ruby-tests.rb
create mode 100644 demo/00_introduction.rdoc
create mode 100644 demo/01_open_hash.rdoc
create mode 100644 demo/02_query_hash.rdoc
create mode 100644 demo/03_casting_hash.rdoc
create mode 100644 demo/04_static_hash.rdoc
create mode 100644 demo/05_key_hash.rdoc
create mode 100644 demo/06_open_cascade.rdoc
create mode 100644 demo/07_fuzzy_hash.rdoc
create mode 100644 demo/08_propery_hash.rdoc
create mode 100644 demo/10_association.rdoc
create mode 100644 demo/applique/ae.rb
create mode 100644 demo/applique/hashery.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hashery.git
More information about the Pkg-ruby-extras-commits
mailing list