Sha256: 09fe3b898c315fa082ec9f47a8b7d0f832a760c76e793eea440e58c5b5deecb8
Contents?: true
Size: 1009 Bytes
Versions: 12
Compression:
Stored size: 1009 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.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 = 'A ruby client to interact with the GovDelivery TMS REST API.' s.description = "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
12 entries across 12 versions & 1 rubygems