Sha256: e12698edeb0996bfc7c183c25cc9fdb0be498ad797205c408090b1d174a66e9a

Contents?: true

Size: 930 Bytes

Versions: 6

Compression:

Stored size: 930 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'
  gem.add_runtime_dependency 'nokogiri', '~> 1.6', '>= 1.6.8'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ohloh_scm-2.3.1 ohloh_scm.gemspec
ohloh_scm-2.3.0 ohloh_scm.gemspec
ohloh_scm-2.2.13 ohloh_scm.gemspec
ohloh_scm-2.2.12 ohloh_scm.gemspec
ohloh_scm-2.2.11 ohloh_scm.gemspec
ohloh_scm-2.2.10 ohloh_scm.gemspec