# -*- encoding: utf-8 -*- # stub: pelusa 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "pelusa".freeze s.version = "0.2.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 = ["Josep M. Bach".freeze] s.date = "2015-01-07" s.description = "Static analysis Lint-type tool to improve your OO Ruby code".freeze s.email = ["josep.m.bach@gmail.com".freeze] s.executables = ["pelusa".freeze] s.files = [".gitignore".freeze, ".pelusa.yml".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Rakefile".freeze, "Readme.md".freeze, "bin/pelusa".freeze, "lib/pelusa.rb".freeze, "lib/pelusa/analysis.rb".freeze, "lib/pelusa/analyzer.rb".freeze, "lib/pelusa/class_analyzer.rb".freeze, "lib/pelusa/cli.rb".freeze, "lib/pelusa/configuration.rb".freeze, "lib/pelusa/lint.rb".freeze, "lib/pelusa/lint/case_statements.rb".freeze, "lib/pelusa/lint/collection_wrappers.rb".freeze, "lib/pelusa/lint/demeter_law.rb".freeze, "lib/pelusa/lint/else_clauses.rb".freeze, "lib/pelusa/lint/eval_usage.rb".freeze, "lib/pelusa/lint/indentation_level.rb".freeze, "lib/pelusa/lint/instance_variables.rb".freeze, "lib/pelusa/lint/line_restriction.rb".freeze, "lib/pelusa/lint/long_identifiers.rb".freeze, "lib/pelusa/lint/many_arguments.rb".freeze, "lib/pelusa/lint/properties.rb".freeze, "lib/pelusa/lint/short_identifiers.rb".freeze, "lib/pelusa/report.rb".freeze, "lib/pelusa/reporters/reporter.rb".freeze, "lib/pelusa/reporters/ruby_reporter.rb".freeze, "lib/pelusa/reporters/stdout_reporter.rb".freeze, "lib/pelusa/runner.rb".freeze, "lib/pelusa/version.rb".freeze, "pelusa.gemspec".freeze, "test/fixtures/sample_config_one.yml".freeze, "test/pelusa/analysis_test.rb".freeze, "test/pelusa/analyzer_test.rb".freeze, "test/pelusa/class_analyzer_test.rb".freeze, "test/pelusa/cli_test.rb".freeze, "test/pelusa/configuration_test.rb".freeze, "test/pelusa/lint/case_statements_test.rb".freeze, "test/pelusa/lint/collection_wrappers_test.rb".freeze, "test/pelusa/lint/demeter_law_test.rb".freeze, "test/pelusa/lint/else_clauses_test.rb".freeze, "test/pelusa/lint/eval_usage_test.rb".freeze, "test/pelusa/lint/indentation_level_test.rb".freeze, "test/pelusa/lint/instance_variables_test.rb".freeze, "test/pelusa/lint/line_restriction_test.rb".freeze, "test/pelusa/lint/long_identifiers_test.rb".freeze, "test/pelusa/lint/many_arguments_test.rb".freeze, "test/pelusa/lint/properties_test.rb".freeze, "test/pelusa/lint/short_identifiers_test.rb".freeze, "test/pelusa/reporters/ruby_reporter_test.rb".freeze, "test/pelusa/runner_test.rb".freeze, "test/pelusa_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/codegram/pelusa".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Static analysis Lint-type tool to improve your OO Ruby code".freeze s.test_files = ["test/pelusa/analysis_test.rb".freeze, "test/pelusa/analyzer_test.rb".freeze, "test/pelusa/class_analyzer_test.rb".freeze, "test/pelusa/cli_test.rb".freeze, "test/pelusa/configuration_test.rb".freeze, "test/pelusa/lint/case_statements_test.rb".freeze, "test/pelusa/lint/collection_wrappers_test.rb".freeze, "test/pelusa/lint/demeter_law_test.rb".freeze, "test/pelusa/lint/else_clauses_test.rb".freeze, "test/pelusa/lint/eval_usage_test.rb".freeze, "test/pelusa/lint/indentation_level_test.rb".freeze, "test/pelusa/lint/instance_variables_test.rb".freeze, "test/pelusa/lint/line_restriction_test.rb".freeze, "test/pelusa/lint/long_identifiers_test.rb".freeze, "test/pelusa/lint/many_arguments_test.rb".freeze, "test/pelusa/lint/properties_test.rb".freeze, "test/pelusa/lint/short_identifiers_test.rb".freeze, "test/pelusa/reporters/ruby_reporter_test.rb".freeze, "test/pelusa/runner_test.rb".freeze, "test/pelusa_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end