Sha256: ca3cac659625994b6a67792228ccc2c9eb5b2493490ef3aeb13ef49a3ebbe293
Contents?: true
Size: 988 Bytes
Versions: 13
Compression:
Stored size: 988 Bytes
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/product_additional_details/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-product_additional_details" spec.version = Workarea::ProductAdditionalDetails::VERSION spec.authors = ["Gunasekaran Raja"] spec.email = ["guna.r@trikatechnologies.com"] spec.homepage = "https://github.com/trikatechnologies/workarea-product_additional_details" spec.summary = "Addtional details feild will be added to products in hash. Admin can add html or big text contents to the products" spec.description = "Workarea doesn't provide addtional details for product, this plugin adds hash feild which will allow users to add addtional attributes with html / text content" spec.license = "Business Software License" spec.files = `git ls-files`.split("\n") spec.add_dependency 'workarea', '~> 3.x' end
Version data entries
13 entries across 13 versions & 1 rubygems