# -*- encoding: utf-8 -*-
# stub: ratchetio 0.2.1 ruby lib

Gem::Specification.new do |s|
  s.name = "ratchetio".freeze
  s.version = "0.2.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Brian Rue".freeze]
  s.date = "2012-10-17"
  s.description = "Rails plugin to catch and send exceptions to Ratchet.io".freeze
  s.email = ["brian@ratchet.io".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/ratchetio/ratchetio_generator.rb".freeze, "lib/generators/ratchetio/templates/initializer.rb".freeze, "lib/ratchetio.rb".freeze, "lib/ratchetio/configuration.rb".freeze, "lib/ratchetio/rails.rb".freeze, "lib/ratchetio/rails/controller_methods.rb".freeze, "lib/ratchetio/rails/middleware/exception_catcher.rb".freeze, "lib/ratchetio/railtie.rb".freeze, "lib/ratchetio/rake_tasks.rb".freeze, "lib/ratchetio/version.rb".freeze, "ratchetio.gemspec".freeze, "spec/ratchetio_spec.rb".freeze]
  s.homepage = "https://github.com/ratchetio/ratchetio-gem".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Reports exceptions to Ratchet.io".freeze
  s.test_files = ["spec/ratchetio_spec.rb".freeze]
end