$LOAD_PATH.push File.expand_path('../lib', __FILE__) # Maintain your gem's version: require 'workarea/share/version' # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = 'workarea-share' s.version = Workarea::Share::VERSION s.authors = ['Matt Duffy'] s.email = ['mduffy@workarea.com'] s.homepage = 'https://github.com/workarea-commerce/workarea-share' s.summary = 'Page share plugin for Workarea Commerce Platform.' s.description = 'Adds sharing pages on social networks or email to 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', '>= 3.5.x' s.add_dependency 'recaptcha', '~> 4.3.1' end