# -*- encoding: utf-8 -*- # stub: git_stats 1.0.8 ruby lib Gem::Specification.new do |s| s.name = "git_stats".freeze s.version = "1.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tomasz Gieniusz".freeze] s.date = "2013-08-20" s.description = "Git history statistics generator".freeze s.email = ["tomasz.gieniusz@gmail.com".freeze] s.executables = ["git_stats".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git_stats".freeze, "config/locales/de.yml".freeze, "config/locales/de_default.yml".freeze, "config/locales/en.yml".freeze, "config/locales/pl.yml".freeze, "config/locales/pl_default.yml".freeze, "git_stats.gemspec".freeze, "lib/git_stats.rb".freeze, "lib/git_stats/base.rb".freeze, "lib/git_stats/by_field_finder.rb".freeze, "lib/git_stats/cli.rb".freeze, "lib/git_stats/core_extensions/hash.rb".freeze, "lib/git_stats/core_extensions/string.rb".freeze, "lib/git_stats/core_extensions/symbol.rb".freeze, "lib/git_stats/generator.rb".freeze, "lib/git_stats/git_data/activity.rb".freeze, "lib/git_stats/git_data/author.rb".freeze, "lib/git_stats/git_data/blob.rb".freeze, "lib/git_stats/git_data/command_parser.rb".freeze, "lib/git_stats/git_data/command_runner.rb".freeze, "lib/git_stats/git_data/commit.rb".freeze, "lib/git_stats/git_data/repo.rb".freeze, "lib/git_stats/git_data/short_stat.rb".freeze, "lib/git_stats/hash_initializable.rb".freeze, "lib/git_stats/i18n.rb".freeze, "lib/git_stats/stats_view/charts/activity_charts.rb".freeze, "lib/git_stats/stats_view/charts/authors_charts.rb".freeze, "lib/git_stats/stats_view/charts/chart.rb".freeze, "lib/git_stats/stats_view/charts/charts.rb".freeze, "lib/git_stats/stats_view/charts/repo_charts.rb".freeze, "lib/git_stats/stats_view/template.rb".freeze, "lib/git_stats/stats_view/view.rb".freeze, "lib/git_stats/stats_view/view_data.rb".freeze, "lib/git_stats/validator.rb".freeze, "lib/git_stats/version.rb".freeze, "spec/by_field_finder_spec.rb".freeze, "spec/factories.rb".freeze, "spec/git_data/activity_spec.rb".freeze, "spec/git_data/author_spec.rb".freeze, "spec/git_data/blob_spec.rb".freeze, "spec/git_data/command_observer_spec.rb".freeze, "spec/git_data/commit_range_spec.rb".freeze, "spec/git_data/commit_spec.rb".freeze, "spec/git_data/generator_spec.rb".freeze, "spec/git_data/repo_spec.rb".freeze, "spec/git_data/short_stat_spec.rb".freeze, "spec/hash_extension_spec.rb".freeze, "spec/integration/activity_spec.rb".freeze, "spec/integration/author_spec.rb".freeze, "spec/integration/file_spec.rb".freeze, "spec/integration/repo_spec.rb".freeze, "spec/integration/shared.rb".freeze, "spec/spec_helper.rb".freeze, "templates/activity/_activity.haml".freeze, "templates/activity/by_date.haml".freeze, "templates/activity/day_of_week.haml".freeze, "templates/activity/hour_of_day.haml".freeze, "templates/activity/hour_of_week.haml".freeze, "templates/activity/month_of_year.haml".freeze, "templates/activity/year.haml".freeze, "templates/activity/year_month.haml".freeze, "templates/assets/bootstrap/css/bootstrap-responsive.css".freeze, "templates/assets/bootstrap/css/bootstrap-responsive.min.css".freeze, "templates/assets/bootstrap/css/bootstrap.css".freeze, "templates/assets/bootstrap/css/bootstrap.min.css".freeze, "templates/assets/bootstrap/img/glyphicons-halflings-white.png".freeze, "templates/assets/bootstrap/img/glyphicons-halflings.png".freeze, "templates/assets/bootstrap/js/bootstrap.js".freeze, "templates/assets/bootstrap/js/bootstrap.min.js".freeze, "templates/assets/highstock.js".freeze, "templates/assets/jquery.min.js".freeze, "templates/author_details/_author_details.haml".freeze, "templates/author_details/changed_lines_by_date.haml".freeze, "templates/author_details/commits_by_date.haml".freeze, "templates/author_details/deletions_by_date.haml".freeze, "templates/author_details/insertions_by_date.haml".freeze, "templates/authors/_authors.haml".freeze, "templates/authors/best_authors.haml".freeze, "templates/authors/changed_lines_by_author_by_date.haml".freeze, "templates/authors/commits_sum_by_author_by_date.haml".freeze, "templates/authors/deletions_by_author_by_date.haml".freeze, "templates/authors/insertions_by_author_by_date.haml".freeze, "templates/files/_files.haml".freeze, "templates/files/by_date.haml".freeze, "templates/files/by_extension.haml".freeze, "templates/general.haml".freeze, "templates/layout.haml".freeze, "templates/lines/_lines.haml".freeze, "templates/lines/by_date.haml".freeze, "templates/lines/by_extension.haml".freeze, "templates/static/index.html".freeze] s.homepage = "https://github.com/tomgi/git_stats".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "HTML statistics generator from git repository".freeze s.test_files = ["spec/by_field_finder_spec.rb".freeze, "spec/factories.rb".freeze, "spec/git_data/activity_spec.rb".freeze, "spec/git_data/author_spec.rb".freeze, "spec/git_data/blob_spec.rb".freeze, "spec/git_data/command_observer_spec.rb".freeze, "spec/git_data/commit_range_spec.rb".freeze, "spec/git_data/commit_spec.rb".freeze, "spec/git_data/generator_spec.rb".freeze, "spec/git_data/repo_spec.rb".freeze, "spec/git_data/short_stat_spec.rb".freeze, "spec/hash_extension_spec.rb".freeze, "spec/integration/activity_spec.rb".freeze, "spec/integration/author_spec.rb".freeze, "spec/integration/file_spec.rb".freeze, "spec/integration/repo_spec.rb".freeze, "spec/integration/shared.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 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_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end