# -*- encoding: utf-8 -*- # stub: chatterbox 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "chatterbox".freeze s.version = "0.6.0".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-11-15" 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, ".treasure_map.rb".freeze, "CHANGELOG.markdown".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".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/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, "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/email.rb".freeze, "lib/chatterbox/services/email/mailer.rb".freeze, "lib/chatterbox/services/email/views/chatterbox/services/email/mailer/message.erb".freeze, "rails/init.rb".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/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.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end