# -*- encoding: utf-8 -*- # stub: contributors_stats 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "contributors_stats".freeze s.version = "1.0.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 = ["Michal Papis".freeze] s.date = "2013-05-16" s.email = "mpapis@gmail.com".freeze s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "contributors_stats.gemspec".freeze, "lib/contributors_stats.rb".freeze, "lib/contributors_stats/base.rb".freeze, "lib/contributors_stats/calculator.rb".freeze, "lib/contributors_stats/formatter.rb".freeze, "lib/contributors_stats/json_helper.rb".freeze, "lib/contributors_stats/reader.rb".freeze, "lib/contributors_stats/version.rb".freeze, "lib/example_data.rb".freeze, "lib/plugins/contributors_stats/formatter/html.rb".freeze, "lib/plugins/contributors_stats/reader/gh_org.rb".freeze, "lib/plugins/contributors_stats/reader/gh_repo.rb".freeze, "lib/plugins/contributors_stats/updater/html.rb".freeze, "lib/plugins/contributors_stats/user_data/fetch.rb".freeze, "lib/plugins/contributors_stats/user_data/simple.rb".freeze, "test/contributors_stats/base_test.rb".freeze, "test/contributors_stats/calculator_test.rb".freeze, "test/contributors_stats/formatter_test.rb".freeze, "test/contributors_stats/json_helper_test.rb".freeze, "test/contributors_stats/reader_test.rb".freeze, "test/contributors_stats_test.rb".freeze, "test/fixtures-gh/orgs/railsinstaller/repos.json".freeze, "test/fixtures-gh/repos/mpapis/rubygems-bundler/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/railsinstaller-nix/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/railsinstaller-windows/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/website/contributors.json".freeze, "test/fixtures-gh/repos/rvm/pluginator/contributors.json".freeze, "test/fixtures-gh/users/acco.json".freeze, "test/fixtures-gh/users/alexch.json".freeze, "test/fixtures-gh/users/biow0lf.json".freeze, "test/fixtures-gh/users/drnic.json".freeze, "test/fixtures-gh/users/ebertech.json".freeze, "test/fixtures-gh/users/edwardchiu38.json".freeze, "test/fixtures-gh/users/emachnic.json".freeze, "test/fixtures-gh/users/envygeeks.json".freeze, "test/fixtures-gh/users/gpxl.json".freeze, "test/fixtures-gh/users/jc00ke.json".freeze, "test/fixtures-gh/users/joshbuddy.json".freeze, "test/fixtures-gh/users/luigidr.json".freeze, "test/fixtures-gh/users/luislavena.json".freeze, "test/fixtures-gh/users/metaskills.json".freeze, "test/fixtures-gh/users/mpapis.json".freeze, "test/fixtures-gh/users/parndt.json".freeze, "test/fixtures-gh/users/pw.json".freeze, "test/fixtures-gh/users/tjouan.json".freeze, "test/fixtures-gh/users/veganstraightedge.json".freeze, "test/fixtures-gh/users/wayneeseguin.json".freeze, "test/fixtures-gh/users/whitequark.json".freeze, "test/plugins/formatter/html_test.rb".freeze, "test/plugins/reader/gh_org_test.rb".freeze, "test/plugins/reader/gh_repo_test.rb".freeze, "test/plugins/updater/html_test.rb".freeze, "test/plugins/user_data/fetch_test.rb".freeze, "test/plugins/user_data/simple_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/mpapis/contributors_stats".freeze s.licenses = ["Apache".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Calculate statics for multiple project contributoions.".freeze s.test_files = ["test/contributors_stats/base_test.rb".freeze, "test/contributors_stats/calculator_test.rb".freeze, "test/contributors_stats/formatter_test.rb".freeze, "test/contributors_stats/json_helper_test.rb".freeze, "test/contributors_stats/reader_test.rb".freeze, "test/contributors_stats_test.rb".freeze, "test/fixtures-gh/orgs/railsinstaller/repos.json".freeze, "test/fixtures-gh/repos/mpapis/rubygems-bundler/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/railsinstaller-nix/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/railsinstaller-windows/contributors.json".freeze, "test/fixtures-gh/repos/railsinstaller/website/contributors.json".freeze, "test/fixtures-gh/repos/rvm/pluginator/contributors.json".freeze, "test/fixtures-gh/users/acco.json".freeze, "test/fixtures-gh/users/alexch.json".freeze, "test/fixtures-gh/users/biow0lf.json".freeze, "test/fixtures-gh/users/drnic.json".freeze, "test/fixtures-gh/users/ebertech.json".freeze, "test/fixtures-gh/users/edwardchiu38.json".freeze, "test/fixtures-gh/users/emachnic.json".freeze, "test/fixtures-gh/users/envygeeks.json".freeze, "test/fixtures-gh/users/gpxl.json".freeze, "test/fixtures-gh/users/jc00ke.json".freeze, "test/fixtures-gh/users/joshbuddy.json".freeze, "test/fixtures-gh/users/luigidr.json".freeze, "test/fixtures-gh/users/luislavena.json".freeze, "test/fixtures-gh/users/metaskills.json".freeze, "test/fixtures-gh/users/mpapis.json".freeze, "test/fixtures-gh/users/parndt.json".freeze, "test/fixtures-gh/users/pw.json".freeze, "test/fixtures-gh/users/tjouan.json".freeze, "test/fixtures-gh/users/veganstraightedge.json".freeze, "test/fixtures-gh/users/wayneeseguin.json".freeze, "test/fixtures-gh/users/whitequark.json".freeze, "test/plugins/formatter/html_test.rb".freeze, "test/plugins/reader/gh_org_test.rb".freeze, "test/plugins/reader/gh_repo_test.rb".freeze, "test/plugins/updater/html_test.rb".freeze, "test/plugins/user_data/fetch_test.rb".freeze, "test/plugins/user_data/simple_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<pluginator>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<redcarpet>.freeze, [">= 0".freeze]) end