[DRE-commits] [tmuxinator] branch master updated (c9568db -> d0bc6b6)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jun 1 12:33:55 UTC 2016


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

uwabami-guest pushed a change to branch master
in repository tmuxinator.

      from  c9568db   Run wrap-and-sort on packaging files
       new  07ee275   Imported Upstream version 0.8.1
       new  1fc57fa   Add ruby-simplecov into Build-Depends, drop obsolete patch
       new  3b63a42   Drop obsolete patch
       new  c8bdbe4   Bump Standard version: 3.9.8
       new  d0bc6b6   Update debian/changelog

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:
 .travis.yml                                        |  10 +-
 CHANGELOG.md                                       |  36 +++-
 CONTRIBUTING.md                                    |   5 +-
 Gemfile                                            |   4 +-
 LICENSE                                            |   2 +-
 README.md                                          |   4 +-
 Rakefile                                           |  18 +-
 code_of_conduct.md                                 |  74 +++++++
 completion/tmuxinator.bash                         |   2 +-
 completion/tmuxinator.zsh                          |   4 +-
 debian/changelog                                   |  17 ++
 debian/control                                     |   3 +-
 debian/patches/0001-drop-SimpleCov.patch           |  41 ----
 .../0003-Opening-will-not-recreate-projects.patch  |  76 -------
 debian/patches/series                              |   2 -
 debian/rules                                       |   4 +
 lib/tmuxinator/assets/template.erb                 |   9 +-
 lib/tmuxinator/cli.rb                              |  82 +++++---
 lib/tmuxinator/project.rb                          |  10 +
 lib/tmuxinator/version.rb                          |   2 +-
 lib/tmuxinator/window.rb                           |   6 +-
 spec/factories/projects.rb                         |   8 +
 spec/fixtures/sample_literals_as_window_name.yml   |  15 ++
 spec/lib/tmuxinator/cli_spec.rb                    | 223 +++++++++++++++++++--
 spec/lib/tmuxinator/project_spec.rb                |  46 +++++
 spec/spec_helper.rb                                |   3 +-
 26 files changed, 494 insertions(+), 212 deletions(-)
 create mode 100644 code_of_conduct.md
 delete mode 100644 debian/patches/0001-drop-SimpleCov.patch
 delete mode 100644 debian/patches/0003-Opening-will-not-recreate-projects.patch
 create mode 100644 spec/fixtures/sample_literals_as_window_name.yml

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



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