You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/lib/grape-swagger-0.25.3/grape-swagger.gemspec

21 lines
743 B

6 years ago
$LOAD_PATH.push File.expand_path('../lib', __FILE__)
require 'grape-swagger/version'
Gem::Specification.new do |s|
s.name = 'grape-swagger'
s.version = GrapeSwagger::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Vandecasteele']
s.email = ['tim.vandecasteele@gmail.com']
s.homepage = 'https://github.com/ruby-grape/grape-swagger'
s.summary = 'Add auto generated documentation to your Grape API that can be displayed with Swagger.'
s.license = 'MIT'
s.required_ruby_version = '>= 1.9'
s.add_runtime_dependency 'grape', '>= 0.15.0'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec}/*`.split("\n")
s.require_paths = ['lib']
end