[DRE-commits] [ruby-configurate] 01/05: Merge tag 'upstream/0.2.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 20 11:26:56 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-configurate.

commit 0f17230d3bb3a3431dfed2fff500eb72e9d182b0
Merge: 651474b af8e6d5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 20 16:50:55 2014 +0530

    Merge tag 'upstream/0.2.0'
    
    Upstream version 0.2.0
    
    # gpg: Signature made Thursday 20 November 2014 04:50:50 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"

 .gitignore                                |   5 ++
 .rspec                                    |   2 +
 .ruby-version                             |   1 +
 .travis.yml                               |   9 +++
 Changelog.md                              |  52 ++++++++++++++
 Gemfile                                   |  20 ++++++
 Gemfile.lock                              |  68 +++++++++++++++++++
 LICENSE                                   |  19 ++++++
 README.md                                 |  17 ++---
 Rakefile                                  |  20 ++++++
 configurate.gemspec                       |  19 ++++++
 data.tar.gz.asc                           |  11 ---
 lib/configurate/lookup_chain.rb           |  16 ++---
 lib/configurate/provider.rb               |  14 ++++
 lib/configurate/provider/dynamic.rb       |  25 ++++---
 lib/configurate/provider/yaml.rb          |  27 +++-----
 lib/configurate/proxy.rb                  |  37 ++++++----
 lib/configurate/setting_path.rb           |  15 ++--
 metadata.gz.asc                           |  11 ---
 metadata.yml                              | 109 ------------------------------
 spec/configurate/lookup_chain_spec.rb     |  74 ++++++++++----------
 spec/configurate/provider/dynamic_spec.rb |  30 +++++---
 spec/configurate/provider/env_spec.rb     |  18 ++---
 spec/configurate/provider/yaml_spec.rb    |  52 +++++++-------
 spec/configurate/provider_spec.rb         |   8 +--
 spec/configurate/proxy_spec.rb            |  77 +++++++++++++--------
 spec/configurate/setting_path_spec.rb     |  66 +++++++++++-------
 spec/configurate_spec.rb                  |  14 ++--
 spec/spec_helper.rb                       |   5 +-
 29 files changed, 504 insertions(+), 337 deletions(-)

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



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