$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/referral_rock/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-referral_rock" spec.version = Workarea::ReferralRock::VERSION spec.authors = ["Gunasekaran Raja"] spec.email = ["guna.r@trikatechnologies.com"] spec.homepage = "https://github.com/trikatechnologies/workarea-referral_rock" spec.summary = "ReferralRock integration for workarea platform" spec.description = "This will send tracking and converstion info to referral rock from workarea" spec.license = "Business Software License" spec.files = `git ls-files`.split("\n") spec.add_dependency 'workarea', '~> 3.x' end