Sha256: f9fa666cb27d6364d3fd49cc8c473894c58bc7f226b89de2456d0b0e51c02189
Contents?: true
Size: 920 Bytes
Versions: 1
Compression:
Stored size: 920 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rdstation/version' Gem::Specification.new do |spec| spec.name = "rdstation-ruby-client" spec.version = RDStation::VERSION spec.authors = ["Paulo L F Casaretto"] spec.email = ["paulo.casaretto@resultadosdigitais.com.br"] spec.description = "Ruby API wrapper for RD Station" spec.summary = "Ruby API wrapper for RD Station" spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_dependency "httparty", "~> 0.12.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdstation-ruby-client-0.0.1 | rdstation-ruby-client.gemspec |