[DRE-commits] [ruby-method-source] branch master updated (6bd526c -> 7b1699c)

Daisuke Higuchi dai at moszumanska.debian.org
Sat Oct 21 13:58:55 UTC 2017


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

dai pushed a change to branch master
in repository ruby-method-source.

      from  6bd526c   Run wrap-and-sort on packaging files
      adds  33b1ac7   New upstream version 0.9.0
       new  9169b25   Update upstream source from tag 'upstream/0.9.0'
       new  4db07cb   use ruby-rspec instead of ruby-bacon.
       new  f35c4e5   eliminate lintian warning: debian-watch-uses-insecure-uri
       new  59c7d76   add for autopkgtest-pkg-ruby.
       new  5c4df0c   Bump standard version: 4.1.1 (not changed)
       new  b06f39f   Update debian/changelog
       new  f287679   Fix gemspec version
       new  7b1699c   Update debian/changelog

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:
 .travis.yml                                        |  25 +++++-
 Gemfile                                            |   2 +-
 README.markdown                                    |   2 +-
 Rakefile                                           |  11 +--
 checksums.yaml.gz                                  | Bin 268 -> 0 bytes
 debian/changelog                                   |  21 +++++
 debian/control                                     |   4 +-
 .../patches/0001-Fix-paths-for-spec_helper.patch   |  26 ++++++
 debian/patches/0002-Fix-gemspec-version.patch      |  18 +++++
 debian/patches/series                              |   2 +
 debian/ruby-test-files.yaml                        |   5 +-
 debian/tests/control                               |   3 +
 debian/tests/run-test                              |   7 ++
 debian/watch                                       |   2 +-
 lib/method_source/code_helpers.rb                  |   8 +-
 lib/method_source/source_location.rb               |   2 +-
 lib/method_source/version.rb                       |   2 +-
 metadata.yml                                       |  88 ---------------------
 method_source.gemspec                              |  11 +--
 .../method_source/code_helpers_spec.rb             |  10 ++-
 test/test.rb => spec/method_source_spec.rb         |  71 +++++++++--------
 test/test_helper.rb => spec/spec_helper.rb         |   3 +
 22 files changed, 171 insertions(+), 152 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/0001-Fix-paths-for-spec_helper.patch
 create mode 100644 debian/patches/0002-Fix-gemspec-version.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-test
 delete mode 100644 metadata.yml
 rename test/test_code_helpers.rb => spec/method_source/code_helpers_spec.rb (83%)
 rename test/test.rb => spec/method_source_spec.rb (59%)
 rename test/test_helper.rb => spec/spec_helper.rb (97%)

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



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