[DRE-commits] [ruby-mixlib-config] branch master updated (6064894 -> 78dc74c)

Stefano Rivera stefano at rivera.za.net
Wed Jan 15 15:34:53 UTC 2014


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

stefanor pushed a change to branch master
in repository ruby-mixlib-config.

      from  6064894   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
       new  59debd6   Prepare for 2.1.0
      adds  3dcdee3   Imported Upstream version 2.1.0
       new  14dd82a   Merge tag 'upstream/2.1.0'
       new  9b79f01   Drop patches, superseded upstream.
       new  a5d24ef   Drop transitional libmixlib-config-ruby packages. Not needed, post-wheezy.
       new  0d43987   Bump Stardards-Version to 3.9.5.
       new  36eb204   Update debian/copyright.
       new  0b792cc   README was renamed
       new  78dc74c   Team upload.

The 8 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                                         |   6 -
 README.md                                          | 129 +++
 README.rdoc                                        |  41 -
 Rakefile                                           |  65 +-
 VERSION.yml                                        |   5 -
 checksums.yaml.gz                                  | Bin 0 -> 270 bytes
 debian/changelog                                   |  12 +
 debian/control                                     |  23 +-
 debian/copyright                                   |  21 +-
 debian/patches/001-require-rspec.patch             |  23 -
 debian/patches/series                              |   1 -
 debian/ruby-mixlib-config.docs                     |   2 +-
 features/mixlib_config.feature                     |  31 -
 features/step_definitions/mixlib_config_steps.rb   |   0
 features/steps/config_steps.rb                     |  66 --
 features/support/bobo.config                       |   3 -
 lib/mixlib/config.rb                               | 420 ++++++++--
 lib/mixlib/config/configurable.rb                  |  73 ++
 ...pened_config_context_with_configurable_error.rb |  25 +-
 ...pened_configurable_with_config_context_error.rb |  22 +-
 .../mixlib/config/unknown_config_option_error.rb   |  22 +-
 .../config_it.rb => lib/mixlib/config/version.rb   |  21 +-
 metadata.yml                                       | 134 ++--
 spec/mixlib/config_spec.rb                         | 872 ++++++++++++++++++++-
 spec/spec.opts                                     |   4 -
 spec/spec_helper.rb                                |   9 +-
 26 files changed, 1557 insertions(+), 473 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 README.md
 delete mode 100644 README.rdoc
 delete mode 100644 VERSION.yml
 create mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/001-require-rspec.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 features/mixlib_config.feature
 delete mode 100644 features/step_definitions/mixlib_config_steps.rb
 delete mode 100644 features/steps/config_steps.rb
 delete mode 100644 features/support/bobo.config
 create mode 100644 lib/mixlib/config/configurable.rb
 rename features/support/env.rb => lib/mixlib/config/reopened_config_context_with_configurable_error.rb (67%)
 copy features/support/config_it.rb => lib/mixlib/config/reopened_configurable_with_config_context_error.rb (68%)
 copy features/support/config_it.rb => lib/mixlib/config/unknown_config_option_error.rb (68%)
 rename features/support/config_it.rb => lib/mixlib/config/version.rb (69%)
 delete mode 100644 spec/spec.opts

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



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