Sha256: 34b2a14720c391c92979754ecff765159a26a03737f5d460cde8f6b88d2b35fa
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'icalia/foresight/version' Gem::Specification.new do |spec| spec.name = "icalia-foresight" spec.version = Icalia::Foresight::VERSION spec.authors = ["Roberto Quintanilla", "René Saenz"] spec.email = ["vov@icalialabs.com", "rene.saaenz@gmail.com"] spec.summary = %q{Icalia Foresight SDK/Client library for Ruby} spec.description = %q{Icalia Foresight SDK/Client library for Ruby} spec.homepage = "http://github.com/IcaliaLabs/foresight-gem" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] all_things_rails_version_string = ['>= 4.2', '<= 5.1'] spec.add_runtime_dependency %q<activemodel>, all_things_rails_version_string spec.add_runtime_dependency "faraday", "~> 0.10.0" spec.add_runtime_dependency "json_api_client", "~> 1.5", ">= 1.5.1" spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
icalia-foresight-0.0.3 | icalia-foresight.gemspec |