Sha256: a93e84d66bd46fc8f800cbccda209d76002c6f5c2b74da3d785f7f1b1a10f830

Contents?: true

Size: 1007 Bytes

Versions: 1

Compression:

Stored size: 1007 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'analytics/version'

Gem::Specification.new do |spec|
  spec.name          = "analyticator"
  spec.version       = Analyticator::VERSION
  spec.authors       = ["Chris MacNaughton", "Tom Scott"]
  spec.email         = ["chris@elocal.com", "tom.scott@elocal.com"]
  spec.description   = %q{ Emulate google analytics during development to test events }
  spec.summary       = %q{ Emulate google analytics during development }
  spec.homepage      = "http://chrismacnaughton.com/projects/#analyticator"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables = ['analyticator']
  spec.default_executable = 'analyticator'
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"

  spec.add_runtime_dependency 'sinatra'
  spec.add_runtime_dependency 'haml'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
analyticator-1.1.7 analyticator.gemspec