Sha256: 4361568eee975017a8b4406b4d82a6893ab76fda4dc5d0da05540e532873c4b9

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name          = "paypal-report"
  s.version       = File.read("VERSION").to_s
  s.platform      = Gem::Platform::RUBY
  s.authors       = ["SoundCloud", "Tobias Bielohlawek"]
  s.email         = %q{tobi@soundcloud.com}
  s.homepage      = "http://github.com/rngtng/paypal-report"
  s.summary       = %q{A little lightweight wrapper for Paypal's Report API.}

  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"]

  ['builder >=2.1.2'].each do |gem|
    s.add_dependency *gem.split(' ')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paypal-report-0.1.2 paypal-report.gemspec