Skip to content

Commit

Permalink
Docu and version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Oertel committed Oct 20, 2010
1 parent db3836e commit cbb9fc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= mt940

This is a library to parse account statements which are formatted as swift mt940.
This is a library to parse account statements which are formatted as SWIFT mt940.

See the following link for documentation of the format.
http://www.google.de/url?sa=t&source=web&cd=1&ved=0CBwQFjAA&url=http%3A%2F%2Fmartin.hinner.info%2Fbankconvert%2Fswift_mt940_942.pdf&ei=alO_TObpPNGRswbD15WqDQ&usg=AFQjCNHkVGOfzofgKkk6dEkynAho02S2cg
Expand Down
9 changes: 4 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "mt940"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.email = "[email protected]"
gem.homepage = "http://github.com/thieso2/mt940"
gem.authors = ["Thies C. Arntzen"]
gem.summary = %Q{MT940 parses account statements in the SWIFT MT940 format.}
gem.email = "[email protected]"
gem.homepage = "http://github.com/betterplace/mt940"
gem.authors = ["Thies C. Arntzen", "Phillip Oertel"]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down
5 changes: 5 additions & 0 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
:patch: 0
:major: 0
:build:
:minor: 2

0 comments on commit cbb9fc1

Please sign in to comment.