Sha256: 284d48322ad2936ecd64a1145bbe7cfb79512f72d340ac3b0708f0bf66a4443e

Contents?: true

Size: 779 Bytes

Versions: 3

Compression:

Stored size: 779 Bytes

Contents

$LOAD_PATH.push File.expand_path('../lib', __FILE__)

# Maintain your gem's version:
require 'workarea/content_search/version'

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = 'workarea-content_search'
  s.version     = Workarea::ContentSearch::VERSION
  s.authors     = ['Matt Duffy']
  s.email       = ['mduffy@workarea.com']
  s.homepage    = 'https://github.com/workarea-commerce/workarea-content-search'
  s.summary     = 'Content search plugin for the Workarea Commerce Platform'
  s.description = 'Content search plugin for the Workarea Commerce Platform'
  s.files = `git ls-files`.split("\n")
  s.license = 'Business Software License'

  s.required_ruby_version = '>= 2.3.0'

  s.add_dependency 'workarea', '~> 3.x'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-content_search-1.1.0 workarea-content_search.gemspec
workarea-content_search-1.0.9 workarea-content_search.gemspec
workarea-content_search-1.0.8 workarea-content_search.gemspec