Sha256: 566fd3ab73a036a7cd6a21c271ca4738169ef5cd873ff4839c9b65e8d285206e
Contents?: true
Size: 972 Bytes
Versions: 2
Compression:
Stored size: 972 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "yieldmanager/version" Gem::Specification.new do |s| s.name = "yieldmanager" s.version = Yieldmanager::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Bill Gathen"] s.email = ["bill@billgathen.com"] s.homepage = "http://github.com/billgathen/yieldmanager" s.summary = %q{YieldManager API Tool} s.description = %q{This gem offers full access to YieldManager's API tools (read/write) as well as ad-hoc reporting through the Reportware tool} s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.add_development_dependency("rake") s.add_development_dependency("rspec") s.add_development_dependency("rdoc") s.add_runtime_dependency("nokogiri", [">= 1.5.5"]) s.add_runtime_dependency("soap4r", ["= 1.5.8"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yieldmanager-0.9.8 | yieldmanager.gemspec |
yieldmanager-0.9.7 | yieldmanager.gemspec |