# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: skeptic 0.0.11 ruby lib Gem::Specification.new do |s| s.name = "skeptic" s.version = "0.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Stefan Kanev"] s.date = "2014-10-27" s.description = "An experimental, half-assed, bug-ridden and highly opinionated code analyzer." s.email = "stefan.kanev@gmail.com" s.executables = ["skeptic"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" ] s.files = [ ".document", ".rspec", ".rvmrc", "CHANGELOG.md", "Gemfile", "LICENSE.txt", "README.markdown", "Rakefile", "VERSION", "bin/skeptic", "e.rb", "features/skeptic.feature", "lib/skeptic.rb", "lib/skeptic/critic.rb", "lib/skeptic/environment.rb", "lib/skeptic/rule_table.rb", "lib/skeptic/rules.rb", "lib/skeptic/rules/check_syntax.rb", "lib/skeptic/rules/english_words_for_names.rb", "lib/skeptic/rules/line_length.rb", "lib/skeptic/rules/lines_per_method.rb", "lib/skeptic/rules/max_method_arity.rb", "lib/skeptic/rules/max_nesting_depth.rb", "lib/skeptic/rules/methods_per_class.rb", "lib/skeptic/rules/naming_conventions.rb", "lib/skeptic/rules/no_global_variables.rb", "lib/skeptic/rules/no_semicolons.rb", "lib/skeptic/rules/no_trailing_whitespace.rb", "lib/skeptic/rules/spaces_around_operators.rb", "lib/skeptic/scope.rb", "lib/skeptic/sexp_visitor.rb", "skeptic-0.0.9.gem", "skeptic.gemspec" ] s.homepage = "http://github.com/skanev/skeptic" s.licenses = ["MIT"] s.rubygems_version = "2.2.2" s.summary = "Skeptic points out annoying things in your code" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 1.16.2"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["= 2.14.1"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 1.16.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 2.14.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 1.16.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["= 2.14.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end