mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
commit
7f555b902d
2 changed files with 3 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -2,8 +2,6 @@
|
|||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
|
||||
gem 'train', git: 'git@github.com:chef/train.git'
|
||||
|
||||
group :test do
|
||||
gem 'bundler', '~> 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
|
|
|
@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|||
spec.version = Inspec::VERSION
|
||||
spec.authors = ['Dominik Richter']
|
||||
spec.email = ['dominik.richter@gmail.com']
|
||||
spec.summary = 'Validate Inspec compliance checks.'
|
||||
spec.description = File.read('README.md')
|
||||
spec.summary = 'Validate Inspec compliance checks'
|
||||
spec.description = 'Validate Inspec compliance checks.'
|
||||
spec.homepage = 'https://github.com/chef/inspec'
|
||||
spec.license = 'Apache 2.0'
|
||||
|
||||
|
@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.add_dependency 'r-train', '~> 0.9'
|
||||
spec.add_dependency 'thor', '~> 0.19'
|
||||
spec.add_dependency 'json', '~> 1.8'
|
||||
spec.add_dependency 'rainbow', '~> 2'
|
||||
|
|
Loading…
Reference in a new issue