Sha256: ce912c57a38101191b403d0c939a6c0c978da6f7ba92a6f1c4b9ef775407ac9a

Contents?: true

Size: 1.25 KB

Versions: 21

Compression:

Stored size: 1.25 KB

Contents

require File.expand_path('../lib/foreman_remote_execution/version', __FILE__)
require 'date'

Gem::Specification.new do |s|
  s.name        = 'foreman_remote_execution'
  s.version     = ForemanRemoteExecution::VERSION
  s.license     = 'GPL-3.0'
  s.date        = Date.today.to_s
  s.authors     = ['Foreman Remote Execution team']
  s.email       = ['foreman-dev@googlegroups.com']
  s.homepage    = 'https://github.com/theforeman/foreman_remote_execution'
  s.summary     = 'A plugin bringing remote execution to the Foreman, completing the config ' +
                  'management functionality with remote management functionality.'
  # also update locale/gemspec.rb
  s.description = 'A plugin bringing remote execution to the Foreman, completing the config ' +
                  'management functionality with remote management functionality.'

  s.files = `git ls-files`.split("\n").reject do |file|
    file.start_with?('scripts')
  end

  s.test_files =       `git ls-files test`.split("\n")
  s.extra_rdoc_files = Dir['README*', 'LICENSE']

  s.add_dependency 'deface'
  s.add_dependency 'dynflow', '>= 1.0.2', '< 2.0.0'
  s.add_dependency 'foreman-tasks', '>= 5.1.0'

  s.add_development_dependency 'factory_bot_rails', '~> 4.8.0'
  s.add_development_dependency 'rdoc'
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
foreman_remote_execution-7.2.2 foreman_remote_execution.gemspec
foreman_remote_execution-7.2.1 foreman_remote_execution.gemspec
foreman_remote_execution-7.2.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.8 foreman_remote_execution.gemspec
foreman_remote_execution-8.0.0 foreman_remote_execution.gemspec
foreman_remote_execution-7.1.1 foreman_remote_execution.gemspec
foreman_remote_execution-7.1.0 foreman_remote_execution.gemspec
foreman_remote_execution-7.0.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.7 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.6 foreman_remote_execution.gemspec
foreman_remote_execution-6.2.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.5 foreman_remote_execution.gemspec
foreman_remote_execution-6.1.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.4 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.3 foreman_remote_execution.gemspec
foreman_remote_execution-6.0.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.2 foreman_remote_execution.gemspec
foreman_remote_execution-5.1.0 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.1 foreman_remote_execution.gemspec
foreman_remote_execution-5.0.0 foreman_remote_execution.gemspec