Sha256: c68e072d5a9b302b98b0705d7bce673c2acbff9339a69cd312174b49143d41c4
Contents?: true
Size: 978 Bytes
Versions: 3
Compression:
Stored size: 978 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ncore/version' Gem::Specification.new do |spec| spec.name = "ncore" spec.version = NCore::VERSION spec.authors = ["Notioneer Team"] spec.email = ["hello@notioneer.com"] spec.description = %q{NCore - Ruby gem useful for building REST API clients} spec.summary = %q{NCore - Gem for building REST API clients} spec.homepage = 'http://notioneer.com/' 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_dependency 'activesupport', '>= 3.2', '< 5.2' spec.add_dependency 'excon', '~> 0.32' spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ncore-2.0.8 | ncore.gemspec |
ncore-2.0.7 | ncore.gemspec |
ncore-2.0.6 | ncore.gemspec |