Sha256: c0c14575be2a2f337315fc2b16fead6ab4704c5f901c26afad9fd56fc23b982a
Contents?: true
Size: 786 Bytes
Versions: 3
Compression:
Stored size: 786 Bytes
Contents
$:.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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
workarea-referral_rock-1.0.20 | workarea-referral_rock.gemspec |
workarea-referral_rock-1.0.2 | workarea-referral_rock.gemspec |
workarea-referral_rock-1.0.1 | workarea-referral_rock.gemspec |