forked from Voog/ipizza
-
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
Priit Haamer
committed
Feb 3, 2015
1 parent
a20a9d8
commit 9cc1620
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |s| | |
s.name = 'ipizza' | ||
s.version = Ipizza::VERSION | ||
s.platform = Gem::Platform::RUBY | ||
s.authors = ['Priit Haamer'] | ||
s.email = ['priit@fraktal.ee'] | ||
s.authors = ['Priit Haamer', 'Tanel Jakobsoo'] | ||
s.email = ['priit@voog.com', '[email protected]'] | ||
s.homepage = 'https://github.com/Voog/ipizza' | ||
s.summary = 'Implements iPizza protocol to communicate with Estonian Banks' | ||
s.description = 'Simplifies generating payment requests and parsing responses from banks when using iPizza protocol.' | ||
|