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.
@@ -1,3 +1,7 @@
1
+ === 0.0.2 2012-06-26
2
+
3
+ Support for UTF8 chars
4
+
1
5
  === 0.0.1 2012-05-28
2
6
 
3
7
  * Initial release
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'scbi_headers/scbi_header'
5
5
 
6
6
  module ScbiHeaders
7
- VERSION = '0.0.1'
8
- end
7
+ VERSION = '0.0.2'
8
+ end
@@ -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 Malaga - Spain"
39
+ @title << "University of Málaga - Spain"
39
40
  @title << "http://www.scbi.uma.es"
40
41
  end
41
42
 
@@ -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<< "Dario Guerrero"
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.1
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-05-28 00:00:00 Z
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.7.2
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.