# -*- encoding: utf-8 -*-
# stub: chatterbox 0.8.4 ruby lib

Gem::Specification.new do |s|
  s.name = "chatterbox".freeze
  s.version = "0.8.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Rob Sanheim".freeze]
  s.date = "2009-12-17"
  s.description = "Send notifications and messages.  However you want.".freeze
  s.email = "rsanheim@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG.markdown".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "chatterbox.gemspec".freeze, "examples/example_helper.rb".freeze, "examples/lib/chatterbox/exception_notification/extracter_example.rb".freeze, "examples/lib/chatterbox/exception_notification/presenter_example.rb".freeze, "examples/lib/chatterbox/exception_notification/rails_extracter_example.rb".freeze, "examples/lib/chatterbox/exception_notification_example.rb".freeze, "examples/lib/chatterbox/rails_catcher_controller_example.rb".freeze, "examples/lib/chatterbox/rails_catcher_example.rb".freeze, "examples/lib/chatterbox/services/campfire_example.rb".freeze, "examples/lib/chatterbox/services/email/mailer_example.rb".freeze, "examples/lib/chatterbox/services/email_example.rb".freeze, "examples/lib/chatterbox/services_example.rb".freeze, "examples/lib/chatterbox_example.rb".freeze, "features/api.feature".freeze, "features/email_service.feature".freeze, "features/exception_notification.feature".freeze, "features/services.feature".freeze, "features/step_definitions/email_service_steps.rb".freeze, "features/step_definitions/exception_notification_steps.rb".freeze, "features/support/env.rb".freeze, "init.rb".freeze, "lib/chatterbox.rb".freeze, "lib/chatterbox/exception_notification.rb".freeze, "lib/chatterbox/exception_notification/extracter.rb".freeze, "lib/chatterbox/exception_notification/presenter.rb".freeze, "lib/chatterbox/exception_notification/rails_extracter.rb".freeze, "lib/chatterbox/rails_catcher.rb".freeze, "lib/chatterbox/services.rb".freeze, "lib/chatterbox/services/campfire.rb".freeze, "lib/chatterbox/services/email.rb".freeze, "lib/chatterbox/services/email/mailer.rb".freeze, "lib/chatterbox/services/email/views/chatterbox/services/email/mailer/message.erb".freeze, "lib/chatterbox/version.rb".freeze, "rails/init.rb".freeze, "tmp/.gitignore".freeze, "todo.markdown".freeze, "views/chatterbox/mailer/exception_notification.erb".freeze]
  s.homepage = "http://github.com/rsanheim/chatterbox".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Notifications and messages".freeze
  s.test_files = ["examples/example_helper.rb".freeze, "examples/lib/chatterbox/exception_notification/extracter_example.rb".freeze, "examples/lib/chatterbox/exception_notification/presenter_example.rb".freeze, "examples/lib/chatterbox/exception_notification/rails_extracter_example.rb".freeze, "examples/lib/chatterbox/exception_notification_example.rb".freeze, "examples/lib/chatterbox/rails_catcher_controller_example.rb".freeze, "examples/lib/chatterbox/rails_catcher_example.rb".freeze, "examples/lib/chatterbox/services/campfire_example.rb".freeze, "examples/lib/chatterbox/services/email/mailer_example.rb".freeze, "examples/lib/chatterbox/services/email_example.rb".freeze, "examples/lib/chatterbox/services_example.rb".freeze, "examples/lib/chatterbox_example.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<mocha>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<actionpack>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<micronaut>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<micronaut-rails>.freeze, [">= 0".freeze])
end