Sha256: 69d916ccd3d11f25b45467eeb1f6118e546306e0adf6afeb948bf81ab8f4dc78
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/runcible/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Eric D Helms"] gem.email = ["ehelms@redhat.com"] gem.description = "ExposingPpulp's juiciest components to the Ruby world." gem.summary = "" gem.homepage = "https://github.com/Katello/runcible" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "runcible" gem.require_paths = ["lib"] gem.version = Runcible::VERSION end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
runcible-0.0.5 | runcible.gemspec |
runcible-0.0.4 | runcible.gemspec |
runcible-0.0.3 | runcible.gemspec |