# -*- encoding: utf-8 -*-
# stub: sinator 3.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "sinator".freeze
  s.version = "3.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Kunto Aji Kristianto".freeze]
  s.date = "2018-10-09"
  s.description = "Sinator provides generator and contains minimal configuration to develop application with Sinatra".freeze
  s.email = "kuntoaji@kaklabs.com".freeze
  s.executables = ["sinator".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "bin/sinator".freeze, "lib/sinator.rb".freeze, "lib/sinator/command.rb".freeze, "lib/sinator/generator.rb".freeze, "lib/sinator/templates/Gemfile.erb".freeze, "lib/sinator/templates/Rakefile.erb".freeze, "lib/sinator/templates/app.erb".freeze, "lib/sinator/templates/app/routes/home.erb".freeze, "lib/sinator/templates/app/views/home/index.erb".freeze, "lib/sinator/templates/app/views/layout.erb".freeze, "lib/sinator/templates/assets/javascripts/app.js".freeze, "lib/sinator/templates/assets/javascripts/main.js".freeze, "lib/sinator/templates/assets/javascripts/plugins.js".freeze, "lib/sinator/templates/assets/stylesheets/app.css.scss".freeze, "lib/sinator/templates/assets/stylesheets/main.css.scss".freeze, "lib/sinator/templates/config.ru.erb".freeze, "lib/sinator/templates/config/application.rb".freeze, "lib/sinator/templates/config/boot.rb".freeze, "lib/sinator/templates/config/database.yml".freeze, "lib/sinator/templates/config/puma/development.erb".freeze, "lib/sinator/templates/config/puma/production.erb".freeze, "lib/sinator/templates/db/migrations/000_example.rb".freeze, "lib/sinator/templates/public/404.html".freeze, "lib/sinator/templates/public/apple-touch-icon.png".freeze, "lib/sinator/templates/public/browserconfig.xml".freeze, "lib/sinator/templates/public/crossdomain.xml".freeze, "lib/sinator/templates/public/favicon.ico".freeze, "lib/sinator/templates/public/humans.txt".freeze, "lib/sinator/templates/public/robots.txt".freeze, "lib/sinator/templates/public/tile-wide.png".freeze, "lib/sinator/templates/public/tile.png".freeze, "lib/sinator/version.rb".freeze, "sinator.gemspec".freeze, "spec/fixtures/app_routes_home.txt".freeze, "spec/fixtures/config/puma/development.txt".freeze, "spec/fixtures/config/puma/production.txt".freeze, "spec/fixtures/config_ru.txt".freeze, "spec/fixtures/with_db/app.txt".freeze, "spec/fixtures/with_db/gemfile.txt".freeze, "spec/fixtures/with_db/rakefile.txt".freeze, "spec/fixtures/without_db/app.txt".freeze, "spec/fixtures/without_db/gemfile.txt".freeze, "spec/fixtures/without_db/rakefile.txt".freeze, "spec/helpers/generator.rb".freeze, "spec/sinator/command_spec.rb".freeze, "spec/sinator/generator_spec.rb".freeze, "spec/sinator_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/kuntoaji/sinator".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Sinatra application boilerplate generator".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.7".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["= 3.2.0".freeze])
end