# -*- encoding: utf-8 -*- # stub: sinator 3.0.4 ruby lib Gem::Specification.new do |s| s.name = "sinator".freeze s.version = "3.0.4".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 = "2019-11-10" s.description = "Sinator will generate Sinatra application with minimum configuration".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 generator".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["= 3.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end