Sha256: 8e283b96b946c4bbaac01f31204b72f1baf3cd16fb5b06aa84bde1b1ca178977
Contents?: true
Size: 751 Bytes
Versions: 1
Compression:
Stored size: 751 Bytes
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/trustpilot_reviews/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-trustpilot_reviews" spec.version = Workarea::TrustpilotReviews::VERSION spec.authors = ["Laxmi Pattar"] spec.email = ["sathyteja.dvs@trikatechnologies.com"] spec.homepage = "http://workarea.com" spec.summary = "Trustpilot is a review platform." spec.description = "Customers can review their experience about the companies through trustpilot." spec.license = "Business Software License" spec.files = `git ls-files`.split("\n") spec.add_dependency 'workarea', '~> 3.x' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-trustpilot_reviews-1.0.0.pre | workarea-trustpilot_reviews.gemspec |