Sha256: e035c970808df2b3642e370c68577ce9a503721e9ab981bed21f4036d5bb53fe

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)

require 'workarea/google_analytics/version'

Gem::Specification.new do |s|
  s.name        = 'workarea-google_analytics'
  s.version     = Workarea::GoogleAnalytics::VERSION
  s.authors     = ['Ben Crouse']
  s.email       = ['bcrouse@workarea.com']
  s.homepage    = 'https://github.com/workarea-commerce/workarea-google-analytics'
  s.summary     = 'Google Analytics integration for the Workarea Commerce Platform'
  s.description = 'Provides Google Analytics Enhanced Ecommerce integration for the Workarea Commerce Platform.'

  s.files = `git ls-files`.split("\n")

  s.license = 'Business Software License'

  s.required_ruby_version = '>= 2.0.0'

  s.add_dependency 'workarea', '~> 3.x'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-google_analytics-2.1.6 workarea-google_analytics.gemspec
workarea-google_analytics-2.1.5 workarea-google_analytics.gemspec