[DRE-commits] [tmuxinator] branch master updated (8112025 -> abfe939)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Dec 6 12:01:41 UTC 2015


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

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

      from  8112025   Cosmetic: Fix executing tests.rake: set $HOME as /tmp
       new  d1f90da   Imported Upstream version 0.7.0
       new  abfe939   patches and changelog

The 2 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                                       | 1058 ++++++++++++++++++++
 .travis.yml                                        |    4 +-
 CHANGELOG.md                                       |   19 +
 Gemfile                                            |   15 +-
 README.md                                          |   54 +-
 Rakefile                                           |   19 +
 bin/tmuxinator                                     |   15 +-
 debian/changelog                                   |   10 +
 ...opSimpleCov.patch => 0001-drop-SimpleCov.patch} |   26 +-
 ...tch => 0002-drop-bash-completion-shebang.patch} |    7 +-
 debian/patches/series                              |    4 +-
 lib/tmuxinator/assets/template.erb                 |   12 +-
 lib/tmuxinator/assets/wemux_template.erb           |    2 +-
 lib/tmuxinator/cli.rb                              |  144 ++-
 lib/tmuxinator/config.rb                           |   82 +-
 lib/tmuxinator/pane.rb                             |   26 +-
 lib/tmuxinator/project.rb                          |  123 ++-
 lib/tmuxinator/version.rb                          |    2 +-
 lib/tmuxinator/wemux_support.rb                    |    8 +-
 lib/tmuxinator/window.rb                           |   20 +-
 spec/factories/projects.rb                         |   66 +-
 spec/fixtures/{sample.yml => detach.yml}           |    1 +
 spec/fixtures/nameless_window.yml                  |    5 +
 spec/fixtures/nowindows.yml                        |    3 +
 spec/fixtures/sample.yml                           |    1 +
 spec/fixtures/sample_number_as_name.yml            |    5 +
 spec/lib/tmuxinator/cli_spec.rb                    |  221 +++-
 spec/lib/tmuxinator/config_spec.rb                 |  113 ++-
 spec/lib/tmuxinator/project_spec.rb                |  200 +++-
 spec/lib/tmuxinator/util_spec.rb                   |    1 -
 spec/lib/tmuxinator/wemux_support_spec.rb          |   47 +
 spec/lib/tmuxinator/window_spec.rb                 |  103 +-
 spec/spec_helper.rb                                |   31 +-
 33 files changed, 2166 insertions(+), 281 deletions(-)
 create mode 100644 .rubocop.yml
 rename debian/patches/{0001-DropSimpleCov.patch => 0001-drop-SimpleCov.patch} (56%)
 rename debian/patches/{0002-Drop-shebang.patch => 0002-drop-bash-completion-shebang.patch} (67%)
 copy spec/fixtures/{sample.yml => detach.yml} (98%)
 create mode 100644 spec/fixtures/nameless_window.yml
 create mode 100644 spec/fixtures/nowindows.yml
 create mode 100644 spec/fixtures/sample_number_as_name.yml
 create mode 100644 spec/lib/tmuxinator/wemux_support_spec.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