[med-svn] [ruby-rgfa] 01/02: New upstream version 1.3.1

Sascha Steinbiss satta at debian.org
Tue Oct 11 13:03:23 UTC 2016


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

satta pushed a commit to branch master
in repository ruby-rgfa.

commit 71233bc0bffb7d89080d226475a2b8a999c66c46
Author: Sascha Steinbiss <satta at debian.org>
Date:   Tue Oct 11 12:04:02 2016 +0000

    New upstream version 1.3.1
---
 CHANGELOG    | 4 ++++
 README.md    | 4 ++--
 Rakefile     | 2 ++
 rgfa.gemspec | 3 ++-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index c5100c2..19f0655 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+== 1.3.1 ==
+
+- fix: add file missing from gemspec
+
 == 1.3 ==
 
 major changes:
diff --git a/README.md b/README.md
index 3dab85d..03875fd 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ part of the code named {RGFATools} and can be accessed with:
 ## Documentation
 
 A cheatsheet is available as pdf under
-https://github.com/ggonnella/rgfa/blob/master/cheatsheet/rgfa-cheatsheet-1.3.pdf
+https://github.com/ggonnella/rgfa/blob/master/cheatsheet/rgfa-cheatsheet-1.3.1.pdf
 
 The full API documentation is available as pdf under
-https://github.com/ggonnella/rgfa/blob/master/pdfdoc/rgfa-api-1.3.pdf
+https://github.com/ggonnella/rgfa/blob/master/pdfdoc/rgfa-api-1.3.1.pdf
 or in HTML format (http://www.rubydoc.info/github/ggonnella/rgfa/master/RGFA).
 
 The main class of the library is {RGFA}, which is a good starting point
diff --git a/Rakefile b/Rakefile
index 0822714..f377c4e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,8 @@ $rgfaversion=Gem::Specification.load("rgfa.gemspec").version.to_s
 
 Rake::TestTask.new do |t|
   t.libs << 'test'
+  t.pattern = "test/test_*.rb"
+  t.verbose = true
 end
 
 desc "Run tests"
diff --git a/rgfa.gemspec b/rgfa.gemspec
index 3efe4dd..9673afe 100644
--- a/rgfa.gemspec
+++ b/rgfa.gemspec
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'rgfa'
-  s.version = '1.3'
+  s.version = '1.3.1'
   s.date = '2016-09-26'
   s.summary = 'Parse, edit and write GFA-format graphs in Ruby'
   s.description = <<-EOF
@@ -31,6 +31,7 @@ Gem::Specification.new do |s|
               'lib/rgfa/field_parser.rb',
               'lib/rgfa/field_validator.rb',
               'lib/rgfa/headers.rb',
+              'lib/rgfa/line/comment.rb',
               'lib/rgfa/line/containment.rb',
               'lib/rgfa/line/header.rb',
               'lib/rgfa/line/link.rb',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ruby-rgfa.git



More information about the debian-med-commit mailing list