# -*- encoding: utf-8 -*- # stub: phcdevworks_tutorials 1.2.5 ruby lib Gem::Specification.new do |s| s.name = "phcdevworks_tutorials".freeze s.version = "1.2.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["PHCDevworks".freeze] s.date = "2019-10-06" s.description = "Ruby on Rails 6 Tutorial engine to manage and post tutorials.".freeze s.email = ["developers@phcdevworks.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/phcdevworks_tutorials_manifest.js".freeze, "app/assets/javascripts/phcdevworks_tutorials/application.js".freeze, "app/assets/javascripts/phcdevworks_tutorials/blog/tutorials.coffee".freeze, "app/assets/javascripts/phcdevworks_tutorials/tutorial/categories.coffee".freeze, "app/assets/javascripts/phcdevworks_tutorials/tutorial/posts.coffee".freeze, "app/assets/javascripts/phcdevworks_tutorials/tutorial/steps.coffee".freeze, "app/assets/stylesheets/phcdevworks_tutorials/application.scss".freeze, "app/assets/stylesheets/phcdevworks_tutorials/blog/tutorials.scss".freeze, "app/assets/stylesheets/phcdevworks_tutorials/tutorial/categories.scss".freeze, "app/assets/stylesheets/phcdevworks_tutorials/tutorial/posts.scss".freeze, "app/assets/stylesheets/phcdevworks_tutorials/tutorial/steps.scss".freeze, "app/assets/stylesheets/scaffolds.scss".freeze, "app/controllers/phcdevworks_tutorials/application_controller.rb".freeze, "app/controllers/phcdevworks_tutorials/blog/tutorials_controller.rb".freeze, "app/controllers/phcdevworks_tutorials/tutorial/categories_controller.rb".freeze, "app/controllers/phcdevworks_tutorials/tutorial/posts_controller.rb".freeze, "app/controllers/phcdevworks_tutorials/tutorial/steps_controller.rb".freeze, "app/helpers/phcdevworks_tutorials/application_helper.rb".freeze, "app/helpers/phcdevworks_tutorials/blog/tutorials_helper.rb".freeze, "app/helpers/phcdevworks_tutorials/tutorial/categories_helper.rb".freeze, "app/helpers/phcdevworks_tutorials/tutorial/posts_helper.rb".freeze, "app/helpers/phcdevworks_tutorials/tutorial/steps_helper.rb".freeze, "app/jobs/phcdevworks_tutorials/application_job.rb".freeze, "app/mailers/phcdevworks_tutorials/application_mailer.rb".freeze, "app/models/phcdevworks_tutorials/application_record.rb".freeze, "app/models/phcdevworks_tutorials/tutorial.rb".freeze, "app/models/phcdevworks_tutorials/tutorial/category.rb".freeze, "app/models/phcdevworks_tutorials/tutorial/post.rb".freeze, "app/models/phcdevworks_tutorials/tutorial/step.rb".freeze, "app/views/layouts/phcdevworks_tutorials/application.html.erb".freeze, "app/views/layouts/phcdevworks_tutorials/components/backend/footer/_footer.html.erb".freeze, "app/views/layouts/phcdevworks_tutorials/components/backend/navigation/_top_menu.html.erb".freeze, "app/views/layouts/phcdevworks_tutorials/components/backend/sidebars/_side_menu.html.erb".freeze, "app/views/layouts/phcdevworks_tutorials/frontend.html.erb".freeze, "app/views/phcdevworks_tutorials/blog/tutorials/index.html.erb".freeze, "app/views/phcdevworks_tutorials/blog/tutorials/show.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/categories/_form.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/categories/edit.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/categories/index.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/categories/new.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/categories/show.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/posts/_form.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/posts/edit.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/posts/index.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/posts/new.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/posts/show.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/steps/_form.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/steps/edit.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/steps/index.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/steps/new.html.erb".freeze, "app/views/phcdevworks_tutorials/tutorial/steps/show.html.erb".freeze, "config/initializers/friendly_id.rb".freeze, "config/routes.rb".freeze, "db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb".freeze, "db/migrate/20190911225925_create_phcdevworks_tutorials_tutorial_categories.rb".freeze, "db/migrate/20190923113101_create_phcdevworks_tutorials_tutorial_steps.rb".freeze, "db/migrate/20190929044403_add_info_to_phcdevworks_tutorials_tutorial_posts.rb".freeze, "db/migrate/20190929044505_add_info_to_phcdevworks_tutorials_tutorial_steps.rb".freeze, "db/migrate/20191002093451_add_image_to_phcdevworks_tutorials_tutorial_posts.rb".freeze, "db/migrate/20191003235303_create_join_table_categories_posts.rb".freeze, "db/migrate/20191006054657_add_tittle_to_phcdevworks_tutorials_tutorial_steps.rb".freeze, "lib/phcdevworks_tutorials.rb".freeze, "lib/phcdevworks_tutorials/engine.rb".freeze, "lib/phcdevworks_tutorials/version.rb".freeze, "lib/tasks/phcdevworks_tutorials_tasks.rake".freeze] s.homepage = "https://phcdevworks.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails 6 Tut Engine".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.48".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.21".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) end