2 Star 0 Fork 0

GiteeStudio / grape-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
grape-swagger.gemspec 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
peter scholz 提交于 2020-02-09 23:30 . Make usage of grape >= 1.3 (#777)
# frozen_string_literal: true
$LOAD_PATH.push File.expand_path('lib', __dir__)
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 = '>= 2.4'
s.add_runtime_dependency 'grape', '~> 1.3.0'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec}/*`.split("\n")
s.require_paths = ['lib']
end
1
https://gitee.com/oscstudio/grape-swagger.git
git@gitee.com:oscstudio/grape-swagger.git
oscstudio
grape-swagger
grape-swagger
master

搜索帮助