[DRE-commits] [ruby-grack] branch master updated (5f68f2e -> d0ec609)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Sep 4 14:41:52 UTC 2015


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

terceiro pushed a change to branch master
in repository ruby-grack.

      from  5f68f2e   Remove myself from Uploaders
       new  ed0b734   debian/watch: point at github releases page
      adds  bb1960c   Imported Upstream version 1.0.0
      adds  2ceb6d8   Imported Upstream version 2.0.2
       new  9079f8c   Merge branch 'upstream'
       new  b3568b9   Update packaging with a new dh-make-ruby run
       new  1550a8a   New upstream release
       new  8486f5e   gemspec: don't relly on git, and relax rack dependency
       new  963cacc   don't ship binaries
       new  556dae7   debian/tests: add smoke test to clone and push a repository
       new  541fbd0   release to unstable
       new  bc9bb48   smoke-test: need user.name and user.email on a clean environment
       new  d0ec609   smoke-test: silence git warning on push behavior

The 10 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                                         |   2 +
 .travis.yml                                        |  14 ++
 CHANGELOG                                          |  16 ++
 Gemfile                                            |   9 ++
 Gemfile.lock                                       |  33 ++++
 README.md                                          |   4 +
 Rakefile                                           |   2 +-
 bin/console                                        |   6 +
 bin/testserver                                     |  14 ++
 debian/changelog                                   |  12 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  26 +--
 ...-t-relly-on-git-and-relax-rack-dependency.patch |  30 ++++
 debian/patches/series                              |   1 +
 debian/rules                                       |  18 +--
 debian/tests/control                               |   1 +
 debian/tests/smoke-test                            |  53 ++++++
 debian/watch                                       |   2 +-
 grack.gemspec                                      |   4 +-
 lib/grack/git.rb                                   |  72 +++++++++
 lib/grack/server.rb                                | 178 +++++++++++----------
 lib/grack/version.rb                               |   2 +-
 metadata.yml                                       |  91 -----------
 tests/main_test.rb                                 |  47 ++++--
 24 files changed, 422 insertions(+), 217 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG
 create mode 100644 Gemfile
 create mode 100644 Gemfile.lock
 create mode 100755 bin/console
 create mode 100755 bin/testserver
 create mode 100644 debian/patches/0001-gemspec-don-t-relly-on-git-and-relax-rack-dependency.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/smoke-test
 create mode 100644 lib/grack/git.rb
 delete mode 100644 metadata.yml

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



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