[DRE-commits] [ruby-em-mongo] branch master updated (cb1b724 -> f8f2e70)

Jonas Genannt jonas at brachium-system.net
Sat Mar 22 11:48:28 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-em-mongo.

      from  cb1b724   initial, waits for https://github.com/bcg/em-mongo/pull/53
      adds  6b8b13b   Imported Upstream version 0.5.1
       new  8ae9b03   Merge tag 'upstream/0.5.1'
       new  f8f2e70   d/control: added ruby-em-spec BD

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                          |   6 +
 CHANGELOG                           | 123 +++++++++++++++++
 Gemfile                             |  10 ++
 README.rdoc                         | 255 ++++++++++++++++++++++++++++++++++++
 Rakefile                            | 131 ++++++++++++++++++
 VERSION                             |   2 +-
 checksums.yaml.gz                   | Bin 0 -> 267 bytes
 debian/control                      |   3 +-
 em-mongo.gemspec                    |  28 ++++
 examples/legacy.rb                  |  38 ++++++
 examples/readme.rb                  |  58 ++++++++
 lib/em-mongo/collection.rb          |  17 ++-
 lib/em-mongo/connection.rb          |   2 +
 metadata.yml                        |  58 ++++----
 spec/gem/Gemfile                    |   5 +
 spec/gem/bundler.rb                 |  21 +++
 spec/gem/rubygems.rb                |  19 +++
 spec/integration/collection_spec.rb |  16 ++-
 spec/spec_helper.rb                 |  37 ++++++
 spec/unit/bson_spec.rb              |  21 +++
 20 files changed, 816 insertions(+), 34 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 CHANGELOG
 create mode 100644 Gemfile
 create mode 100644 README.rdoc
 create mode 100644 Rakefile
 create mode 100644 checksums.yaml.gz
 create mode 100755 em-mongo.gemspec
 create mode 100644 examples/legacy.rb
 create mode 100644 examples/readme.rb
 create mode 100644 spec/gem/Gemfile
 create mode 100755 spec/gem/bundler.rb
 create mode 100755 spec/gem/rubygems.rb
 create mode 100644 spec/spec_helper.rb
 create mode 100644 spec/unit/bson_spec.rb

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



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