# -*- encoding: utf-8 -*- # stub: spackle 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "spackle".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rick Lee-Morlang".freeze] s.date = "2009-12-07" s.description = "\nSpackle tells your editor about the errors in your code. No more need to \nvisually scan your test output for errors, filenames, and line numbers.\nJust tell your editor to jump to the next error location.\n\t\t".freeze s.email = "rick@lee-morlang.com".freeze s.executables = ["spackle".freeze, "spackle-vim-open".freeze, "spackle-vim-load-quickfix".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/spackle".freeze, "bin/spackle-vim-load-quickfix".freeze, "bin/spackle-vim-open".freeze, "lib/spackle.rb".freeze, "lib/spackle/commandline.rb".freeze, "lib/spackle/configuration.rb".freeze, "lib/spackle/error.rb".freeze, "lib/spackle/output.rb".freeze, "lib/spackle/output/base.rb".freeze, "lib/spackle/output/vim_quickfix.rb".freeze, "lib/spackle/spec.rb".freeze, "lib/spackle/spec/base_formatter.rb".freeze, "lib/spackle/spec/spackle_formatter.rb".freeze, "spec/integration_spec.rb".freeze, "spec/spackle/commandline_spec.rb".freeze, "spec/spackle/configuration_spec.rb".freeze, "spec/spackle/error_spec.rb".freeze, "spec/spackle/output/base_spec.rb".freeze, "spec/spackle/output/vim_quickfix_spec.rb".freeze, "spec/spackle/spec/base_formatter_spec.rb".freeze, "spec/spackle/spec/spackle_formatter_spec.rb".freeze, "spec/spackle_error_fixture.rb".freeze, "spec/spackle_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/test_app_helper.rb".freeze, "support/vim/spackle.vim".freeze, "test_app/lib/error_raiser.rb".freeze, "test_app/lib/method_typo.rb".freeze, "test_app/lib/missing_end.rb".freeze, "test_app/lib/working_class.rb".freeze, "test_app/spec/error_raiser_spec.rb".freeze, "test_app/spec/failing_working_class_spec.rb".freeze, "test_app/spec/method_typo_spec.rb".freeze, "test_app/spec/missing_end_spec.rb".freeze, "test_app/spec/passing_working_class_spec.rb".freeze, "test_app/spec/spec_helper.rb".freeze] s.homepage = "http://github.com/rleemorlang/spackle".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Spackle tells your editor about the errors in your code".freeze s.test_files = ["spec/spackle/error_spec.rb".freeze, "spec/spackle/output/vim_quickfix_spec.rb".freeze, "spec/spackle/output/base_spec.rb".freeze, "spec/spackle/spec/spackle_formatter_spec.rb".freeze, "spec/spackle/spec/base_formatter_spec.rb".freeze, "spec/spackle/commandline_spec.rb".freeze, "spec/spackle/configuration_spec.rb".freeze, "spec/spackle_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/test_app_helper.rb".freeze, "spec/spackle_error_fixture.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end