--- !ruby/object:Gem::Specification name: EtsComfyBlog version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - PG9-SEP autorequire: bindir: bin cert_chain: [] date: 2019-09-09 00:00:00.000000000 Z dependencies: [] description: Self-customized Simple Blog Engine for ComfortableMexicanSofa email: - PG9@SEP executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/issue_template.md" - ".github/pull_request_template.md" - ".gitignore" - ".rubocop.yml" - ".travis.yml" - CONTRIBUTING.md - Gemfile - LICENSE - README.md - Rakefile - app/controllers/comfy/admin/blog/posts_controller.rb - app/controllers/comfy/admin/blog/revisions/post_controller.rb - app/controllers/comfy/blog/posts_controller.rb - app/models/comfy/blog/post.rb - app/views/comfy/admin/blog/partials/_navigation.html.haml - app/views/comfy/admin/blog/posts/_form.html.haml - app/views/comfy/admin/blog/posts/edit.html.haml - app/views/comfy/admin/blog/posts/index.html.haml - app/views/comfy/admin/blog/posts/new.html.haml - app/views/comfy/blog/posts/index.html.haml - app/views/comfy/blog/posts/index.rss.builder - app/views/comfy/blog/posts/show.html.haml - app/views/layouts/comfy/blog/application.html.erb - bin/bundle - bin/rails - bin/rake - bin/setup - bin/update - bin/yarn - comfy_blog.gemspec - config.ru - config/application.rb - config/blog_routes.rb - config/boot.rb - config/database.yml - config/environment.rb - config/environments/development.rb - config/environments/test.rb - config/initializers/comfy_blog.rb - config/locales/ca.yml - config/locales/cs.yml - config/locales/da.yml - config/locales/de.yml - config/locales/en.yml - config/locales/es.yml - config/locales/fi.yml - config/locales/fr.yml - config/locales/gr.yml - config/locales/it.yml - config/locales/ja.yml - config/locales/nb.yml - config/locales/nl.yml - config/locales/pl.yml - config/locales/pt-BR.yml - config/locales/ru.yml - config/locales/sv.yml - config/locales/tr.yml - config/locales/uk.yml - config/locales/zh-CN.yml - config/locales/zh-TW.yml - config/storage.yml - db/migrate/00_create_cms.rb - db/migrate/01_create_blog.rb - lib/comfy_blog.rb - lib/comfy_blog/configuration.rb - lib/comfy_blog/engine.rb - lib/comfy_blog/routes/blog.rb - lib/comfy_blog/routes/blog_admin.rb - lib/comfy_blog/routing.rb - lib/comfy_blog/version.rb - lib/generators/comfy/blog/README - lib/generators/comfy/blog/blog_generator.rb homepage: https://github.com/changyukang/comfy-blog licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Self-customized Simple Blog Engine for ComfortableMexicanSofa test_files: []