add mollie plugin
This commit is contained in:
parent
55234b4e27
commit
66bbafcd4d
22 changed files with 1092 additions and 0 deletions
20
plugins/mollie/foodsoft_mollie.gemspec
Normal file
20
plugins/mollie/foodsoft_mollie.gemspec
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
$:.push File.expand_path("../lib", __FILE__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require "foodsoft_mollie/version"
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "foodsoft_mollie"
|
||||
s.version = FoodsoftMollie::VERSION
|
||||
s.authors = ["wvengen", "yksflip"]
|
||||
s.email = ["dev-foodsoft@willem.engen.nl", "foodsoft@yksflip.de"]
|
||||
s.homepage = "https://github.com/foodcoops/foodsoft"
|
||||
s.summary = "Mollie payment plugin for foodsoft."
|
||||
s.description = "Integration with Mollie payments."
|
||||
|
||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
|
||||
|
||||
s.add_dependency "rails"
|
||||
s.add_dependency "mollie-api-ruby"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue