swagger_ui_engine.gemspec
Prefer `$LOAD_PATH` over `$:`.$:.push File.expand_path('../lib', __FILE__) # Maintain your gem's version:require 'swagger_ui_engine/version' # Describe your gem and declare its dependencies:Gem::Specification.new do |s| s.name = 'swagger_ui_engine' s.version = SwaggerUiEngine::VERSION s.authors = ['zuzannast'] s.email = ['zuzannast@gmail.com'] s.homepage = 'https://github.com/zuzannast/swagger_ui_engine'Line is too long. [115/80] s.summary = 'Mountable Rails engine that serves Swagger UI for your API documentation written in YAML files.'Line is too long. [145/80] s.description = 'Mount Swagger UI web console as Rails engine, configure it as you want and write your API documentation in simple YAML files.' s.license = 'MIT' s.files = Dir[ '{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.rdoc', 'CHANGELOG.md' ] s.add_runtime_dependency 'rails', '>= 4.2', '< 6' s.add_runtime_dependency 'sassc-rails'end