# -*- encoding: utf-8 -*- # stub: locat 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "locat".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Trans".freeze] s.date = "2014-01-13" s.description = "LOCat is a customizable Lines-Of-Code analysis tool. LOC might not be the most useful metric in the universe, but it still provides useful information and can be a lot of fun.".freeze s.email = ["transfire@gmail.com".freeze] s.executables = ["locat".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze, "HISTORY.md".freeze, "DEMO.md".freeze] s.files = [".index".freeze, "DEMO.md".freeze, "HISTORY.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "bin/locat".freeze, "lib/locat.rb".freeze, "lib/locat/command.rb".freeze, "lib/locat/counter.rb".freeze, "lib/locat/gitloc.rb".freeze, "lib/locat/matcher.rb".freeze, "lib/locat/template.rb".freeze, "lib/locat/template/graphael.rhtml".freeze, "lib/locat/template/highchart.rhtml".freeze, "lib/locat/template/javascript.js".freeze] s.homepage = "http://rubyworks.github.com/locat".freeze s.licenses = ["BSD-2-Clause".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Lines of Code Attache".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end