Sha256: ab275f40e52e214d7544496eff46f9040ff428f1df1416fcca46286f48a96255
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'i2x/version' Gem::Specification.new do |spec| spec.name = "i2x" spec.version = I2X::VERSION spec.authors = ["Pedro Lopes"] spec.email = ["hello@pedrolopes.net"] spec.summary = %q{i2x client library for distributed agents.} spec.description = %q{i2x: integrate everything. Automated real-time integration framework.} spec.homepage = "https://bioinformatics.ua.pt/i2x/" 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.5" spec.add_development_dependency "rake", '~> 0' spec.add_runtime_dependency 'rest-client', '~> 0' spec.add_runtime_dependency 'nokogiri' spec.add_runtime_dependency 'jsonpath', '~> 0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
i2x-0.1 | i2x.gemspec |
i2x-0.0.7 | i2x.gemspec |
i2x-0.0.6 | i2x.gemspec |
i2x-0.0.5 | i2x.gemspec |