Sha256: cfd71c24959346dea817d2c532b7cfc2498d2f2600b645c4af9566839e6e155c
Contents?: true
Size: 938 Bytes
Versions: 4
Compression:
Stored size: 938 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://nyancat.com" 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
analyticator-1.1.3 | analyticator.gemspec |
analyticator-1.1.0 | analyticator.gemspec |
analyticator-1.0.1 | analyticator.gemspec |
analyticator-1.0.0 | analyticator.gemspec |