Sha256: 270a349b99905c6d921c19b02915d1a202fb373d3d313c2b776a81b7d77c3784
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'attlib/version' Gem::Specification.new do |gem| gem.name = "attlib" gem.version = SnowPlow::Attlib::VERSION gem.authors = ["Yali Sassoon"] gem.email = ["yali.sassoon@keplarllp.com"] gem.description = %q{Library for extracting search marketing attribution data from referrer URLs} gem.summary = %q{Library for extracting search marketing attribution data from referrer URLs. This is used by SnowPlow (http://github.com/snowplow/snowplow). However, our hope is that this library (and the search engines YAML) will be extended by anyone interested in parsing search engine referrer data.} gem.homepage = "http://github.com/snowplow/attlib" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency "rspec", "~> 2.6" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attlib-0.0.1 | attlib.gemspec |