# -*- encoding: utf-8 -*- # stub: phcdevworks_tutorials 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "phcdevworks_tutorials".freeze s.version = "0.2.0".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-09-13" 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/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/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/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/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/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/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, "config/routes.rb".freeze, "db/migrate/20190911225813_create_phcdevworks_tutorials_tutorial_posts.rb".freeze, "db/migrate/20190911225925_create_phcdevworks_tutorials_tutorial_categories.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.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.46".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.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze, ">= 1.4.1".freeze]) end