# -*- encoding: utf-8 -*- # stub: attractor-rails 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "attractor-rails".freeze s.version = "0.1.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 = ["Julian Rubisch".freeze] s.date = "2020-05-17" s.description = " Many authors (Michael Feathers, Sandi Metz) have shown that an evaluation of\n churn vs complexity of files in software projects provide a valuable metric\n towards code quality. This is another take on the matter, for ruby code, using the\n `churn` and `flog` projects.\n".freeze s.email = ["julian@julianrubisch.at".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/attractor_rails_manifest.js".freeze, "app/assets/images/attractor_favicon.png".freeze, "app/assets/images/attractor_logo.png".freeze, "app/assets/images/attractor_logo.svg".freeze, "app/assets/images/attractor_logo@2x.png".freeze, "app/assets/stylesheets/attractor/rails/application.css".freeze, "app/controllers/attractor/rails/application_controller.rb".freeze, "app/controllers/attractor/rails/application_controller.rb~".freeze, "app/controllers/attractor/rails/reporter_controller.rb".freeze, "app/controllers/attractor/rails/reporter_controller.rb~".freeze, "app/helpers/attractor/rails/application_helper.rb".freeze, "app/jobs/attractor/rails/application_job.rb".freeze, "app/mailers/attractor/rails/application_mailer.rb".freeze, "app/models/attractor/rails/application_record.rb".freeze, "app/views/attractor/rails/reporter/index.html.erb".freeze, "app/views/attractor/rails/reporter/index.html.erb~".freeze, "app/views/layouts/attractor/rails/application.html.erb".freeze, "config/routes.rb".freeze, "config/routes.rb~".freeze, "lib/attractor/rails.rb".freeze, "lib/attractor/rails.rb~".freeze, "lib/attractor/rails/engine.rb".freeze, "lib/attractor/rails/version.rb".freeze, "lib/attractor/reporters/rails_reporter.rb".freeze, "lib/attractor/reporters/rails_reporter.rb~".freeze, "lib/tasks/attractor/rails_tasks.rake".freeze] s.homepage = "https://github.com/julianrubisch/attractor-rails".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Churn vs Complexity Chart Generator".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 6.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end