[DRE-commits] [ruby-diff-lcs] branch master updated (214f851 -> 27f30f8)

Lucas Nussbaum lucas at moszumanska.debian.org
Thu Jul 6 20:56:44 UTC 2017


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

lucas pushed a change to branch master
in repository ruby-diff-lcs.

      from  214f851   Run wrap-and-sort on packaging files
      adds  5725c7b   New upstream version 1.3
       new  10c5c91   Merge tag 'upstream/1.3'
       new  8570e4d   Bump Standards-Version. No changes needed.
       new  e6e6e4e   Refresh packaging
       new  bcbc546   Refresh patches
       new  534e9c3   Prepare changelog
       new  45a182c   History was converted to markdown
       new  27f30f8   Prepare changelog for upload

The 7 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:
 .autotest                          |   3 -
 .gemtest                           |   0
 .hoerc                             |   2 -
 .rspec                             |   1 -
 .travis.yml                        |  22 ---
 Code-of-Conduct.md                 |  74 +++++++++
 Contributing.md                    |  83 ++++++++++
 Contributing.rdoc                  |  64 --------
 Gemfile                            |  20 ---
 History.md                         | 220 +++++++++++++++++++++++++++
 History.rdoc                       | 152 -------------------
 License.rdoc => License.md         |   0
 Manifest.txt                       |  15 +-
 README.rdoc                        |  31 ++--
 Rakefile                           |  56 ++++---
 checksums.yaml.gz                  | Bin 426 -> 0 bytes
 checksums.yaml.gz.sig              | Bin 256 -> 0 bytes
 data.tar.gz.sig                    |   3 -
 debian/changelog                   |  17 +++
 debian/control                     |   3 +-
 debian/patches/hunk_in_specs.patch |   4 +-
 debian/rules                       |  18 +--
 diff-lcs.gemspec                   |  61 ++++++++
 lib/diff/lcs.rb                    |  90 +----------
 lib/diff/lcs/change.rb             |  10 +-
 lib/diff/lcs/htmldiff.rb           |   4 +-
 lib/diff/lcs/internals.rb          |  22 ++-
 lib/diff/lcs/ldiff.rb              |  54 ++-----
 metadata.gz.sig                    |   2 -
 metadata.yml                       | 299 -------------------------------------
 spec/diff_spec.rb                  |  28 ++--
 spec/fixtures/ds1.csv              |  50 +++++++
 spec/fixtures/ds2.csv              |  51 +++++++
 spec/hunk_spec.rb                  |  34 ++---
 spec/issues_spec.rb                |  55 +++++--
 spec/lcs_spec.rb                   |  44 +++---
 spec/ldiff_spec.rb                 |  47 ++++++
 spec/patch_spec.rb                 | 282 +++++++++++++++++-----------------
 spec/sdiff_spec.rb                 |   8 +-
 spec/spec_helper.rb                |  35 ++++-
 spec/traverse_balanced_spec.rb     |  16 +-
 spec/traverse_sequences_spec.rb    | 112 +++++++-------
 42 files changed, 1049 insertions(+), 1043 deletions(-)
 delete mode 100644 .autotest
 delete mode 100644 .gemtest
 delete mode 100644 .hoerc
 delete mode 100644 .travis.yml
 create mode 100644 Code-of-Conduct.md
 create mode 100644 Contributing.md
 delete mode 100644 Contributing.rdoc
 delete mode 100644 Gemfile
 create mode 100644 History.md
 delete mode 100644 History.rdoc
 rename License.rdoc => License.md (100%)
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 checksums.yaml.gz.sig
 delete mode 100644 data.tar.gz.sig
 create mode 100644 diff-lcs.gemspec
 delete mode 100644 metadata.gz.sig
 delete mode 100644 metadata.yml
 create mode 100644 spec/fixtures/ds1.csv
 create mode 100644 spec/fixtures/ds2.csv
 create mode 100644 spec/ldiff_spec.rb

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



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