Skip to content

Commit

Permalink
Add the license to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalbott committed Oct 5, 2013
1 parent 1e6adff commit fec7e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.version = ActiveMerchant::VERSION
s.summary = 'Framework and tools for dealing with credit card transactions.'
s.description = 'Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.'
s.license = "MIT"

s.author = 'Tobias Luetke'
s.email = 'tobi@leetsoft.com'
Expand Down

0 comments on commit fec7e44

Please sign in to comment.