[DRE-commits] [ruby-stud] branch master updated (910da7f -> b43abd5)

Tim Potter tpot-guest at moszumanska.debian.org
Fri Jun 26 02:27:11 UTC 2015


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

tpot-guest pushed a change to branch master
in repository ruby-stud.

      from  910da7f   Merge branch 'upstream'
      adds  128c9cb   Import upstream version from github repo, not gemwatch
       new  e1a5ed0   Merge branch 'upstream'
       new  ac903c6   Update changelog for new upstream release
       new  b43abd5   Run test suite as part of package build

The 3 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:
 Gemfile                     |   2 +
 Gemfile.lock                |  31 +++++
 Makefile                    |  30 +++++
 debian/changelog            |   4 +-
 debian/control              |   2 +-
 debian/ruby-tests.rb        |   2 +
 metadata.yml                |  85 -------------
 spec/spec_env.rb            |   3 +
 spec/stud/buffer_spec.rb    | 284 ++++++++++++++++++++++++++++++++++++++++++++
 spec/stud/interval_spec.rb  |  42 +++++++
 spec/stud/secret_spec.rb    |  16 +++
 spec/stud/task_spec.rb      |  16 +++
 spec/stud/temporary_spec.rb |  48 ++++++++
 spec/stud/trap_spec.rb      |  53 +++++++++
 spec/stud/try_spec.rb       | 125 +++++++++++++++++++
 spec/stud/with_spec.rb      |  17 +++
 stud.gemspec                |  28 +++++
 17 files changed, 700 insertions(+), 88 deletions(-)
 create mode 100644 Gemfile
 create mode 100644 Gemfile.lock
 create mode 100644 Makefile
 create mode 100644 debian/ruby-tests.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/spec_env.rb
 create mode 100644 spec/stud/buffer_spec.rb
 create mode 100644 spec/stud/interval_spec.rb
 create mode 100644 spec/stud/secret_spec.rb
 create mode 100644 spec/stud/task_spec.rb
 create mode 100644 spec/stud/temporary_spec.rb
 create mode 100644 spec/stud/trap_spec.rb
 create mode 100644 spec/stud/try_spec.rb
 create mode 100644 spec/stud/with_spec.rb
 create mode 100644 stud.gemspec

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



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