[DRE-commits] [tmuxinator] 01/02: Merge tag 'upstream/0.6.11'

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Fri Oct 16 17:52:19 UTC 2015


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

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

commit 959e8e148ff65a4266e2441e34c336f6c4fb68bd
Merge: a779f98 af8f033
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Oct 16 14:44:01 2015 +0900

    Merge tag 'upstream/0.6.11'
    
    Upstream version 0.6.11

 .gitignore                               |  19 ++
 .rspec                                   |   1 +
 .travis.yml                              |  28 +++
 CHANGELOG.md                             | 129 +++++++++++
 CONTRIBUTING.md                          |  42 ++++
 Gemfile                                  |  12 ++
 LICENSE                                  |  20 ++
 README.md                                | 300 ++++++++++++++++++++++++++
 Rakefile                                 |   1 +
 bin/mux                                  |   1 +
 bin/tmuxinator                           |  19 ++
 completion/mux.fish                      |   1 +
 completion/tmuxinator.bash               |  24 +++
 completion/tmuxinator.fish               |  22 ++
 completion/tmuxinator.zsh                |  30 +++
 lib/tmuxinator.rb                        |  24 +++
 lib/tmuxinator/assets/sample.yml         |  37 ++++
 lib/tmuxinator/assets/template.erb       |  81 +++++++
 lib/tmuxinator/assets/wemux_template.erb |  56 +++++
 lib/tmuxinator/cli.rb                    | 162 ++++++++++++++
 lib/tmuxinator/config.rb                 |  96 +++++++++
 lib/tmuxinator/deprecations.rb           |  19 ++
 lib/tmuxinator/pane.rb                   |  45 ++++
 lib/tmuxinator/project.rb                | 200 +++++++++++++++++
 lib/tmuxinator/util.rb                   |  14 ++
 lib/tmuxinator/version.rb                |   3 +
 lib/tmuxinator/wemux_support.rb          |  24 +++
 lib/tmuxinator/window.rb                 |  96 +++++++++
 spec/factories/projects.rb               |  41 ++++
 spec/fixtures/noname.yml                 |   6 +
 spec/fixtures/sample.deprecations.yml    |  34 +++
 spec/fixtures/sample.yml                 |  40 ++++
 spec/fixtures/sample_wemux.yml           |  37 ++++
 spec/lib/tmuxinator/cli_spec.rb          | 251 ++++++++++++++++++++++
 spec/lib/tmuxinator/config_spec.rb       | 175 +++++++++++++++
 spec/lib/tmuxinator/pane_spec.rb         |   7 +
 spec/lib/tmuxinator/project_spec.rb      | 354 +++++++++++++++++++++++++++++++
 spec/lib/tmuxinator/util_spec.rb         |   6 +
 spec/lib/tmuxinator/window_spec.rb       | 185 ++++++++++++++++
 spec/spec_helper.rb                      |  58 +++++
 tmuxinator.gemspec                       |  46 ++++
 41 files changed, 2746 insertions(+)

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