# -*- encoding: utf-8 -*- # stub: r4 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "r4".freeze s.version = "0.1.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 = ["mousse".freeze] s.date = "2016-05-27" s.description = "Anyone can use it for inspiration".freeze s.email = ["mousse@timepress.cz".freeze] s.executables = ["console".freeze, "r4".freeze, "setup".freeze] s.files = ["Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/r4".freeze, "bin/setup".freeze, "lib/r4.rb".freeze, "lib/r4/config.rb".freeze, "lib/r4/installations/default.rb".freeze, "lib/r4/installations/testing.rb".freeze, "lib/r4/odin.rb".freeze, "lib/r4/recipes/bootstrap.rb".freeze, "lib/r4/recipes/bootstrap_app.rb".freeze, "lib/r4/recipes/devise.rb".freeze, "lib/r4/recipes/exception_notification.rb".freeze, "lib/r4/recipes/gemfile.rb".freeze, "lib/r4/recipes/gitignore.rb".freeze, "lib/r4/recipes/install_questions.rb".freeze, "lib/r4/recipes/lazy_high_charts.rb".freeze, "lib/r4/recipes/mail_settings.rb".freeze, "lib/r4/recipes/mysql.rb".freeze, "lib/r4/recipes/rspec_generators.rb".freeze, "lib/r4/recipes/upload_app.rb".freeze, "lib/r4/recipes/wicked_pdf.rb".freeze, "lib/r4/recipes/xlsx_support.rb".freeze, "lib/r4/starter.rb".freeze, "lib/r4/template/.ruby-version".freeze, "lib/r4/template/app/assets/javascripts/main.js.rb".freeze, "lib/r4/template/app/assets/stylesheets/custom.css.scss".freeze, "lib/r4/template/app/assets/stylesheets/main.css.scss".freeze, "lib/r4/template/app/assets/stylesheets/theme.css".freeze, "lib/r4/template/app/assets/stylesheets/timepress.css.scss".freeze, "lib/r4/template/app/controllers/users_controller.rb".freeze, "lib/r4/template/app/views/layouts/application.html.erb".freeze, "lib/r4/template/app/views/users/_form.html.erb".freeze, "lib/r4/template/app/views/users/edit.html.erb".freeze, "lib/r4/template/app/views/users/edit_password.html.erb".freeze, "lib/r4/template/app/views/users/index.html.erb".freeze, "lib/r4/template/app/views/users/index.json.jbuilder".freeze, "lib/r4/template/app/views/users/new.html.erb".freeze, "lib/r4/template/app/views/users/show.html.erb".freeze, "lib/r4/template/app/views/users/show.json.jbuilder".freeze, "lib/r4/template/config/initializers/html_helpers.rb".freeze, "lib/r4/template/config/locales/cs.yml".freeze, "lib/r4/template/lib/tasks/bootstrap.rake".freeze, "lib/r4/template/lib/tasks/upload.rake".freeze, "lib/r4/version.rb".freeze, "r4.gemspec".freeze] s.homepage = "http://www.timepress.cz".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails generator using Thor gem for private usage mostly".freeze s.specification_version = 4 s.add_development_dependency(%q<bundler>.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze]) s.add_runtime_dependency(%q<thor>.freeze, [">= 0".freeze]) end