# -*- encoding: utf-8 -*- # stub: actionset 0.9.2 ruby lib Gem::Specification.new do |s| s.name = "actionset".freeze s.version = "0.9.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephen Margheim".freeze] s.bindir = "exe".freeze s.date = "2019-08-07" s.description = "Easily filter, sort, and paginate collections.".freeze s.email = ["stephen.margheim@gmail.com".freeze] s.files = [".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "actionset.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "config.ru".freeze, "lib/action_set.rb".freeze, "lib/action_set/attribute_value.rb".freeze, "lib/action_set/filter_instructions.rb".freeze, "lib/action_set/helpers/export/path_for_helper.rb".freeze, "lib/action_set/helpers/helper_methods.rb".freeze, "lib/action_set/helpers/pagination/current_page_description_for_helper.rb".freeze, "lib/action_set/helpers/pagination/current_page_for_helper.rb".freeze, "lib/action_set/helpers/pagination/first_page_link_for_helper.rb".freeze, "lib/action_set/helpers/pagination/last_page_link_for_helper.rb".freeze, "lib/action_set/helpers/pagination/links_for_helper.rb".freeze, "lib/action_set/helpers/pagination/next_page_link_for_helper.rb".freeze, "lib/action_set/helpers/pagination/page_size_for_helper.rb".freeze, "lib/action_set/helpers/pagination/path_for_helper.rb".freeze, "lib/action_set/helpers/pagination/prev_page_link_for_helper.rb".freeze, "lib/action_set/helpers/pagination/record_description_for_helper.rb".freeze, "lib/action_set/helpers/pagination/record_first_for_helper.rb".freeze, "lib/action_set/helpers/pagination/record_last_for_helper.rb".freeze, "lib/action_set/helpers/pagination/record_range_for_helper.rb".freeze, "lib/action_set/helpers/pagination/record_size_for_helper.rb".freeze, "lib/action_set/helpers/pagination/total_pages_for_helper.rb".freeze, "lib/action_set/helpers/params/current_helper.rb".freeze, "lib/action_set/helpers/params/form_for_object_helper.rb".freeze, "lib/action_set/helpers/sort/current_direction_for_helper.rb".freeze, "lib/action_set/helpers/sort/description_for_helper.rb".freeze, "lib/action_set/helpers/sort/formatting_helper.rb".freeze, "lib/action_set/helpers/sort/link_for_helper.rb".freeze, "lib/action_set/helpers/sort/next_direction_for_helper.rb".freeze, "lib/action_set/helpers/sort/path_for_helper.rb".freeze, "lib/action_set/sort_instructions.rb".freeze, "lib/active_set.rb".freeze, "lib/active_set/active_record_set_instruction.rb".freeze, "lib/active_set/attribute_instruction.rb".freeze, "lib/active_set/column_instruction.rb".freeze, "lib/active_set/enumerable_set_instruction.rb".freeze, "lib/active_set/exporting/csv_strategy.rb".freeze, "lib/active_set/exporting/operation.rb".freeze, "lib/active_set/filtering/active_record/operators.rb".freeze, "lib/active_set/filtering/active_record/query_column.rb".freeze, "lib/active_set/filtering/active_record/query_value.rb".freeze, "lib/active_set/filtering/active_record/set_instruction.rb".freeze, "lib/active_set/filtering/active_record/strategy.rb".freeze, "lib/active_set/filtering/constants.rb".freeze, "lib/active_set/filtering/enumerable/operators.rb".freeze, "lib/active_set/filtering/enumerable/set_instruction.rb".freeze, "lib/active_set/filtering/enumerable/strategy.rb".freeze, "lib/active_set/filtering/operation.rb".freeze, "lib/active_set/paginating/active_record_strategy.rb".freeze, "lib/active_set/paginating/enumerable_strategy.rb".freeze, "lib/active_set/paginating/operation.rb".freeze, "lib/active_set/sorting/active_record_strategy.rb".freeze, "lib/active_set/sorting/enumerable_strategy.rb".freeze, "lib/active_set/sorting/operation.rb".freeze, "lib/helpers/flatten_keys_of.rb".freeze, "lib/helpers/transform_to_sortable_numeric.rb".freeze, "pagination.png".freeze] s.homepage = "https://github.com/fractaledmind/actionset".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A toolkit for working with collections.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end