[DRE-commits] [ruby-mina] branch master updated (51126a7 -> 876493c)

Aggelos Avgerinos avgerinos-guest at moszumanska.debian.org
Fri Dec 18 15:15:11 UTC 2015


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

avgerinos-guest pushed a change to branch master
in repository ruby-mina.

      from  51126a7   Release 0.3.1-1
       new  57a5585   Imported Upstream version 0.3.7
       new  f2d71eb   Fix rspec run pattern
       new  f0f43c1   Remove debian/tests/control.ex example
       new  876493c   Release v0.3.7-1

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:
 .travis.yml                                   |   4 +-
 CHANGELOG.md                                  | 671 ++++++++++++++++++++++++++
 HISTORY.md                                    |  48 +-
 Makefile                                      |   3 +
 Readme.md                                     | 175 ++++++-
 data/deploy.rb                                |  18 +-
 data/deploy.sh.erb                            |  22 +-
 debian/changelog                              |   6 +
 debian/ruby-tests.rake                        |   2 +-
 debian/tests/control.ex                       |  13 -
 lib/mina.rb                                   |   1 +
 lib/mina/default.rb                           |  13 +
 lib/mina/deploy.rb                            |  24 +-
 lib/mina/foreman.rb                           |   3 +-
 lib/mina/git.rb                               |   7 +
 lib/mina/helpers.rb                           |  28 +-
 lib/mina/{ssh_helpers.rb => local_helpers.rb} |  84 ++--
 lib/mina/npm.rb                               |  89 ++++
 lib/mina/rails.rb                             |  51 +-
 lib/mina/rake.rb                              |   1 +
 lib/mina/ry.rb                                |  55 +++
 lib/mina/ssh_helpers.rb                       |   4 +-
 lib/mina/version.rb                           |   2 +-
 lib/mina/whenever.rb                          |  39 +-
 metadata.yml                                  | 159 +++---
 mina.gemspec                                  |   1 +
 spec/commands/deploy_spec.rb                  |   4 +
 spec/commands/real_deploy_spec.rb             |   3 +
 spec/dsl/invoke_spec.rb                       |   1 +
 spec/helpers/local_helper_spec.rb             |  70 +++
 spec/spec_helper.rb                           |   1 +
 support/Readme-footer.md                      |   7 +-
 support/Readme-header.md                      |   2 +-
 support/guide.md                              |   2 +-
 support/third_party_modules.md                |  23 +
 test_env/config/deploy.rb                     |  30 +-
 36 files changed, 1457 insertions(+), 209 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 debian/tests/control.ex
 copy lib/mina/{ssh_helpers.rb => local_helpers.rb} (50%)
 create mode 100644 lib/mina/npm.rb
 create mode 100644 lib/mina/ry.rb
 create mode 100644 spec/helpers/local_helper_spec.rb
 create mode 100644 support/third_party_modules.md

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



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