Sha256: d21c9cad962a06c1adedf769e3a1be3f5cd4fd3a07f16a236365d1c7e5a1dc93
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'moolah/version' Gem::Specification.new do |spec| spec.name = "moolah-ruby" spec.version = Moolah::VERSION spec.authors = ["Jonathan ES Lin", "TM Lee"] spec.email = ["ernsheong@gmail.com", "tm89lee@gmail.com"] spec.summary = %q{Ruby wrapper for the Moolah.io Transaction API} spec.description = %q{Ruby wrapper for the Moolah.io Transaction API} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "faraday", "~> 0.9.0" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec", "~> 3.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moolah-ruby-0.1 | moolah-ruby.gemspec |