[DRE-commits] [ruby-ice-nine] branch master updated (5a8460d -> 28d97d4)

zeha at debian.org zeha at debian.org
Sat Mar 5 02:11:08 UTC 2016


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

zeha pushed a change to branch master
in repository ruby-ice-nine.

  discards  5a8460d   Run wrap-and-sort on packaging files
  discards  d5e0ed3   Bump Standards-Version to 3.9.7 (no changes needed)
  discards  95a1383   Use https:// in Vcs-* fields
  discards  5d83a56   Use https:// in Vcs-* fields
  discards  dd92b73   Remove version in the gem2deb build-dependency
  discards  ac5ca5b   Bump debhelper compatibility level to 9
      adds  23862e9   Imported Upstream version 0.11.1
      adds  4d99b55   Merge tag 'upstream/0.11.1'
      adds  f3dfa47   build-depend on ruby-rspec >= 3 and ruby-rspec-its
      adds  74d9caa   replace remove_it_should_behave_like.patch by require_shared_examples.patch
      adds  eb4b245   prepare changelog
       new  a95328e   Bump debhelper compatibility level to 9
       new  2a053c5   Remove version in the gem2deb build-dependency
       new  d53e2e3   Use https:// in Vcs-* fields
       new  e2b2cac   Bump Standards-Version to 3.9.7 (no changes needed)
       new  28d97d4   Run wrap-and-sort on packaging files

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5a8460d)
            \
             N -- N -- N   refs/heads/master (28d97d4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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:
 .rubocop.yml                                       |   7 ++
 .travis.yml                                        |  16 ++--
 Gemfile                                            |   5 -
 Gemfile.devtools                                   |  64 ++++++++-----
 Guardfile                                          |   5 +-
 LICENSE                                            |   2 +-
 README.md                                          |  19 ++--
 Rakefile                                           |   9 ++
 checksums.yaml.gz                                  | Bin 271 -> 0 bytes
 config/reek.yml                                    |  10 +-
 config/rubocop.yml                                 |  65 +++++++++++--
 debian/changelog                                   |  11 +++
 debian/control                                     |   3 +-
 debian/patches/remove_it_should_behave_like.patch  |  23 -----
 debian/patches/require_shared_examples.patch       |  18 ++++
 debian/patches/series                              |   2 +-
 ice_nine.gemspec                                   |   2 +-
 lib/ice_nine/freezer.rb                            |   7 +-
 lib/ice_nine/version.rb                            |   2 +-
 metadata.yml                                       | 103 +++++++++++----------
 ..._freeze_shared_spec.rb => array_deep_freeze.rb} |   0
 ...p_freeze_shared_spec.rb => hash_deep_freeze.rb} |   0
 ...eeze_shared_spec.rb => ice_nine_deep_freeze.rb} |   4 +-
 ...eze_shared_spec.rb => no_freeze_deep_freeze.rb} |   6 +-
 ...freeze_shared_spec.rb => object_deep_freeze.rb} |   0
 ..._freeze_shared_spec.rb => range_deep_freeze.rb} |   0
 .../freezer/hash/class_methods/deep_freeze_spec.rb |   2 +-
 .../range/class_methods/deep_freeze_spec.rb        |   2 +-
 28 files changed, 236 insertions(+), 151 deletions(-)
 create mode 100644 .rubocop.yml
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/remove_it_should_behave_like.patch
 create mode 100644 debian/patches/require_shared_examples.patch
 rename spec/shared/{array_deep_freeze_shared_spec.rb => array_deep_freeze.rb} (100%)
 rename spec/shared/{hash_deep_freeze_shared_spec.rb => hash_deep_freeze.rb} (100%)
 rename spec/shared/{ice_nine_deep_freeze_shared_spec.rb => ice_nine_deep_freeze.rb} (97%)
 rename spec/shared/{no_freeze_deep_freeze_shared_spec.rb => no_freeze_deep_freeze.rb} (61%)
 rename spec/shared/{object_deep_freeze_shared_spec.rb => object_deep_freeze.rb} (100%)
 rename spec/shared/{range_deep_freeze_shared_spec.rb => range_deep_freeze.rb} (100%)

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



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