Sha256: cf72fdd5da31aaa30f53de0d544eea313bc489a1c82713d61c9c9604fd3fd0c9
Contents?: true
Size: 876 Bytes
Versions: 2
Compression:
Stored size: 876 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "webtopay/version" Gem::Specification.new do |s| s.name = "webtopay" s.version = Webtopay::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Laurynas Butkus", "Kristijonas Urbaitis"] s.email = ["laurynas.butkus@gmail.com", "kristis@micro.lt"] s.homepage = "https://github.com/laurynas/webtopay" s.summary = %q{Provides integration with http://www.webtopay.com (mokejimai.lt) payment system} s.description = %q{Verifies webtopay.com (mokejimai.lt) payment data transfer} s.rubyforge_project = "webtopay" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webtopay-1.2.1 | webtopay.gemspec |
webtopay-1.2.0 | webtopay.gemspec |