Sha256: 49c1d20bed6bc2be7a4a9df1d055f3f71181049c1f5c79de234a2f699f6f2aa4
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 Bytes
Contents
# vim: set filetype=ruby et sw=2 ts=2: require 'gem_hadar' GemHadar do name 'wirecard_checkout_page' author 'Florian Frank' email 'flori@ping.de' homepage "http://flori.github.com/#{name}" summary 'Library for using Wirecard Checkout Page' description 'This library allows you to use the Wirecard Checkout Page service.' test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc', '.AppleDouble', '.DS_Store', '.envrc' readme 'README.md' title "#{name.camelize} -- Wirecard Checkout Page implementation" licenses << 'Apache-2.0' dependency 'typhoeus' development_dependency 'rake' development_dependency 'simplecov' development_dependency 'rspec' end task :default => :spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wirecard_checkout_page-0.1.0 | Rakefile |