Sha256: 31c4a61c0ffa1d7b707073ab5fa0b44f602af4d3a6280d58c8004e675f5a9bfa
Contents?: true
Size: 764 Bytes
Versions: 3
Compression:
Stored size: 764 Bytes
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/callrail/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-callrail" spec.version = Workarea::Callrail::VERSION spec.authors = ["Laxmi Pattar"] spec.email = ["laxmi.p@trikatechnologies.com"] spec.homepage = "http://workarea.com" spec.summary = "Workarea Callrail." spec.description = "Tracking and analytics for phone calls and web forms. Optimize your marketing and increase ROI on your PPC, SEO, and offline ad campaigns." 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-callrail-1.0.3.pre | workarea-callrail.gemspec |
workarea-callrail-1.0.2.pre | workarea-callrail.gemspec |
workarea-callrail-1.0.1.pre | workarea-callrail.gemspec |