forked from activemerchant/offsite_payments
-
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.
Signed-off-by: Yuri Mikhaylov <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ require 'offsite_payments/version' | |
|
||
Gem::Specification.new do |s| | ||
s.platform = Gem::Platform::RUBY | ||
s.name = 'offsite_payments' | ||
s.name = 'better_offsite_payments' | ||
s.version = OffsitePayments::VERSION | ||
s.summary = 'Framework and tools for dealing with offsite (hosted) payment pages.' | ||
s.description = 'Offsite Payments is a simple abstraction library used in ' + | ||
|
@@ -15,9 +15,9 @@ Gem::Specification.new do |s| | |
'extend the number of offsite payment services they support.' | ||
s.license = "MIT" | ||
|
||
s.author = 'Tobias Luetke' | ||
s.email = '[email protected]' | ||
s.homepage = 'https://github.com/activemerchant/offsite_payments' | ||
s.author = 'Yuri Mikhaylov' | ||
s.email = '[email protected]' | ||
s.homepage = 'https://github.com/yurijmi/better_offsite_payments' | ||
|
||
s.files = Dir['CHANGELOG', 'README.md', 'MIT-LICENSE', 'lib/**/*'] | ||
s.require_path = 'lib' | ||
|