# -*- encoding: utf-8 -*- # stub: code_statistics 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "code_statistics".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 = ["Dan Mayer".freeze] s.date = "2010-01-21" s.description = "\"This is a port of the rails 'rake stats' method so it can be made more robust and work for non rails projects. New features may eventually be added as well.\"".freeze s.email = "dan@devver.net".freeze s.executables = ["code_statistics".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/code_statistics".freeze, "code_statistics.gemspec".freeze, "lib/code_statistics.rb".freeze, "lib/code_statistics/code_statistics.rb".freeze, "lib/tasks/code_stats.rb".freeze, "test/code_statistics_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/danmayer/code_statistics".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Making a gem of the normal rails rake stats method, to make it more robust and work on non rails projects".freeze s.test_files = ["test/code_statistics_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end