# -*- encoding: utf-8 -*- # stub: push_type_core 0.10.3 ruby lib Gem::Specification.new do |s| s.name = "push_type_core".freeze s.version = "0.10.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Russell".freeze] s.date = "2017-01-30" s.description = "The core engine for PushType CMS. Required by all other PushType engines. PushType is a new generation of content management system for Ruby on Rails.".freeze s.email = ["aaron@gc4.co.uk".freeze] s.files = ["LICENSE.md".freeze, "README.md".freeze, "app/assets/images/push_type/pushtype-favicon.png".freeze, "app/assets/images/push_type/pushtype-logo.png".freeze, "app/assets/images/push_type/pushtype-logo.svg".freeze, "app/controllers/concerns/push_type/application_controller_methods.rb".freeze, "app/controllers/concerns/push_type/filterable.rb".freeze, "app/controllers/front_end_controller.rb".freeze, "app/fields/push_type/asset_field.rb".freeze, "app/fields/push_type/boolean_field.rb".freeze, "app/fields/push_type/date_field.rb".freeze, "app/fields/push_type/markdown_field.rb".freeze, "app/fields/push_type/matrix_field.rb".freeze, "app/fields/push_type/number_field.rb".freeze, "app/fields/push_type/relation_field.rb".freeze, "app/fields/push_type/repeater_field.rb".freeze, "app/fields/push_type/select_field.rb".freeze, "app/fields/push_type/string_field.rb".freeze, "app/fields/push_type/structure_field.rb".freeze, "app/fields/push_type/tag_list_field.rb".freeze, "app/fields/push_type/text_field.rb".freeze, "app/fields/push_type/time_field.rb".freeze, "app/fields/push_type/wysiwyg_field.rb".freeze, "app/helpers/push_type/application_helper.rb".freeze, "app/helpers/push_type/media_url_helper.rb".freeze, "app/helpers/push_type/node_url_helper.rb".freeze, "app/models/concerns/push_type/customizable.rb".freeze, "app/models/concerns/push_type/nestable.rb".freeze, "app/models/concerns/push_type/presentable.rb".freeze, "app/models/concerns/push_type/publishable.rb".freeze, "app/models/concerns/push_type/templatable.rb".freeze, "app/models/concerns/push_type/trashable.rb".freeze, "app/models/concerns/push_type/unexposable.rb".freeze, "app/models/push_type/asset.rb".freeze, "app/models/push_type/node.rb".freeze, "app/models/push_type/structure.rb".freeze, "app/models/push_type/user.rb".freeze, "app/views/layouts/push_type/application.html.erb".freeze, "app/views/push_type/setup.html.erb".freeze, "config/initializers/dragonfly.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20141117170533_create_push_type_users.rb".freeze, "db/migrate/20141117204630_create_push_type_nodes.rb".freeze, "db/migrate/20141117210644_create_push_type_node_hierarchies.rb".freeze, "db/migrate/20141127151930_create_push_type_assets.rb".freeze, "db/migrate/20150531183944_add_field_store_default_values.rb".freeze, "db/migrate/20160201150228_drop_legacy_push_type_taxonomies.rb".freeze, "lib/generators/push_type/dummy/dummy_generator.rb".freeze, "lib/generators/push_type/dummy/templates/application.rb".freeze, "lib/generators/push_type/dummy/templates/boot.rb".freeze, "lib/generators/push_type/field/USAGE".freeze, "lib/generators/push_type/field/field_generator.rb".freeze, "lib/generators/push_type/field/templates/field.rb".freeze, "lib/generators/push_type/install/install_generator.rb".freeze, "lib/generators/push_type/install/templates/push_type.rb".freeze, "lib/generators/push_type/node/USAGE".freeze, "lib/generators/push_type/node/node_generator.rb".freeze, "lib/generators/push_type/node/templates/node.html.erb".freeze, "lib/generators/push_type/node/templates/node.rb".freeze, "lib/generators/push_type/presenter/USAGE".freeze, "lib/generators/push_type/presenter/presenter_generator.rb".freeze, "lib/generators/push_type/presenter/templates/presenter.rb".freeze, "lib/generators/push_type/structure/USAGE".freeze, "lib/generators/push_type/structure/structure_generator.rb".freeze, "lib/generators/push_type/structure/templates/structure.rb".freeze, "lib/push_type/config.rb".freeze, "lib/push_type/core.rb".freeze, "lib/push_type/core/engine.rb".freeze, "lib/push_type/core_ext/to_bool.rb".freeze, "lib/push_type/field_type.rb".freeze, "lib/push_type/menu_builder.rb".freeze, "lib/push_type/menu_builder/dsl/menu.rb".freeze, "lib/push_type/menu_builder/dsl/menu_item.rb".freeze, "lib/push_type/menu_builder/helpers.rb".freeze, "lib/push_type/menu_builder/menu.rb".freeze, "lib/push_type/menu_builder/menu_item.rb".freeze, "lib/push_type/menu_builder/menu_renderer.rb".freeze, "lib/push_type/presenter.rb".freeze, "lib/push_type/primitives/array_type.rb".freeze, "lib/push_type/primitives/base.rb".freeze, "lib/push_type/primitives/boolean_type.rb".freeze, "lib/push_type/primitives/number_type.rb".freeze, "lib/push_type/primitives/object_type.rb".freeze, "lib/push_type/primitives/string_type.rb".freeze, "lib/push_type/rails/routes.rb".freeze, "lib/push_type/testing/common_rake.rb".freeze, "lib/push_type/testing/factories.rb".freeze, "lib/push_type/testing/setup.rb".freeze, "lib/push_type/testing/support/expectations.rb".freeze, "lib/push_type/testing/support/test_page.rb".freeze, "lib/push_type/version.rb".freeze, "lib/push_type_core.rb".freeze, "lib/tasks/push_type_tasks.rake".freeze, "test/controllers/front_end_controller_test.rb".freeze, "test/dummy/README.md".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/location.rb".freeze, "test/dummy/app/models/page.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".freeze, "test/dummy/app/views/nodes/page.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/update".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/cable.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/application_controller_renderer.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/new_framework_defaults.rb".freeze, "test/dummy/config/initializers/push_type.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config/spring.rb".freeze, "test/dummy/db/migrate/20170130110706_create_push_type_users.push_type.rb".freeze, "test/dummy/db/migrate/20170130110707_create_push_type_nodes.push_type.rb".freeze, "test/dummy/db/migrate/20170130110708_create_push_type_node_hierarchies.push_type.rb".freeze, "test/dummy/db/migrate/20170130110709_create_push_type_assets.push_type.rb".freeze, "test/dummy/db/migrate/20170130110710_add_field_store_default_values.push_type.rb".freeze, "test/dummy/db/migrate/20170130110711_drop_legacy_push_type_taxonomies.push_type.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/robots.txt".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/0N/0NPeHRLLlSt4sMy7neLezHN8nLTrTnuzBXCExGOoKxs.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/18/18dz1Q7HxdmdXOLUDZIBmJsMrS-UjkTBckfjwwPeuy0.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/9v/9vnNjAebssmz7XPUIgssBZbkNcX-l446wdMdLtHbbyQ.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Dj/DjkZZ0bYHBy9yN_77SEGLPoRNWXOgJT68Hg6wQiq7JA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/IU/IUrx_cz11W6a7Js_I-zzSgQEpw58K2zYnJsvznf71Pg.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/K9/K9lx-kimyW906rSFFeolUny3qYPaq-KPVcVh-8LouNc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Km/KmWNTOX1s_-TvpqmX-X6Fw65vQt4m95mKig2Dk3PiOc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Ks/Ksgj75EJWHSroUlBiZ_Yxf1ckdbfDlTBBzqLb1g152Q.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Lb/LbbWeqaG4K1CMhBNZcK8Pkh70xk7QcBiJ8rGEbYThoU.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/ST/STVCwvSaGT6imMs-7Hd-EOpnJ7TVJ1tnJmqjDS00KbA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/XM/XM3DBlByPxBkHmk_0YnTMQRksSqlxv1pXVEhlfudgp8.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/_8/_8-gybmYphPEXoBFNQMOjgOegzE4ejRh2WT3qKxlES4.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/du/duD181BDwQ_-mqj8kFgYtv-uO0UIiKc2tlilPxBUxOc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/ju/juq2pRoKArM9djBKKp0UVEvC1-DOnZC_9m_C5NzYw6Y.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n-/n-AVacTIOztKN9mPiB3ZELfidOz1W5urnRN4AsSujqA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n1/n1cmW8jt4yQEndq0Z3WRnnYwPxBigvs5cFyNQ3iUlhU.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/qN/qNOz7Rvtjul20-XTH3jifHnv-ypnSVomm2Q1nckbmqQ.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/wD/wDHi4RI7wfKyh0rWAdz_lLBxcnEC5dMOKpmOgKB15ec.cache".freeze, "test/dummy/tmp/generators/config/initializers/push_type.rb".freeze, "test/dummy/tmp/generators/config/routes.rb".freeze, "test/fields/push_type/asset_field_test.rb".freeze, "test/fields/push_type/boolean_field_test.rb".freeze, "test/fields/push_type/date_field_test.rb".freeze, "test/fields/push_type/markdown_field_test.rb".freeze, "test/fields/push_type/matrix_field_test.rb".freeze, "test/fields/push_type/number_field_test.rb".freeze, "test/fields/push_type/relation_field_test.rb".freeze, "test/fields/push_type/repeater_field_test.rb".freeze, "test/fields/push_type/select_field_test.rb".freeze, "test/fields/push_type/string_field_test.rb".freeze, "test/fields/push_type/structure_field_test.rb".freeze, "test/fields/push_type/tag_list_field_test.rb".freeze, "test/fields/push_type/text_field_test.rb".freeze, "test/fields/push_type/time_field_test.rb".freeze, "test/fields/push_type/wysiwyg_field_test.rb".freeze, "test/files/audio.m3u".freeze, "test/files/document.pdf".freeze, "test/files/image.png".freeze, "test/files/video.mp4".freeze, "test/helpers/push_type/media_url_helper_test.rb".freeze, "test/helpers/push_type/node_url_helper_test.rb".freeze, "test/lib/generators/push_type/field_generator_test.rb".freeze, "test/lib/generators/push_type/install_generator_test.rb".freeze, "test/lib/generators/push_type/node_generator_test.rb".freeze, "test/lib/generators/push_type/presenter_generator_test.rb".freeze, "test/lib/generators/push_type/structure_generator_test.rb".freeze, "test/lib/push_type/core_exts_test.rb".freeze, "test/lib/push_type/core_test.rb".freeze, "test/lib/push_type/field_type_test.rb".freeze, "test/lib/push_type/menu_builder/menu_dsl_test.rb".freeze, "test/lib/push_type/menu_builder/menu_item_dsl_test.rb".freeze, "test/lib/push_type/menu_builder/menu_item_test.rb".freeze, "test/lib/push_type/menu_builder/menu_renderer_test.rb".freeze, "test/lib/push_type/menu_builder/menu_test.rb".freeze, "test/lib/push_type/menu_builder_test.rb".freeze, "test/lib/push_type/presenter_test.rb".freeze, "test/lib/push_type/primitives_test.rb".freeze, "test/models/concerns/push_type/customizable_test.rb".freeze, "test/models/concerns/push_type/nestable_test.rb".freeze, "test/models/concerns/push_type/presentable_test.rb".freeze, "test/models/concerns/push_type/publishable_test.rb".freeze, "test/models/concerns/push_type/templatable_test.rb".freeze, "test/models/concerns/push_type/trashable_test.rb".freeze, "test/models/concerns/push_type/unexposable_test.rb".freeze, "test/models/push_type/asset_test.rb".freeze, "test/models/push_type/node_test.rb".freeze, "test/models/push_type/user_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://www.pushtype.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The core engine for PushType CMS.".freeze s.test_files = ["test/controllers/front_end_controller_test.rb".freeze, "test/dummy/app/assets/config/manifest.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/channels/application_cable/channel.rb".freeze, "test/dummy/app/channels/application_cable/connection.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/jobs/application_job.rb".freeze, "test/dummy/app/mailers/application_mailer.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/location.rb".freeze, "test/dummy/app/models/page.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/layouts/mailer.html.erb".freeze, "test/dummy/app/views/layouts/mailer.text.erb".freeze, "test/dummy/app/views/nodes/page.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/setup".freeze, "test/dummy/bin/update".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/cable.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/application_controller_renderer.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/new_framework_defaults.rb".freeze, "test/dummy/config/initializers/push_type.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/puma.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/config/spring.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/migrate/20170130110706_create_push_type_users.push_type.rb".freeze, "test/dummy/db/migrate/20170130110707_create_push_type_nodes.push_type.rb".freeze, "test/dummy/db/migrate/20170130110708_create_push_type_node_hierarchies.push_type.rb".freeze, "test/dummy/db/migrate/20170130110709_create_push_type_assets.push_type.rb".freeze, "test/dummy/db/migrate/20170130110710_add_field_store_default_values.push_type.rb".freeze, "test/dummy/db/migrate/20170130110711_drop_legacy_push_type_taxonomies.push_type.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/apple-touch-icon-precomposed.png".freeze, "test/dummy/public/apple-touch-icon.png".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/robots.txt".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.md".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/0N/0NPeHRLLlSt4sMy7neLezHN8nLTrTnuzBXCExGOoKxs.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/18/18dz1Q7HxdmdXOLUDZIBmJsMrS-UjkTBckfjwwPeuy0.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/9v/9vnNjAebssmz7XPUIgssBZbkNcX-l446wdMdLtHbbyQ.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/_8/_8-gybmYphPEXoBFNQMOjgOegzE4ejRh2WT3qKxlES4.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Dj/DjkZZ0bYHBy9yN_77SEGLPoRNWXOgJT68Hg6wQiq7JA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/du/duD181BDwQ_-mqj8kFgYtv-uO0UIiKc2tlilPxBUxOc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/IU/IUrx_cz11W6a7Js_I-zzSgQEpw58K2zYnJsvznf71Pg.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/ju/juq2pRoKArM9djBKKp0UVEvC1-DOnZC_9m_C5NzYw6Y.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/K9/K9lx-kimyW906rSFFeolUny3qYPaq-KPVcVh-8LouNc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Km/KmWNTOX1s_-TvpqmX-X6Fw65vQt4m95mKig2Dk3PiOc.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Ks/Ksgj75EJWHSroUlBiZ_Yxf1ckdbfDlTBBzqLb1g152Q.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/Lb/LbbWeqaG4K1CMhBNZcK8Pkh70xk7QcBiJ8rGEbYThoU.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n-/n-AVacTIOztKN9mPiB3ZELfidOz1W5urnRN4AsSujqA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n1/n1cmW8jt4yQEndq0Z3WRnnYwPxBigvs5cFyNQ3iUlhU.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/qN/qNOz7Rvtjul20-XTH3jifHnv-ypnSVomm2Q1nckbmqQ.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/ST/STVCwvSaGT6imMs-7Hd-EOpnJ7TVJ1tnJmqjDS00KbA.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/wD/wDHi4RI7wfKyh0rWAdz_lLBxcnEC5dMOKpmOgKB15ec.cache".freeze, "test/dummy/tmp/cache/assets/sprockets/v3.0/XM/XM3DBlByPxBkHmk_0YnTMQRksSqlxv1pXVEhlfudgp8.cache".freeze, "test/dummy/tmp/generators/config/initializers/push_type.rb".freeze, "test/dummy/tmp/generators/config/routes.rb".freeze, "test/fields/push_type/asset_field_test.rb".freeze, "test/fields/push_type/boolean_field_test.rb".freeze, "test/fields/push_type/date_field_test.rb".freeze, "test/fields/push_type/markdown_field_test.rb".freeze, "test/fields/push_type/matrix_field_test.rb".freeze, "test/fields/push_type/number_field_test.rb".freeze, "test/fields/push_type/relation_field_test.rb".freeze, "test/fields/push_type/repeater_field_test.rb".freeze, "test/fields/push_type/select_field_test.rb".freeze, "test/fields/push_type/string_field_test.rb".freeze, "test/fields/push_type/structure_field_test.rb".freeze, "test/fields/push_type/tag_list_field_test.rb".freeze, "test/fields/push_type/text_field_test.rb".freeze, "test/fields/push_type/time_field_test.rb".freeze, "test/fields/push_type/wysiwyg_field_test.rb".freeze, "test/files/audio.m3u".freeze, "test/files/document.pdf".freeze, "test/files/image.png".freeze, "test/files/video.mp4".freeze, "test/helpers/push_type/media_url_helper_test.rb".freeze, "test/helpers/push_type/node_url_helper_test.rb".freeze, "test/lib/generators/push_type/field_generator_test.rb".freeze, "test/lib/generators/push_type/install_generator_test.rb".freeze, "test/lib/generators/push_type/node_generator_test.rb".freeze, "test/lib/generators/push_type/presenter_generator_test.rb".freeze, "test/lib/generators/push_type/structure_generator_test.rb".freeze, "test/lib/push_type/core_exts_test.rb".freeze, "test/lib/push_type/core_test.rb".freeze, "test/lib/push_type/field_type_test.rb".freeze, "test/lib/push_type/menu_builder/menu_dsl_test.rb".freeze, "test/lib/push_type/menu_builder/menu_item_dsl_test.rb".freeze, "test/lib/push_type/menu_builder/menu_item_test.rb".freeze, "test/lib/push_type/menu_builder/menu_renderer_test.rb".freeze, "test/lib/push_type/menu_builder/menu_test.rb".freeze, "test/lib/push_type/menu_builder_test.rb".freeze, "test/lib/push_type/presenter_test.rb".freeze, "test/lib/push_type/primitives_test.rb".freeze, "test/models/concerns/push_type/customizable_test.rb".freeze, "test/models/concerns/push_type/nestable_test.rb".freeze, "test/models/concerns/push_type/presentable_test.rb".freeze, "test/models/concerns/push_type/publishable_test.rb".freeze, "test/models/concerns/push_type/templatable_test.rb".freeze, "test/models/concerns/push_type/trashable_test.rb".freeze, "test/models/concerns/push_type/unexposable_test.rb".freeze, "test/models/push_type/asset_test.rb".freeze, "test/models/push_type/node_test.rb".freeze, "test/models/push_type/user_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 5.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.18".freeze, "< 0.20".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3.4".freeze]) end