# -*- encoding: utf-8 -*- # stub: locomotive_plugins 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "locomotive_plugins".freeze s.version = "1.1.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 = ["Colibri Software".freeze] s.date = "2014-08-25" s.description = "This gem allows developers to create plugins for Locomotive CMS with particular functionality. See the README for more details".freeze s.email = "info@colibri-software.com".freeze s.files = ["CHANGELOG".freeze, "README.md".freeze, "Rakefile".freeze, "lib/locomotive/plugin.rb".freeze, "lib/locomotive/plugin/class_tracker.rb".freeze, "lib/locomotive/plugin/config_ui.rb".freeze, "lib/locomotive/plugin/exceptions.rb".freeze, "lib/locomotive/plugin/js3.rb".freeze, "lib/locomotive/plugin/liquid.rb".freeze, "lib/locomotive/plugin/liquid/context_helpers.rb".freeze, "lib/locomotive/plugin/liquid/drop_extension.rb".freeze, "lib/locomotive/plugin/liquid/prefixed_filter_module.rb".freeze, "lib/locomotive/plugin/liquid/tag_subclass_methods.rb".freeze, "lib/locomotive/plugin/load_initialization.rb".freeze, "lib/locomotive/plugin/rack_app_helpers.rb".freeze, "lib/locomotive_plugins.rb".freeze, "lib/version.rb".freeze, "spec/fixtures/config_template.haml".freeze, "spec/fixtures/config_template.html".freeze, "spec/lib/locomotive/plugin/class_tracker_spec.rb".freeze, "spec/lib/locomotive/plugin/config_ui_spec.rb".freeze, "spec/lib/locomotive/plugin/liquid/context_helpers_spec.rb".freeze, "spec/lib/locomotive/plugin/liquid_spec.rb".freeze, "spec/lib/locomotive/plugin/load_initialization_spec.rb".freeze, "spec/lib/locomotive/plugin/rack_app_helpers_spec.rb".freeze, "spec/lib/locomotive/plugin_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/factories.rb".freeze, "spec/support/mongoid.yml".freeze, "spec/support/plugins/my_other_plugin.rb".freeze, "spec/support/plugins/my_plugin.rb".freeze, "spec/support/plugins/plugin_with_filter.rb".freeze, "spec/support/plugins/plugin_with_many_filter_modules.rb".freeze, "spec/support/plugins/plugin_with_non_string_path.rb".freeze, "spec/support/plugins/plugin_with_rack_app.rb".freeze, "spec/support/plugins/plugin_with_tags.rb".freeze, "spec/support/plugins/useless_plugin.rb".freeze] s.homepage = "https://github.com/colibri-software/locomotive_plugins".freeze s.required_ruby_version = Gem::Requirement.new("~> 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Gem for creating plugins for Locomotive".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end