Sha256: ed002ab4308b84a975d1ee9f64004dd3a2ccf2519ed3327796d1f2edde249c9c

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "webtopay/version"

Gem::Specification.new do |s|
  s.name        = "nma-webtopay"
  s.version     = Webtopay::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Nacionaline Moksleiviu Akademija"]
  s.email       = ["dev@nmakademija.lt"]
  s.homepage    = "https://github.com/nmakademija/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 = "nma-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

1 entries across 1 versions & 1 rubygems

Version Path
nma-webtopay-1.2.1 webtopay.gemspec