Sha256: cf853874cd00d1a19d7b36e8168887a7a8e250becb742e6d2cc15d18fd9eab22

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 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"]
  spec.email         = ["chris@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

2 entries across 2 versions & 1 rubygems

Version Path
analyticator-1.1.6 analyticator.gemspec
analyticator-1.1.5 analyticator.gemspec