# -*- encoding: utf-8 -*- # stub: activemerchant_banklink 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "activemerchant_banklink".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Indrek Juhkam".freeze, "Laurynas Butkus".freeze] s.date = "2012-12-30" s.description = "Adds Banklink support to ActiveMerchant library. Banklink is provided by major banks in the Baltic states.".freeze s.email = ["laurynas.butkus@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "activemerchant_banklink.gemspec".freeze, "init.rb".freeze, "lib/active_merchant/billing/integrations/banklink.rb".freeze, "lib/active_merchant/billing/integrations/banklink/helper.rb".freeze, "lib/active_merchant/billing/integrations/banklink/notification.rb".freeze, "lib/active_merchant/billing/integrations/dnb_nord_ltu.rb".freeze, "lib/active_merchant/billing/integrations/dnb_nord_ltu/common.rb".freeze, "lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb".freeze, "lib/active_merchant/billing/integrations/dnb_nord_ltu/notification.rb".freeze, "lib/active_merchant/billing/integrations/sampo_est.rb".freeze, "lib/active_merchant/billing/integrations/sampo_est/helper.rb".freeze, "lib/active_merchant/billing/integrations/sampo_est/notification.rb".freeze, "lib/active_merchant/billing/integrations/seb_est.rb".freeze, "lib/active_merchant/billing/integrations/seb_est/helper.rb".freeze, "lib/active_merchant/billing/integrations/seb_est/notification.rb".freeze, "lib/active_merchant/billing/integrations/seb_ltu.rb".freeze, "lib/active_merchant/billing/integrations/seb_ltu/common.rb".freeze, "lib/active_merchant/billing/integrations/seb_ltu/helper.rb".freeze, "lib/active_merchant/billing/integrations/seb_ltu/notification.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_est.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_est/helper.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_est/notification.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_ltu.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_ltu/helper.rb".freeze, "lib/active_merchant/billing/integrations/swedbank_ltu/notification.rb".freeze, "lib/activemerchant_banklink.rb".freeze, "lib/activemerchant_banklink/version.rb".freeze, "test/test_helper.rb".freeze, "test/unit/integrations/notifications/seb_est_notification_test.rb".freeze, "test/unit/integrations/sampo_est_module_test.rb".freeze, "test/unit/integrations/seb_est_module_test.rb".freeze, "test/unit/integrations/swedbank_est_module_test.rb".freeze] s.homepage = "http://github.com/laurynas/activemerchant_banklink".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ActiveMerchant Banklink add-on (alpha version)".freeze s.test_files = ["test/test_helper.rb".freeze, "test/unit/integrations/notifications/seb_est_notification_test.rb".freeze, "test/unit/integrations/sampo_est_module_test.rb".freeze, "test/unit/integrations/seb_est_module_test.rb".freeze, "test/unit/integrations/swedbank_est_module_test.rb".freeze] end