[DRE-commits] [ruby-integration] branch master updated (6691358 -> 88f6045)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Wed Feb 8 17:47:02 UTC 2017


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

lucasmoura-guest pushed a change to branch master
in repository ruby-integration.

      from  6691358   Run wrap-and-sort on packaging files
       new  230f21d   New upstream version 0.1.4
       new  27fd722   Merge tag 'upstream/0.1.4'
       new  476e3dc   New upstream version 0.1.4
       new  15df883   Remove already applied patch
       new  0b15b75   Bump Standards-Version to 3.9.8
       new  bd9b585   Add testsuite to debian/control
       new  41b8b6f   Add missing runtime dependency on debian/control
       new  88f6045   Create release

The 8 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:
 .autotest                                          |  23 --
 .gemtest                                           |   0
 .gitignore                                         |   8 +
 .travis.yml                                        |  16 +
 .yardopts                                          |   4 +
 CONTRIBUTING.md                                    |  61 +++
 Gemfile                                            |   5 +
 History.txt                                        |  20 +-
 Manifest.txt                                       |   9 -
 README.md                                          |  74 ++++
 README.txt                                         |  60 ---
 Rakefile                                           |  40 +-
 benchmark/accuracy.rb                              |  24 ++
 benchmark/speed.rb                                 |  20 +
 data.tar.gz.sig                                    | Bin 256 -> 0 bytes
 debian/changelog                                   |  21 +
 debian/control                                     |   4 +-
 ...gsl_condition_to_complex_integration_spec.patch |  26 --
 debian/patches/series                              |   1 -
 integration.gemspec                                |  29 ++
 lib/integration.rb                                 | 426 +++++++--------------
 lib/integration/methods.rb                         | 394 +++++++++++++++++++
 lib/integration/version.rb                         |   3 +
 lib/opencl/Makefile                                |  29 ++
 lib/opencl/integration_host.c                      | 151 ++++++++
 lib/opencl/opencl_minimization.rb                  | 251 ++++++++++++
 lib/opencl/unidimensional_kernel.cl                |  47 +++
 metadata.gz.sig                                    |   1 -
 metadata.yml                                       | 203 +++++-----
 spec/integration_spec.rb                           |  94 ++---
 spec/spec.opts                                     |   3 -
 spec/spec_helper.rb                                |  27 +-
 32 files changed, 1499 insertions(+), 575 deletions(-)
 delete mode 100644 .autotest
 delete mode 100644 .gemtest
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 .yardopts
 create mode 100644 CONTRIBUTING.md
 create mode 100644 Gemfile
 delete mode 100644 Manifest.txt
 create mode 100644 README.md
 delete mode 100644 README.txt
 create mode 100644 benchmark/accuracy.rb
 create mode 100644 benchmark/speed.rb
 delete mode 100644 data.tar.gz.sig
 delete mode 100644 debian/patches/add_has_gsl_condition_to_complex_integration_spec.patch
 delete mode 100644 debian/patches/series
 create mode 100644 integration.gemspec
 create mode 100644 lib/integration/methods.rb
 create mode 100644 lib/integration/version.rb
 create mode 100644 lib/opencl/Makefile
 create mode 100644 lib/opencl/integration_host.c
 create mode 100644 lib/opencl/opencl_minimization.rb
 create mode 100644 lib/opencl/unidimensional_kernel.cl
 delete mode 100644 metadata.gz.sig
 delete mode 100644 spec/spec.opts

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



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