# -*- encoding: utf-8 -*-
# stub: create_custom_attributes 0.5.6 ruby lib

Gem::Specification.new do |s|
  s.name = "create_custom_attributes".freeze
  s.version = "0.5.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Daniel Gr\u00FCtzmacher".freeze]
  s.date = "2018-03-29"
  s.description = "Adds capabilities to manage custom fields and values of various types to database models. Also includes ElasticSearch integration.".freeze
  s.email = ["dg@create.at".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/custom_attributes.rb".freeze, "lib/custom_attributes/acts_as/acts_as_custom_field.rb".freeze, "lib/custom_attributes/acts_as/acts_as_custom_value.rb".freeze, "lib/custom_attributes/acts_as/acts_as_customizable.rb".freeze, "lib/custom_attributes/api/custom_attributes_controller_helper.rb".freeze, "lib/custom_attributes/concerns/searchable.rb".freeze, "lib/custom_attributes/custom_attributes_api_helper.rb".freeze, "lib/custom_attributes/custom_field_value.rb".freeze, "lib/custom_attributes/field_type.rb".freeze, "lib/custom_attributes/field_types/bool_field_type.rb".freeze, "lib/custom_attributes/field_types/date_field_type.rb".freeze, "lib/custom_attributes/field_types/float_field_type.rb".freeze, "lib/custom_attributes/field_types/int_field_type.rb".freeze, "lib/custom_attributes/field_types/list.rb".freeze, "lib/custom_attributes/field_types/list_field_type.rb".freeze, "lib/custom_attributes/field_types/numeric.rb".freeze, "lib/custom_attributes/field_types/string_field_type.rb".freeze, "lib/custom_attributes/field_types/text_field_type.rb".freeze, "lib/custom_attributes/field_types/unbounded.rb".freeze, "lib/custom_attributes/fluent_search_query.rb".freeze, "lib/custom_attributes/search_query.rb".freeze, "lib/custom_attributes/search_query_field.rb".freeze, "lib/custom_attributes/version.rb".freeze, "lib/tasks/custom_attributes_tasks.rake".freeze, "lib/tasks/elasticsearch_tasks.rake".freeze]
  s.homepage = "http://www.create.at".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Manage and Search Custom Attributes, Fields and Value for any ActiveRecord Model.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, ["~> 4.2.3".freeze])
  s.add_runtime_dependency(%q<elasticsearch>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<elasticsearch-model>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<elasticsearch-rails>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, [">= 0".freeze])
end