[DRE-commits] [ruby-distribution] branch master updated (4265633 -> 24a4955)
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Aug 24 08:14:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-distribution.
from 4265633 use canonical URI in Vcs-* fields
new 1e23403 use Files-Excluded: to filter non-dfsg files
adds 3616f60 Imported Upstream version 0.7.1+dfsg
new 24a4955 Merge tag 'upstream/0.7.1+dfsg'
The 2 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 -----
.gitignore | 7 ++
.travis.yml | 12 +++
Gemfile | 5 +
LICENCE.md | 26 +++++
Manifest.txt | 6 +-
README.txt => README.md | 145 +++++++++++++-------------
Rakefile | 20 ++--
bin/distribution | 2 +-
checksums.yaml.gz | Bin 0 -> 269 bytes
data.tar.gz.sig | 3 -
debian/README.source | 7 +-
debian/copyright | 1 +
debian/gbp.conf | 6 +-
debian/watch | 2 +-
distribution.gemspec | 20 ++++
lib/distribution.rb | 4 +-
lib/distribution/beta/ruby.rb | 34 ++++++
lib/distribution/exponential/ruby.rb | 9 +-
lib/distribution/normal/ruby.rb | 6 +-
lib/distribution/t/ruby.rb | 4 +-
lib/distribution/version.rb | 3 +
lib/distribution/weibull.rb | 11 ++
lib/distribution/weibull/gsl.rb | 21 ++++
lib/distribution/weibull/ruby.rb | 27 +++++
metadata.gz.sig | Bin 256 -> 0 bytes
metadata.yml | 194 +++++++++++------------------------
spec/distribution_spec.rb | 2 +-
spec/exponential_spec.rb | 16 ++-
spec/weibull_spec.rb | 18 ++++
30 files changed, 371 insertions(+), 263 deletions(-)
delete mode 100644 .autotest
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 Gemfile
create mode 100644 LICENCE.md
rename README.txt => README.md (66%)
mode change 100644 => 100755 bin/distribution
create mode 100644 checksums.yaml.gz
delete mode 100644 data.tar.gz.sig
create mode 100644 distribution.gemspec
create mode 100644 lib/distribution/version.rb
create mode 100644 lib/distribution/weibull.rb
create mode 100644 lib/distribution/weibull/gsl.rb
create mode 100644 lib/distribution/weibull/ruby.rb
delete mode 100644 metadata.gz.sig
create mode 100644 spec/weibull_spec.rb
--
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