Sha256: 59477d02b34f87f5e19742e6ec38b6b5c08da2d978fca526af66bb4896b47407
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'txtextcontrol/reportingcloud/version' Gem::Specification.new do |spec| spec.name = "txtextcontrol-reportingcloud" spec.version = TXTextControl::ReportingCloud::VERSION spec.authors = ["Thorsten Kummerow"] spec.email = ["thorsten@textcontrol.com"] spec.summary = "ReportingCloud Ruby Wrapper" spec.description = "Official wrapper (authored by Text Control GmbH, publisher of ReportingCloud) to access ReportingCloud in Ruby." spec.homepage = "http://www.reporting.cloud" spec.licenses = ["BSD-2-Clause"] spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
5 entries across 5 versions & 1 rubygems