Sha256: 1611058871db1e5290778287c01a3d3a44d9176b8f18de53654e50b62c9d85e3
Contents?: true
Size: 814 Bytes
Versions: 2
Compression:
Stored size: 814 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' 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' development_dependency 'byebug' end task :default => :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wirecard_checkout_page-0.0.1 | Rakefile |
wirecard_checkout_page-0.0.0 | Rakefile |