Sha256: b31adcfa44a671742594f171dd61e08a98d442ce15bfe4993b85c93e0b8c6049
Contents?: true
Size: 868 Bytes
Versions: 11
Compression:
Stored size: 868 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'ohloh_scm/version' Gem::Specification.new do |gem| gem.name = 'ohloh_scm' gem.version = OhlohScm::Version::STRING gem.authors = ["BlackDuck Software"] gem.email = ["info@openhub.net"] gem.summary = %[Source Control Management] gem.description = %[The Ohloh source control management library for interacting with Git, SVN, CVS, Hg and Bzr repositories.] gem.homepage = %[https://github.com/blackducksw/ohloh_scm/] gem.license = %[GPL v2.0] gem.files = `git ls-files -z`.split("\x0") gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = %w(lib) gem.add_runtime_dependency 'posix-spawn', '~> 0.3' end
Version data entries
11 entries across 11 versions & 1 rubygems