Sha256: 86b5e808e1e870a3dfab864aad75bfae5bfdf9f33ab7e304384c19b77ec104c8
Contents?: true
Size: 964 Bytes
Versions: 4
Compression:
Stored size: 964 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'indico/version' Gem::Specification.new do |spec| spec.name = "indico" spec.version = Indico::VERSION spec.authors = ["Amit Ambardekar"] spec.email = ["amitamb@gmail.com"] spec.summary = %q{A simple Ruby Wrapper for the indico set of APIs.} spec.description = %q{A simple Ruby Wrapper for the indico set of APIs.} spec.homepage = "https://github.com/IndicoDataSolutions/IndicoIo-ruby" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
indico-0.1.0 | indico.gemspec |
indico-0.0.2 | indico.gemspec |
indico-0.0.1 | indico.gemspec |
indico-0.0.1.alpha | indico.gemspec |