Skip to content

Commit

Permalink
Update Gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Mikhaylov <[email protected]>
  • Loading branch information
yurijmi committed May 5, 2016
1 parent 466f3fc commit 24e092d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions offsite_payments.gemspec → better_offsite_payments.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand All @@ -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'
Expand Down

0 comments on commit 24e092d

Please sign in to comment.