Sha256: 811d142147167c681367028482e6bf35ceb28fb6b7b08404ed5f4c65c3b68471
Contents?: true
Size: 952 Bytes
Versions: 1
Compression:
Stored size: 952 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ahoy_events/version' Gem::Specification.new do |spec| spec.name = "ahoy_events" spec.version = AhoyEvents::VERSION spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] spec.summary = %q{Simple, powerful event tracking for Rails} spec.description = %q{Simple, powerful event tracking for Rails} spec.homepage = "https://github.com/ankane/ahoy_events" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "ahoy_matey", ">= 0.1.8" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ahoy_events-0.1.1 | ahoy_events.gemspec |