Sha256: c9ee24a4ef165ca16425e3f34901e5c6a1328649f79df66675389d497886324f

Contents?: true

Size: 762 Bytes

Versions: 2

Compression:

Stored size: 762 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'paymo/version'

Gem::Specification.new do |gem|
  gem.name          = "paymo"
  gem.version       = Paymo::VERSION
  gem.authors       = ["James Duncombe"]
  gem.email         = ["james@jamesduncombe.com"]
  gem.description   = "Ruby wrapper for the Paymo API"
  gem.summary       = "Simple way to interact with the Paymo API"
  gem.homepage      = "https://github.com/jamesduncombe/paymo"
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($\)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features|fixtures)/})
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency 'rest-client', '~> 1.6'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paymo-0.0.2 paymo.gemspec
paymo-0.0.1 paymo.gemspec