[DRE-commits] [ruby-distribution] branch master updated (24a4955 -> 4e5a17b)
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 13 08:22:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-distribution.
from 24a4955 Merge tag 'upstream/0.7.1+dfsg'
new 0beeb74 put comment field in copyright
adds 5db6fb7 Imported Upstream version 0.7.3+dfsg
new 67171a7 Merge tag 'upstream/0.7.3+dfsg'
new e1dc903 update year and email in copyright file
new b66fd8d update homepage in copyright
new 616bd7a update files
new a579775 add patches to fix or workaround issues with tests
new b89ff94 remove coverage/ when cleaning
new a40c9da change extension of the README
new 4e5a17b prepare changelog
The 9 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 | 21 +-
Gemfile | 6 +-
History.txt | 26 +-
Manifest.txt | 105 -------
README.md | 67 ++--
Rakefile | 34 +--
checksums.yaml.gz | Bin 269 -> 0 bytes
debian/changelog | 11 +
debian/control | 17 +-
debian/copyright | 8 +-
debian/patches/deactivate_failing_tests.patch | 35 +++
debian/patches/series | 2 +
debian/patches/weibull.patch | 21 ++
debian/ruby-distribution.docs | 2 +-
debian/ruby-distribution.install | 3 -
debian/ruby-tests.rake | 2 +-
debian/rules | 5 +-
distribution.gemspec | 22 +-
lib/distribution.rb | 131 ++++----
lib/distribution/beta.rb | 14 +-
lib/distribution/beta/gsl.rb | 12 +-
lib/distribution/beta/java.rb | 2 +-
lib/distribution/beta/ruby.rb | 34 +--
lib/distribution/binomial.rb | 21 +-
lib/distribution/binomial/gsl.rb | 11 +-
lib/distribution/binomial/java.rb | 2 +-
lib/distribution/binomial/ruby.rb | 34 ++-
lib/distribution/chisquare/ruby.rb | 83 ++---
lib/distribution/f.rb | 21 +-
lib/distribution/f/ruby.rb | 212 ++++++-------
lib/distribution/hypergeometric/gsl.rb | 2 +-
lib/distribution/hypergeometric/ruby.rb | 4 +-
lib/distribution/math_extension.rb | 424 ++++++++++++--------------
lib/distribution/version.rb | 2 +-
metadata.yml | 34 ++-
spec/beta_spec.rb | 16 +-
spec/binomial_spec.rb | 22 +-
spec/chisquare_spec.rb | 7 +-
spec/distribution_spec.rb | 8 +-
spec/exponential_spec.rb | 2 +-
spec/f_spec.rb | 144 ++++-----
spec/gamma_spec.rb | 2 +-
spec/math_extension_spec.rb | 3 +-
spec/poisson_spec.rb | 2 +-
spec/spec_helper.rb | 23 +-
45 files changed, 818 insertions(+), 841 deletions(-)
delete mode 100644 Manifest.txt
delete mode 100644 checksums.yaml.gz
create mode 100644 debian/patches/deactivate_failing_tests.patch
create mode 100644 debian/patches/series
create mode 100644 debian/patches/weibull.patch
delete mode 100644 debian/ruby-distribution.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-distribution.git
More information about the Pkg-ruby-extras-commits
mailing list