[DRE-commits] [ruby-configurate] branch master updated (27cfb29 -> bf5ab85)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 13 10:02:02 UTC 2015


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

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

      from  27cfb29   target unstable
      adds  80f4b7c   Imported Upstream version 0.3.1
       new  3debd20   Merge tag 'upstream/0.3.1'
       new  bf5ab85   new upstream

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:
 .rubocop.yml                              | 129 +++++++++++++++++++++++++++
 .ruby-version                             |   2 +-
 .travis.yml                               |  12 +--
 Changelog.md                              |  12 +++
 Gemfile                                   |  22 ++---
 Gemfile.lock                              | 143 ++++++++++++++++++++++--------
 Guardfile                                 |  15 ++++
 README.md                                 |   8 +-
 Rakefile                                  |  16 +---
 configurate.gemspec                       |  15 ++--
 debian/changelog                          |   6 ++
 lib/configurate.rb                        |  37 ++++----
 lib/configurate/lookup_chain.rb           |  20 ++---
 lib/configurate/provider.rb               |  56 ++++++------
 lib/configurate/provider/dynamic.rb       |  52 ++++++-----
 lib/configurate/provider/env.rb           |  30 ++++---
 lib/configurate/provider/yaml.rb          |  63 +++++++------
 lib/configurate/proxy.rb                  |  13 +--
 lib/configurate/setting_path.rb           |  12 ++-
 spec/configurate/lookup_chain_spec.rb     |   6 +-
 spec/configurate/provider/dynamic_spec.rb |  14 +--
 spec/configurate/provider/env_spec.rb     |  20 ++---
 spec/configurate/provider/yaml_spec.rb    |  48 ++++++----
 spec/configurate/provider_spec.rb         |  16 +++-
 spec/configurate/proxy_spec.rb            |  21 +++--
 spec/configurate/setting_path_spec.rb     |  17 ++--
 spec/configurate_spec.rb                  |   4 +-
 spec/spec_helper.rb                       |   7 +-
 28 files changed, 545 insertions(+), 271 deletions(-)
 create mode 100644 .rubocop.yml
 create mode 100644 Guardfile

-- 
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