--- !ruby/object:Gem::Specification name: git_stats version: !ruby/object:Gem::Version version: 1.0.10 platform: ruby authors: - Tomasz Gieniusz autorequire: bindir: bin cert_chain: [] date: 2013-11-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: actionpack requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: tilt requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: lazy_high_charts requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: i18n requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Git history statistics generator email: - tomasz.gieniusz@gmail.com executables: - git_stats extensions: [] extra_rdoc_files: [] files: - .gitignore - .gitmodules - .rspec - Gemfile - LICENSE.txt - README.md - Rakefile - bin/git_stats - config/locales/de.yml - config/locales/de_default.yml - config/locales/en.yml - config/locales/pl.yml - config/locales/pl_default.yml - git_stats.gemspec - lib/git_stats.rb - lib/git_stats/base.rb - lib/git_stats/by_field_finder.rb - lib/git_stats/cli.rb - lib/git_stats/core_extensions/hash.rb - lib/git_stats/core_extensions/string.rb - lib/git_stats/core_extensions/symbol.rb - lib/git_stats/generator.rb - lib/git_stats/git_data/activity.rb - lib/git_stats/git_data/author.rb - lib/git_stats/git_data/blob.rb - lib/git_stats/git_data/command_parser.rb - lib/git_stats/git_data/command_runner.rb - lib/git_stats/git_data/commit.rb - lib/git_stats/git_data/repo.rb - lib/git_stats/git_data/short_stat.rb - lib/git_stats/hash_initializable.rb - lib/git_stats/i18n.rb - lib/git_stats/stats_view/charts/activity_charts.rb - lib/git_stats/stats_view/charts/authors_charts.rb - lib/git_stats/stats_view/charts/chart.rb - lib/git_stats/stats_view/charts/charts.rb - lib/git_stats/stats_view/charts/repo_charts.rb - lib/git_stats/stats_view/template.rb - lib/git_stats/stats_view/view.rb - lib/git_stats/stats_view/view_data.rb - lib/git_stats/validator.rb - lib/git_stats/version.rb - spec/by_field_finder_spec.rb - spec/factories.rb - spec/git_data/activity_spec.rb - spec/git_data/author_spec.rb - spec/git_data/blob_spec.rb - spec/git_data/command_observer_spec.rb - spec/git_data/commit_range_spec.rb - spec/git_data/commit_spec.rb - spec/git_data/generator_spec.rb - spec/git_data/repo_spec.rb - spec/git_data/short_stat_spec.rb - spec/hash_extension_spec.rb - spec/integration/activity_spec.rb - spec/integration/author_spec.rb - spec/integration/file_spec.rb - spec/integration/repo_spec.rb - spec/integration/shared.rb - spec/spec_helper.rb - templates/activity/_activity.haml - templates/activity/by_date.haml - templates/activity/day_of_week.haml - templates/activity/hour_of_day.haml - templates/activity/hour_of_week.haml - templates/activity/month_of_year.haml - templates/activity/year.haml - templates/activity/year_month.haml - templates/assets/bootstrap/css/bootstrap-responsive.css - templates/assets/bootstrap/css/bootstrap-responsive.min.css - templates/assets/bootstrap/css/bootstrap.css - templates/assets/bootstrap/css/bootstrap.min.css - templates/assets/bootstrap/img/glyphicons-halflings-white.png - templates/assets/bootstrap/img/glyphicons-halflings.png - templates/assets/bootstrap/js/bootstrap.js - templates/assets/bootstrap/js/bootstrap.min.js - templates/assets/highstock.js - templates/assets/jquery.min.js - templates/author_details/_author_details.haml - templates/author_details/changed_lines_by_date.haml - templates/author_details/commits_by_date.haml - templates/author_details/deletions_by_date.haml - templates/author_details/insertions_by_date.haml - templates/authors/_authors.haml - templates/authors/best_authors.haml - templates/authors/changed_lines_by_author_by_date.haml - templates/authors/commits_sum_by_author_by_date.haml - templates/authors/deletions_by_author_by_date.haml - templates/authors/insertions_by_author_by_date.haml - templates/files/_files.haml - templates/files/by_date.haml - templates/files/by_extension.haml - templates/general.haml - templates/layout.haml - templates/lines/_lines.haml - templates/lines/by_date.haml - templates/lines/by_extension.haml - templates/static/index.html homepage: https://github.com/tomgi/git_stats licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.10 signing_key: specification_version: 4 summary: HTML statistics generator from git repository test_files: - spec/by_field_finder_spec.rb - spec/factories.rb - spec/git_data/activity_spec.rb - spec/git_data/author_spec.rb - spec/git_data/blob_spec.rb - spec/git_data/command_observer_spec.rb - spec/git_data/commit_range_spec.rb - spec/git_data/commit_spec.rb - spec/git_data/generator_spec.rb - spec/git_data/repo_spec.rb - spec/git_data/short_stat_spec.rb - spec/hash_extension_spec.rb - spec/integration/activity_spec.rb - spec/integration/author_spec.rb - spec/integration/file_spec.rb - spec/integration/repo_spec.rb - spec/integration/shared.rb - spec/spec_helper.rb