scbi_headers 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +4 -0
- data/lib/scbi_headers.rb +2 -2
- data/lib/scbi_headers/scbi_header.rb +2 -1
- data/test/test_scbi_headers.rb +3 -1
- metadata +3 -3
data/History.txt
CHANGED
data/lib/scbi_headers.rb
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
1
2
|
|
|
2
3
|
# A class to print information headers in all command line applications of SCBI
|
|
3
4
|
|
|
@@ -35,7 +36,7 @@ class ScbiHeader
|
|
|
35
36
|
def default_title
|
|
36
37
|
|
|
37
38
|
@title << "SuperComputing and BioInformatics - SCBI"
|
|
38
|
-
@title << "University of
|
|
39
|
+
@title << "University of Málaga - Spain"
|
|
39
40
|
@title << "http://www.scbi.uma.es"
|
|
40
41
|
end
|
|
41
42
|
|
data/test/test_scbi_headers.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
|
|
1
3
|
require File.dirname(__FILE__) + '/test_helper.rb'
|
|
2
4
|
|
|
3
5
|
class TestScbiHeaders < Test::Unit::TestCase
|
|
@@ -8,7 +10,7 @@ class TestScbiHeaders < Test::Unit::TestCase
|
|
|
8
10
|
|
|
9
11
|
@header.copyright='2012'
|
|
10
12
|
|
|
11
|
-
@header.authors<< "
|
|
13
|
+
@header.authors<< "Darío Guerrero"
|
|
12
14
|
@header.authors<< "Other"
|
|
13
15
|
|
|
14
16
|
@header.articles<< "Article one: with one description line"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: scbi_headers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Dario Guerrero
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-06-26 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: hoe
|
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
71
|
requirements: []
|
|
72
72
|
|
|
73
73
|
rubyforge_project: scbi_headers
|
|
74
|
-
rubygems_version: 1.
|
|
74
|
+
rubygems_version: 1.8.24
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 3
|
|
77
77
|
summary: scbi_headers is a gem that provides consistent text headers for command line applications.
|