Skip to content

Commit

Permalink
Update gemspec.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedias authored Jan 20, 2022
1 parent 6d878ef commit 8da5e5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions emass_client/swagger-codegen/ruby_template/gemspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ Gem::Specification.new do |s|
{{/gemLicense}}
s.required_ruby_version = "{{{gemRequiredRubyVersion}}}{{^gemRequiredRubyVersion}}>= 1.9{{/gemRequiredRubyVersion}}"

# Required for github to display multiple packages (emasser and emass_client)
s.metadata = { "github_repo" => "ssh://github.com/mitre/emasser" }

s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'

s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'

#s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
#s.test_files = `find spec/*`.split("\n")
s.files = Dir.glob('lib/**/*') + %w{Rakefile README.md}
s.executables = []
s.require_paths = ["lib"]
Expand Down

0 comments on commit 8da5e5e

Please sign in to comment.