[DRE-commits] [ruby-astrolabe] 02/03: Merge tag 'upstream/1.3.1'
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Fri Aug 21 13:14:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-astrolabe.
commit b5e8c13e4202f1f5ac9e99b434ea3f6c7e7193c3
Merge: 2b8b66f 140a920
Author: Sebastien Badia <seb at sebian.fr>
Date: Fri Aug 21 15:12:17 2015 +0200
Merge tag 'upstream/1.3.1'
Upstream version 1.3.1
.gitignore | 22 ++
.rspec | 2 +
.rubocop.yml | 36 +++
.travis.yml | 12 +
.yardopts | 4 +
CHANGELOG.md | 27 +++
Gemfile | 9 +
Guardfile | 17 ++
LICENSE.txt | 22 ++
README.md | 135 +++++++++++
Rakefile | 24 ++
astrolabe.gemspec | 34 +++
benchmark/.rubocop.yml | 5 +
benchmark/benchmark_helper.rb | 122 ++++++++++
benchmark/performance_spec.rb | 346 +++++++++++++++++++++++++++++
lib/astrolabe.rb | 4 +
lib/astrolabe/builder.rb | 28 +++
lib/astrolabe/node.rb | 270 ++++++++++++++++++++++
lib/astrolabe/sexp.rb | 15 ++
lib/astrolabe/version.rb | 15 ++
metadata.yml | 235 ++++++++++++++++++++
spec/.rubocop.yml | 5 +
spec/astrolabe/node_spec.rb | 479 ++++++++++++++++++++++++++++++++++++++++
spec/astrolabe/sexp_spec.rb | 25 +++
spec/spec_helper.rb | 96 ++++++++
spec/support/shared_contexts.rb | 17 ++
26 files changed, 2006 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-astrolabe.git
More information about the Pkg-ruby-extras-commits
mailing list