Sha256: e5a24ff1b9723639099e5f0715d98a52d84c857cc29251cd20306ec9a270abce
Contents?: true
Size: 714 Bytes
Versions: 2
Compression:
Stored size: 714 Bytes
Contents
$:.push File.expand_path('lib', __dir__) require 'workarea/google_tag_manager/version' Gem::Specification.new do |s| s.name = 'workarea-google_tag_manager' s.version = Workarea::GoogleTagManager::VERSION s.authors = ['Curt Howard'] s.email = ['choward@workarea.com'] s.homepage = 'https://github.com/workarea-commerce/workarea-google_tag_manager' s.summary = 'Google Tag Manager for the Workarea Commerce Platform' s.description = 'Provides Google Tag Manager integration for the Workarea Commerce Platform' s.files = `git ls-files`.split("\n") s.license = 'Business Software License' s.test_files = Dir['test/**/*'] s.add_dependency 'workarea', '~> 3.x' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-google_tag_manager-4.3.3 | workarea-google_tag_manager.gemspec |
workarea-google_tag_manager-4.3.2 | workarea-google_tag_manager.gemspec |