# -*- encoding: utf-8 -*- # stub: trace_location 0.10.0 ruby lib Gem::Specification.new do |s| s.name = "trace_location".freeze s.version = "0.10.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 = ["Yoshiyuki Hirano".freeze, "Misaki Shioi".freeze] s.bindir = "exe".freeze s.date = "2020-06-20" s.description = "TraceLocation helps you get tracing the source location of codes, and helps you can get reading the huge open souce libraries in Ruby".freeze s.email = ["yhirano@me.com".freeze, "shioi.mm@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/active_record_establish_connection/result.csv".freeze, "examples/active_record_establish_connection/result.log".freeze, "examples/active_record_establish_connection/result.md".freeze, "examples/active_record_validation_process/result.csv".freeze, "examples/active_record_validation_process/result.log".freeze, "examples/active_record_validation_process/result.md".freeze, "examples/has_secure_password/result.csv".freeze, "examples/has_secure_password/result.log".freeze, "examples/has_secure_password/result.md".freeze, "examples/lifecycle_of_rails_application/result.csv".freeze, "examples/lifecycle_of_rails_application/result.log".freeze, "examples/lifecycle_of_rails_application/result.md".freeze, "examples/rendering_process/result.csv".freeze, "examples/rendering_process/result.log".freeze, "examples/rendering_process/result.md".freeze, "lib/trace_location.rb".freeze, "lib/trace_location/collector.rb".freeze, "lib/trace_location/config.rb".freeze, "lib/trace_location/event.rb".freeze, "lib/trace_location/generator.rb".freeze, "lib/trace_location/generator/base.rb".freeze, "lib/trace_location/generator/csv.rb".freeze, "lib/trace_location/generator/log.rb".freeze, "lib/trace_location/generator/markdown.rb".freeze, "lib/trace_location/railtie.rb".freeze, "lib/trace_location/report.rb".freeze, "lib/trace_location/version.rb".freeze, "trace_location.gemspec".freeze] s.homepage = "https://github.com/yhirano55/trace_location".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "helps you get tracing the source location of codes".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end