Sha256: 312ea8d26c2c3fc0ef0c1ece62d3a5a3064ee8e122628e7daefba0614d7bedbb
Contents?: true
Size: 849 Bytes
Versions: 2
Compression:
Stored size: 849 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.test_files = gem.files.grep(%r{^(spec)/}) gem.name = "ratchetio" gem.require_paths = ["lib"] gem.version = Ratchetio::VERSION gem.add_development_dependency 'rails', '~> 3.2.9' gem.add_development_dependency 'devise', '>= 2.1.2' gem.add_development_dependency 'rspec-rails', '~> 2.12.0' gem.add_development_dependency 'database_cleaner', '>= 0.9.1' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ratchetio-0.4.7 | ratchetio.gemspec |
ratchetio-0.4.6 | ratchetio.gemspec |