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

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Nov 2 11:51:43 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  d0bc6b6   Update debian/changelog
      adds  abfba1c   Imported Upstream version 0.7.0
      adds  2d8e2b5   Imported Upstream version 0.8.1
      adds  c3019b3   New upstream version 0.9.0
       new  4d4f7c3   Updated version 0.9.0 from 'upstream/0.9.0'
       new  25be260   Update d/copyright year
       new  d21aeda   Change section: utils (Closes: #832260)
       new  3bc130e   Update d/changelog

The 4 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                               |  19 ----
 .rubocop.yml                             |   1 +
 CHANGELOG.md                             |  22 +++-
 Gemfile                                  |   1 +
 README.md                                |  10 +-
 bin/mux                                  |   1 -
 completion/tmuxinator.bash               |   1 +
 completion/tmuxinator.fish               |   2 +
 completion/tmuxinator.zsh                |   1 +
 debian/changelog                         |   8 ++
 debian/control                           |   2 +-
 debian/copyright                         |   6 +-
 lib/tmuxinator/assets/sample.yml         |   8 +-
 lib/tmuxinator/assets/template.erb       |  14 ++-
 lib/tmuxinator/assets/wemux_template.erb |  14 ++-
 lib/tmuxinator/cli.rb                    |  21 ++--
 lib/tmuxinator/config.rb                 |  10 +-
 lib/tmuxinator/pane.rb                   |   4 -
 lib/tmuxinator/project.rb                |  39 ++++++-
 lib/tmuxinator/window.rb                 |  37 ++++--
 spec/factories/projects.rb               |   8 ++
 spec/fixtures/{noname.yml => noroot.yml} |   3 +-
 spec/fixtures/sample.deprecations.yml    |   3 +
 spec/lib/tmuxinator/cli_spec.rb          |  17 +--
 spec/lib/tmuxinator/config_spec.rb       |  20 ++--
 spec/lib/tmuxinator/project_spec.rb      |  65 ++++++++---
 spec/lib/tmuxinator/window_spec.rb       | 190 +++++++++++++++++++++++++------
 spec/matchers/pane_matcher.rb            |  44 +++++++
 spec/spec_helper.rb                      |   3 +
 29 files changed, 432 insertions(+), 142 deletions(-)
 delete mode 100644 .gitignore
 delete mode 120000 bin/mux
 mode change 100755 => 100644 completion/tmuxinator.bash
 mode change 100755 => 100644 completion/tmuxinator.zsh
 copy spec/fixtures/{noname.yml => noroot.yml} (64%)
 create mode 100644 spec/matchers/pane_matcher.rb

-- 
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