Sha256: 58e8a5d20f745a4683c43461585e278d80564a0a8542b364b0a01be0ac06edb0
Contents?: true
Size: 760 Bytes
Versions: 13
Compression:
Stored size: 760 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ratchetio/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Brian Rue"] gem.email = ["brian@ratchet.io"] gem.description = %q{Rails plugin to catch and send exceptions to Ratchet.io} gem.summary = %q{Reports exceptions to Ratchet.io} gem.homepage = "https://github.com/ratchetio/ratchetio-gem" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "ratchetio" gem.require_paths = ["lib"] gem.version = Ratchetio::VERSION #gem.add_development_dependency "rspec", "~> 2.6" end
Version data entries
13 entries across 13 versions & 1 rubygems