Sha256: 41c2951f8dbff96f3c41602a7cb6be3e13824a1bbf145af4f3d8683a60e47826
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.unshift File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "onceover" s.version = "3.0.7" s.authors = ["Dylan Ratcliffe"] s.email = ["dylan.ratcliffe@puppet.com"] s.homepage = "https://github.com/dylanratcliffe/onceover" s.summary = "Testing tools for Puppet controlrepos" s.description = "Automatically generates tests for your Puppet code" s.licenses = 'Apache-2.0' s.files = `git ls-files`.split("\n") #s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.bindir = 'bin' s.executables = 'onceover' # Runtime dependencies, but also probably dependencies of requiring projects s.add_runtime_dependency 'rake', '>= 10.0.0' s.add_runtime_dependency 'json', '>= 1.8.2' s.add_runtime_dependency 'beaker-rspec' s.add_runtime_dependency 'rspec-puppet', ">= 2.4.0" s.add_runtime_dependency 'puppetlabs_spec_helper', ">= 0.4.0" s.add_runtime_dependency 'rspec-puppet-utils', '>= 2.0.0' s.add_runtime_dependency 'rspec', '>= 3.0.0' s.add_runtime_dependency 'bundler' s.add_runtime_dependency 'r10k', '>=2.1.0' s.add_runtime_dependency 'puppet', '>=3.4.0' s.add_runtime_dependency 'git' s.add_runtime_dependency 'cri', '>= 2.6' s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'logging', '>= 2.0.0' s.add_runtime_dependency 'deep_merge', '>= 1.0.0' s.add_runtime_dependency 'table_print', '>= 1.0.0' s.add_runtime_dependency 'versionomy', '>= 0.5.0' s.add_runtime_dependency 'rspec_junit_formatter', '>= 0.2.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.0.7 | controlrepo.gemspec |