[DRE-commits] [ruby-configurate] branch master updated (651474b -> be9cebf)

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 change to branch master
in repository ruby-configurate.

      from  651474b   remove coverage directory
      adds  af8e6d5   Imported Upstream version 0.2.0
       new  0f17230   Merge tag 'upstream/0.2.0'
       new  3372e03   new upstream, bump standards version
       new  7ebd35d   disable tests, need rspec3
       new  e375c23   team upload
       new  be9cebf   upload to experimental

The 5 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                                         |   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 ---
 debian/changelog                                   |   8 ++
 debian/control                                     |   2 +-
 ...-tests.rake => ruby-tests.rake.disabled.rspec3} |   0
 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 +-
 32 files changed, 513 insertions(+), 338 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .ruby-version
 create mode 100644 .travis.yml
 create mode 100644 Changelog.md
 create mode 100644 Gemfile
 create mode 100644 Gemfile.lock
 create mode 100644 LICENSE
 create mode 100644 Rakefile
 create mode 100644 configurate.gemspec
 delete mode 100644 data.tar.gz.asc
 rename debian/{ruby-tests.rake => ruby-tests.rake.disabled.rspec3} (100%)
 delete mode 100644 metadata.gz.asc
 delete mode 100644 metadata.yml

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