Sha256: eb07fffcde21338f3caf3da19c474fe403ce98da8e6353eff58c3eb983c22847
Contents?: true
Size: 990 Bytes
Versions: 2
Compression:
Stored size: 990 Bytes
Contents
$:.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-2.0] gem.files = `git ls-files -z`.force_encoding('utf-8').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' gem.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1' gem.add_runtime_dependency 'test-unit', '~> 3.2', '>= 3.2.7' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ohloh_scm-2.5.1 | ohloh_scm.gemspec |
ohloh_scm-2.4.14 | ohloh_scm.gemspec |