Sha256: 3650071cd91fd78bbd0f2892992dd339375f237da5e352e5f716bdec34ab2e34

Contents?: true

Size: 1.17 KB

Versions: 24

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

$LOAD_PATH << File.expand_path('lib', __dir__)
require 'ohloh_scm/version'

Gem::Specification.new do |gem|
  gem.name          = 'ohloh_scm'
  gem.version       = OhlohScm::Version::STRING
  gem.authors       = ['OpenHub Team at Synopsys']
  gem.email         = ['info@openhub.net']
  gem.summary       = 'Source Control Management'
  gem.description   = 'The OpenHub source control management library for \
                       interacting with Git, SVN, CVS, Hg and Bzr repositories.'
  gem.homepage      = 'https://github.com/blackducksoftware/ohloh_scm/'
  gem.license       = 'GPL-2.0'

  gem.files         = `git ls-files -z`.split("\x0")
  gem.test_files    = gem.files.grep(/^spec\//)
  gem.require_paths = %w[lib]
  gem.post_install_message = "Ohloh SCM is depending on Git #{OhlohScm::Version::GIT}, "\
                             "SVN #{OhlohScm::Version::SVN}, CVSNT #{OhlohScm::Version::CVSNT}, "\
                             "Mercurial #{OhlohScm::Version::HG} and Bazaar "\
                             "#{OhlohScm::Version::BZR}. If the installed version is different, "\
                             'Ohloh SCM may not operate as expected.'
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ohloh_scm-4.0.5 ohloh_scm.gemspec
ohloh_scm-4.0.4 ohloh_scm.gemspec
ohloh_scm-4.0.3 ohloh_scm.gemspec
ohloh_scm-4.0.2 ohloh_scm.gemspec
ohloh_scm-4.0.1 ohloh_scm.gemspec
ohloh_scm-3.0.21 ohloh_scm.gemspec
ohloh_scm-3.0.19 ohloh_scm.gemspec
ohloh_scm-3.0.17 ohloh_scm.gemspec
ohloh_scm-3.0.16 ohloh_scm.gemspec
ohloh_scm-3.0.15 ohloh_scm.gemspec
ohloh_scm-3.0.14 ohloh_scm.gemspec
ohloh_scm-3.0.13 ohloh_scm.gemspec
ohloh_scm-3.0.12 ohloh_scm.gemspec
ohloh_scm-3.0.11 ohloh_scm.gemspec
ohloh_scm-3.0.10 ohloh_scm.gemspec
ohloh_scm-3.0.9 ohloh_scm.gemspec
ohloh_scm-3.0.8 ohloh_scm.gemspec
ohloh_scm-3.0.7 ohloh_scm.gemspec
ohloh_scm-3.0.6 ohloh_scm.gemspec
ohloh_scm-3.0.5 ohloh_scm.gemspec