[DRE-commits] [ruby-certificate-authority] 02/05: Merge tag 'upstream/0.1.6'

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Mar 2 12:40:51 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-certificate-authority.

commit cac0c2f94a50e45f513a905a804402542d36e726
Merge: 5118228 177897d
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 1 18:24:09 2016 -0300

    Merge tag 'upstream/0.1.6'
    
    Upstream version 0.1.6
    
    # gpg: Signature made Tue 01 Mar 2016 06:24:09 PM BRT
    # gpg:                using RSA key 0x8716CE4614A452D8
    # gpg: Good signature from "Sebastien Badia <seb at sebian.fr>"
    # gpg:                 aka "Sebastien Badia <seb at ldn-fai.net>"
    # gpg:                 aka "Sebastien Badia <sebastien at badia.fr>"
    # gpg:                 aka "Sebastien Badia <seb at gitoyen.net>"

 Gemfile                                            |   9 +
 Gemfile.lock                                       |  39 ++
 README.rdoc                                        | 243 ++++++++++++
 Rakefile                                           |  52 +++
 VERSION.yml                                        |   5 +
 certificate_authority.gemspec                      |  72 ++++
 lib/certificate_authority.rb                       |  19 +
 lib/certificate_authority/certificate.rb           | 201 ++++++++++
 .../certificate_revocation_list.rb                 |  59 +++
 lib/certificate_authority/distinguished_name.rb    |  58 +++
 lib/certificate_authority/extensions.rb            | 266 +++++++++++++
 lib/certificate_authority/key_material.rb          |  95 +++++
 lib/certificate_authority/ocsp_handler.rb          |  77 ++++
 lib/certificate_authority/pkcs11_key_material.rb   |  65 ++++
 lib/certificate_authority/serial_number.rb         |   9 +
 lib/certificate_authority/signing_entity.rb        |  16 +
 lib/tasks/certificate_authority.rake               |  23 ++
 metadata.yml                                       | 111 ++++++
 spec/spec_helper.rb                                |   4 +
 spec/units/certificate_authority_spec.rb           |   4 +
 spec/units/certificate_revocation_list_spec.rb     |  68 ++++
 spec/units/certificate_spec.rb                     | 428 +++++++++++++++++++++
 spec/units/distinguished_name_spec.rb              |  59 +++
 spec/units/extensions_spec.rb                      | 115 ++++++
 spec/units/key_material_spec.rb                    | 100 +++++
 spec/units/ocsp_handler_spec.rb                    | 104 +++++
 spec/units/pkcs11_key_material_spec.rb             |  41 ++
 spec/units/serial_number_spec.rb                   |  20 +
 spec/units/signing_entity_spec.rb                  |   4 +
 spec/units/units_helper.rb                         |   1 +
 30 files changed, 2367 insertions(+)

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



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