Sha256: 6a29879630bff293da2ca8a199c192136dbde6fc44b65d24aef9812081cbf5a4
Contents?: true
Size: 1005 Bytes
Versions: 2
Compression:
Stored size: 1005 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "govdelivery/tms/version" Gem::Specification.new do |s| s.name = "govdelivery-tms" s.version = GovDelivery::TMS::VERSION s.platform = Gem::Platform::RUBY s.authors = ["GovDelivery"] s.email = ["support@govdelivery.com"] s.homepage = "http://govdelivery.com" s.summary = %q{A ruby client to interact with the GovDelivery TMS REST API.} s.description = %q{A reference implementation, written in Ruby, to interact with GovDelivery's TMS API. The client is compatible with Ruby 1.9 and 2.0. } s.add_runtime_dependency "activesupport" s.add_runtime_dependency "faraday" s.add_runtime_dependency "faraday_middleware" s.files = %w{ Gemfile README.md Rakefile govdelivery-tms.gemspec } + Dir["lib/**/*"] s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
govdelivery-tms-0.8.2 | govdelivery-tms.gemspec |
govdelivery-tms-0.8.1 | govdelivery-tms.gemspec |