# -*- encoding: utf-8 -*- # stub: active_scaffold_sortable 3.3.7 ruby lib Gem::Specification.new do |s| s.name = "active_scaffold_sortable".freeze s.version = "3.3.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sergio Cambra".freeze, "Volker Hochstein".freeze] s.date = "2019-04-03" s.description = "Sort Tree or List Structures by Drag n Drop".freeze s.email = "activescaffold@googlegroups.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.textile".freeze] s.files = ["LICENSE.txt".freeze, "README.textile".freeze, "app/assets/images/active_scaffold/sortable.png".freeze, "app/assets/javascripts/active_scaffold_sortable.js.erb".freeze, "app/assets/javascripts/jquery/active_scaffold_sortable.js".freeze, "app/assets/javascripts/prototype/active_scaffold_sortable.js".freeze, "app/assets/stylesheets/active_scaffold_sortable.css.scss".freeze, "app/views/active_scaffold_overrides/_form_association.html.erb".freeze, "app/views/active_scaffold_overrides/edit_associated.js.erb".freeze, "frontends/default/active_scaffold_overrides/_list.html.erb".freeze, "frontends/default/active_scaffold_overrides/on_create.js.erb".freeze, "frontends/default/active_scaffold_overrides/on_update.js.erb".freeze, "frontends/default/active_scaffold_overrides/reorder.js.erb".freeze, "lib/active_scaffold/actions/sortable.rb".freeze, "lib/active_scaffold/config/sortable.rb".freeze, "lib/active_scaffold/helpers/sortable_helpers.rb".freeze, "lib/active_scaffold_sortable.rb".freeze, "lib/active_scaffold_sortable/attribute_params.rb".freeze, "lib/active_scaffold_sortable/config/core.rb".freeze, "lib/active_scaffold_sortable/core.rb".freeze, "lib/active_scaffold_sortable/engine.rb".freeze, "lib/active_scaffold_sortable/version.rb".freeze, "lib/active_scaffold_sortable/view_helpers.rb".freeze, "test/auto_models_controller_test.rb".freeze, "test/config_test.rb".freeze, "test/controllers/auto_models_controller.rb".freeze, "test/controllers/models_controller.rb".freeze, "test/controllers/sortable_models_controller.rb".freeze, "test/models/auto_model.rb".freeze, "test/models/model.rb".freeze, "test/router_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/activescaffold/active_scaffold_sortable".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Drag n Drop Sorting for Activescaffold".freeze s.test_files = ["test/config_test.rb".freeze, "test/models/model.rb".freeze, "test/models/auto_model.rb".freeze, "test/router_test.rb".freeze, "test/test_helper.rb".freeze, "test/auto_models_controller_test.rb".freeze, "test/schema.rb".freeze, "test/controllers/auto_models_controller.rb".freeze, "test/controllers/sortable_models_controller.rb".freeze, "test/controllers/models_controller.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.6.0.pre".freeze]) end