# -*- encoding: utf-8 -*- # stub: exceptions_app 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "exceptions_app".freeze s.version = "0.0.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 = ["Igor Kuznetsov".freeze] s.date = "2012-12-27" s.description = "exceptions_app is gem, that provides a simple way of handling exceptions in Rails applications.".freeze s.email = ["igkuznetsov@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "exceptions_app.gemspec".freeze, "features/rake_task_integration.feature".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/support/env.rb".freeze, "lib/exceptions_app.rb".freeze, "lib/exceptions_app/config.rb".freeze, "lib/exceptions_app/railtie.rb".freeze, "lib/exceptions_app/simple_response.rb".freeze, "lib/exceptions_app/version.rb".freeze, "lib/tasks/exceptions_app.rake".freeze, "test/lib/config_test.rb".freeze, "test/lib/exceptions_app_test.rb".freeze, "test/lib/simple_response_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/kaize/exceptions_app".freeze s.rubygems_version = "3.5.10".freeze s.summary = "exceptions_app provides a simple way of handling exceptions in Rails applications".freeze s.test_files = ["features/rake_task_integration.feature".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/support/env.rb".freeze, "test/lib/config_test.rb".freeze, "test/lib/exceptions_app_test.rb".freeze, "test/lib/simple_response_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.9".freeze]) end