Sha256: f360493aabef1b206e50a9d4180b9496583e1bcfd8133d554b831877f760e0f4
Contents?: true
Size: 176 Bytes
Versions: 2
Compression:
Stored size: 176 Bytes
Contents
source 'http://rubygems.org' gemspec case version = ENV['GRAPE_VERSION'] || '~> 0.16.2' when 'HEAD' gem 'grape', github: 'ruby-grape/grape' else gem 'grape', version end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grape-swagger-0.20.3 | Gemfile |
grape-swagger-0.11.0 | Gemfile |