forked from betterplace/mt940_parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phillip Oertel
committed
Oct 20, 2010
1 parent
db3836e
commit cbb9fc1
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
:patch: 0 | ||
:major: 0 | ||
:build: | ||
:minor: 2 |