[DRE-commits] [ruby-em-hiredis] branch master updated (47600d2 -> 5fb6988)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 30 12:43:11 UTC 2014


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

praveen pushed a change to branch master
in repository ruby-em-hiredis.

      from  47600d2   Acknowledge 0.2.1-2.1, thanks Margarita Manterola
      adds  d1a4c50   Imported Upstream version 0.3.0
       new  f5eec80   Merge tag 'upstream/0.3.0'
       new  8a48c9a   new upstream release
       new  f261385   remove patch
       new  c31ccb9   bump standards
       new  5fb6988   upload to experimental

The 5 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                                         |   6 +
 CHANGELOG.md                                       |  10 ++
 README.md                                          |  42 +++++--
 debian/changelog                                   |   9 ++
 debian/control                                     |   2 +-
 .../0002-Update-WRONGTYPE-error-message-test.patch |  26 ----
 debian/patches/series                              |   1 -
 em-hiredis.gemspec                                 |   3 +-
 examples/lua/sum.lua                               |   4 +
 examples/lua_example.rb                            |  35 ++++++
 lib/em-hiredis/base_client.rb                      |  24 +++-
 lib/em-hiredis/client.rb                           |  41 ++++++
 lib/em-hiredis/lock.rb                             | 118 ++++++++----------
 lib/em-hiredis/lock_lua/lock_acquire.lua           |  17 +++
 lib/em-hiredis/lock_lua/lock_release.lua           |   9 ++
 lib/em-hiredis/persistent_lock.rb                  |  14 ++-
 lib/em-hiredis/version.rb                          |   2 +-
 spec/base_client_spec.rb                           |   2 +-
 spec/lock_spec.rb                                  | 137 +++++++++++++++++++++
 19 files changed, 385 insertions(+), 117 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 debian/patches/0002-Update-WRONGTYPE-error-message-test.patch
 create mode 100644 examples/lua/sum.lua
 create mode 100644 examples/lua_example.rb
 create mode 100644 lib/em-hiredis/lock_lua/lock_acquire.lua
 create mode 100644 lib/em-hiredis/lock_lua/lock_release.lua
 create mode 100644 spec/lock_spec.rb

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



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