Sha256: caeec290739e51072c41bc87315a28563891511f1f60aaab05772370b506d11b
Contents?: true
Size: 893 Bytes
Versions: 2
Compression:
Stored size: 893 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wat_catcher/version' Gem::Specification.new do |spec| spec.name = "wat_catcher" spec.version = WatCatcher::VERSION spec.authors = ["Chris Constantine"] spec.email = ["cconstan@gmail.com"] spec.description = %q{Catch your wats} spec.summary = %q{A gem for registering Wats from your rails app} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_runtime_dependency 'coffee-rails' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wat_catcher-0.0.5 | wat_catcher.gemspec |
wat_catcher-0.0.4 | wat_catcher.gemspec |