[DRE-commits] [trocla] branch master updated (24a708f -> cff7222)

zeha at debian.org zeha at debian.org
Wed Mar 2 01:47:22 UTC 2016


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

zeha pushed a change to branch master
in repository trocla.

      from  24a708f   Releasing debian version 0.1.2-1.
      adds  53899ae   Imported Upstream version 0.2.3
      adds  a3d774c   Merge tag 'upstream/0.2.3'
      adds  bf131b1   Update VERSION in patch
      adds  4b826d2   Patch out rspec-pending_for usage
      adds  cff7222   Update changelog for 0.2.3-1 release

No new revisions were added by this update.

Summary of changes:
 .travis.yml                          |   4 +
 CHANGELOG.md                         |  62 ++++++
 Gemfile                              |   6 +-
 README.md                            | 194 ++++++++++++++----
 bin/trocla                           |  47 +++--
 debian/changelog                     |   8 +
 debian/control                       |   2 +-
 debian/patches/fix_version.patch     |   4 +-
 debian/patches/no-pending_for        |  65 ++++++
 debian/patches/series                |   1 +
 ext/redhat/rubygem-trocla.spec       | 118 +++++++++++
 lib/VERSION                          |   4 +-
 lib/trocla.rb                        |  95 ++++++---
 lib/trocla/default_config.yaml       |  47 ++++-
 lib/trocla/encryptions.rb            |   5 +-
 lib/trocla/encryptions/ssl.rb        |  18 +-
 lib/trocla/formats.rb                |   3 +
 lib/trocla/formats/x509.rb           | 117 +++++++----
 lib/trocla/store.rb                  |  74 +++++++
 lib/trocla/stores.rb                 |  39 ++++
 lib/trocla/stores/memory.rb          |  56 ++++++
 lib/trocla/stores/moneta.rb          |  54 +++++
 lib/trocla/util.rb                   |  30 ++-
 metadata.yml                         | 206 +++++++++++--------
 spec/spec_helper.rb                  | 255 ++++++++++++++++++++++--
 spec/trocla/encryptions/none_spec.rb |  22 +++
 spec/trocla/encryptions/ssl_spec.rb  |  34 +---
 spec/trocla/formats/x509_spec.rb     | 373 +++++++++++++++++++++++++++++++++++
 spec/trocla/store/memory_spec.rb     |   6 +
 spec/trocla/store/moneta_spec.rb     |   6 +
 spec/trocla/util_spec.rb             |  36 ++--
 spec/trocla_spec.rb                  | 185 ++++++++++-------
 trocla.gemspec                       |  55 +++---
 33 files changed, 1833 insertions(+), 398 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 debian/patches/no-pending_for
 create mode 100644 ext/redhat/rubygem-trocla.spec
 create mode 100644 lib/trocla/store.rb
 create mode 100644 lib/trocla/stores.rb
 create mode 100644 lib/trocla/stores/memory.rb
 create mode 100644 lib/trocla/stores/moneta.rb
 create mode 100644 spec/trocla/encryptions/none_spec.rb
 create mode 100644 spec/trocla/formats/x509_spec.rb
 create mode 100644 spec/trocla/store/memory_spec.rb
 create mode 100644 spec/trocla/store/moneta_spec.rb

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



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