Sha256: df76f68168e65e54dda0da326dcf1e9cf7c095f137f7888db56d6af3844e3266
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'exchequer' s.version = '0.1.0' s.authors = ['Pat Allan'] s.email = ['pat@freelancing-gods.com'] s.homepage = 'https://github.com/pat/exchequer' s.summary = 'Chargify Workflow Toolbox' s.description = 'An Object-Oriented approach to working with Chargify in Ruby' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.add_runtime_dependency 'chargify_api_ares', '> 0' s.add_runtime_dependency 'activemodel', '> 0' s.add_development_dependency 'rspec', '>= 2.11.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exchequer-0.1.0 | exchequer.gemspec |