# -*- encoding: utf-8 -*- # stub: git_wit 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "git_wit".freeze s.version = "0.0.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 = ["Greg Thornton".freeze] s.date = "2013-02-21" s.description = "Dead simple Git hosting for Rails apps.".freeze s.email = ["xdissent@me.com".freeze] s.executables = ["gw-shell".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/git_wit/application_controller.rb".freeze, "app/controllers/git_wit/git_controller.rb".freeze, "bin/gw-shell".freeze, "config/initializers/git_wit.rb".freeze, "config/routes.rb".freeze, "lib/generators/git_wit/install/USAGE".freeze, "lib/generators/git_wit/install/install_generator.rb".freeze, "lib/generators/git_wit/templates/README".freeze, "lib/generators/git_wit/templates/git_wit.rb".freeze, "lib/git_wit.rb".freeze, "lib/git_wit/auth.rb".freeze, "lib/git_wit/authorized_keys.rb".freeze, "lib/git_wit/engine.rb".freeze, "lib/git_wit/errors.rb".freeze, "lib/git_wit/shell.rb".freeze, "lib/git_wit/version.rb".freeze, "lib/tasks/git_wit_shell.rake".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.js".freeze, "test/dummy/app/assets/javascripts/public_keys.js".freeze, "test/dummy/app/assets/javascripts/repositories.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap_and_overrides.css".freeze, "test/dummy/app/assets/stylesheets/public_keys.css".freeze, "test/dummy/app/assets/stylesheets/repositories.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/public_keys_controller.rb".freeze, "test/dummy/app/controllers/repositories_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/public_keys_helper.rb".freeze, "test/dummy/app/helpers/repositories_helper.rb".freeze, "test/dummy/app/models/ability.rb".freeze, "test/dummy/app/models/public_key.rb".freeze, "test/dummy/app/models/repository.rb".freeze, "test/dummy/app/models/role.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/devise/confirmations/new.html.erb".freeze, "test/dummy/app/views/devise/mailer/confirmation_instructions.html.erb".freeze, "test/dummy/app/views/devise/mailer/reset_password_instructions.html.erb".freeze, "test/dummy/app/views/devise/mailer/unlock_instructions.html.erb".freeze, "test/dummy/app/views/devise/passwords/edit.html.erb".freeze, "test/dummy/app/views/devise/passwords/new.html.erb".freeze, "test/dummy/app/views/devise/registrations/edit.html.erb".freeze, "test/dummy/app/views/devise/registrations/new.html.erb".freeze, "test/dummy/app/views/devise/sessions/new.html.erb".freeze, "test/dummy/app/views/devise/shared/_links.erb".freeze, "test/dummy/app/views/devise/unlocks/new.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/public_keys/_form.html.erb".freeze, "test/dummy/app/views/public_keys/index.html.erb".freeze, "test/dummy/app/views/public_keys/new.html.erb".freeze, "test/dummy/app/views/public_keys/show.html.erb".freeze, "test/dummy/app/views/repositories/_form.html.erb".freeze, "test/dummy/app/views/repositories/edit.html.erb".freeze, "test/dummy/app/views/repositories/index.html.erb".freeze, "test/dummy/app/views/repositories/new.html.erb".freeze, "test/dummy/app/views/repositories/show.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/devise.rb".freeze, "test/dummy/config/initializers/git_wit.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/rolify.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/devise.en.yml".freeze, "test/dummy/config/locales/en.bootstrap.yml".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20130217110616_devise_create_users.rb".freeze, "test/dummy/db/migrate/20130217111055_create_repositories.rb".freeze, "test/dummy/db/migrate/20130217114405_rolify_create_roles.rb".freeze, "test/dummy/db/migrate/20130217191808_add_username_to_users.rb".freeze, "test/dummy/db/migrate/20130217221157_create_public_keys.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/public_keys.yml".freeze, "test/dummy/test/fixtures/repositories.yml".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/functional/public_keys_controller_test.rb".freeze, "test/dummy/test/functional/repositories_controller_test.rb".freeze, "test/dummy/test/unit/helpers/public_keys_helper_test.rb".freeze, "test/dummy/test/unit/helpers/repositories_helper_test.rb".freeze, "test/dummy/test/unit/public_key_test.rb".freeze, "test/dummy/test/unit/repository_test.rb".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/dummy/tmp/cache/assets/C7E/BC0/sprockets%2Fb7118f368364962573a44054bcfb80d0".freeze, "test/dummy/tmp/cache/assets/C80/840/sprockets%2F562c2d168da585f80579347d10790a0a".freeze, "test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/C9C/700/sprockets%2Fc7b1373dbf219a8722efc21160641340".freeze, "test/dummy/tmp/cache/assets/C9E/5F0/sprockets%2F2bca2b107bb6c26b720d135270688918".freeze, "test/dummy/tmp/cache/assets/CA9/9C0/sprockets%2F0c1b7ebd087418498ea6037225d33d25".freeze, "test/dummy/tmp/cache/assets/CC8/B00/sprockets%2F9815364bfd49ed907870e270d75a995a".freeze, "test/dummy/tmp/cache/assets/CD1/800/sprockets%2Fc044b140dcef533c52712c7b51e21996".freeze, "test/dummy/tmp/cache/assets/CD5/2C0/sprockets%2F166c056119ebdfb8b7104c97b424b423".freeze, "test/dummy/tmp/cache/assets/CD7/380/sprockets%2F4079ce1dbbcf4a599527303670006b6b".freeze, "test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/CE0/CC0/sprockets%2F2b38c3fb549036de5c4666637a0c80c6".freeze, "test/dummy/tmp/cache/assets/CEC/B70/sprockets%2F7f98753ca8c35e4249363a04389b3caf".freeze, "test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/CF9/980/sprockets%2Fbd55042e1acd32eb611041444d794d4d".freeze, "test/dummy/tmp/cache/assets/CFD/560/sprockets%2Fe4e7fe4ee089382325686f806b939d3e".freeze, "test/dummy/tmp/cache/assets/D00/B90/sprockets%2F07c00c80f1ea62d95a01f11f9c728b72".freeze, "test/dummy/tmp/cache/assets/D0D/9A0/sprockets%2F1fce44192cdb30f44b7545a37c9891b2".freeze, "test/dummy/tmp/cache/assets/D0F/390/sprockets%2F9df081609c3449ab40c93b1cf07de357".freeze, "test/dummy/tmp/cache/assets/D25/A60/sprockets%2F0e036061ad22b2e6dce1639b234cf15c".freeze, "test/dummy/tmp/cache/assets/D27/DB0/sprockets%2Fa3a0a778855bce9fa47913d389ea9884".freeze, "test/dummy/tmp/cache/assets/D29/5A0/sprockets%2Fdad9e81b43ca12671246ee52a1900d0c".freeze, "test/dummy/tmp/cache/assets/D2E/FF0/sprockets%2Fc06112642c994b6b7c2ba6632fad1fd0".freeze, "test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/D36/120/sprockets%2Feac54bd3c540af6b964d025e345227d6".freeze, "test/dummy/tmp/cache/assets/D3E/240/sprockets%2F84b96d6b2d2653cb4127b06d8acb990d".freeze, "test/dummy/tmp/cache/assets/D3F/830/sprockets%2F18578d4ef3abd6e12d836841dd6b8a00".freeze, "test/dummy/tmp/cache/assets/D4B/E70/sprockets%2F0909bc70e589d40a6cd90dfe6f18257e".freeze, "test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/D57/3D0/sprockets%2F7bbccc5129a5013b70831ec9ad62ab24".freeze, "test/dummy/tmp/cache/assets/D5A/000/sprockets%2F7d4f67f146b6d7904dfc4edd9135f588".freeze, "test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/D5B/BB0/sprockets%2Fba769276c4de14151bc4202cba7f3ad3".freeze, "test/dummy/tmp/cache/assets/D5E/BC0/sprockets%2F2d96fa667066778db858d7b7cb0fce69".freeze, "test/dummy/tmp/cache/assets/D6E/BA0/sprockets%2F5178d3788fe35a52acb5f3bd22ea078a".freeze, "test/dummy/tmp/cache/assets/D6F/C20/sprockets%2F22e783a8f5f9224f01e8e62fab6afb40".freeze, "test/dummy/tmp/cache/assets/D76/5C0/sprockets%2Fd8a5669df31f129f355283e6dab4c5ad".freeze, "test/dummy/tmp/cache/assets/D79/DE0/sprockets%2F7cfd335e68d881b03f6b7f1bd91f270f".freeze, "test/dummy/tmp/cache/assets/D8A/CA0/sprockets%2F656af8b87ad378e8e4f2ec94b6b5c719".freeze, "test/dummy/tmp/cache/assets/D8C/620/sprockets%2Ff37f8e5b8cccd9880276a9f5157d4c7e".freeze, "test/dummy/tmp/cache/assets/D92/200/sprockets%2Fb816d858281027bdd3fe2bfac43b4ca1".freeze, "test/dummy/tmp/cache/assets/D92/CE0/sprockets%2Ffca6a13676a2be09234905f9acae22cd".freeze, "test/dummy/tmp/cache/assets/D96/9E0/sprockets%2F6fabecd33f7a5a087f4fb6a2d6312443".freeze, "test/dummy/tmp/cache/assets/DA2/D20/sprockets%2Ff5faf079fb660bde5bc9502bde442088".freeze, "test/dummy/tmp/cache/assets/DA5/570/sprockets%2F3517de599b6fd005bc5d5d69ba5ff1e2".freeze, "test/dummy/tmp/cache/assets/DA7/070/sprockets%2F69eadf8c3a94b04fe0b4992ee4a8c821".freeze, "test/dummy/tmp/cache/assets/DBA/BF0/sprockets%2Fe63ea1d7bfb0ee50380debe42360a3b5".freeze, "test/dummy/tmp/cache/assets/DBB/3B0/sprockets%2F6a0aaa6c5b0d10b936e237a7ecb4e4c9".freeze, "test/dummy/tmp/cache/assets/DBC/8E0/sprockets%2F908976cfbcdf6ad4c59737bf3c78e1e8".freeze, "test/dummy/tmp/cache/assets/DD3/FD0/sprockets%2Febf97c76a9ba2a889dd01be2caa75806".freeze, "test/dummy/tmp/cache/assets/DD8/410/sprockets%2Fc02eeb7ea977fd713cc19ca93d838af4".freeze, "test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/DEA/E40/sprockets%2F4166d7d00d1e72fed2004debed2bea3e".freeze, "test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/E05/C70/sprockets%2Fccd814ec859d582ada46e271edfe7ae1".freeze, "test/dummy/tmp/cache/assets/E0C/2A0/sprockets%2F37c59fadd9a21cab7d05d78a7dfe7e85".freeze, "test/dummy/tmp/cache/assets/E28/130/sprockets%2F6f332ca43b7ed658d90b8ba5daaa5ded".freeze, "test/dummy/tmp/cache/assets/E3B/080/sprockets%2F09e2a090befacdae0db10cafb1893a0a".freeze, "test/dummy/tmp/cache/assets/E65/CD0/sprockets%2F93cdf3fec0e3aa6deefa955c6828fbd0".freeze, "test/dummy/tmp/cache/assets/E9F/450/sprockets%2Fbbfdc5edaaf25dfdb5ee8f9db7895435".freeze, "test/dummy/tmp/git/fuck.git/HEAD".freeze, "test/dummy/tmp/git/fuck.git/config".freeze, "test/dummy/tmp/git/fuck.git/description".freeze, "test/dummy/tmp/git/fuck.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/update.sample".freeze, "test/dummy/tmp/git/fuck.git/info/exclude".freeze, "test/dummy/tmp/git/lkasdjf.git/HEAD".freeze, "test/dummy/tmp/git/lkasdjf.git/config".freeze, "test/dummy/tmp/git/lkasdjf.git/description".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/update.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/info/exclude".freeze, "test/dummy/tmp/git/new/test.git/HEAD".freeze, "test/dummy/tmp/git/new/test.git/config".freeze, "test/dummy/tmp/git/new/test.git/description".freeze, "test/dummy/tmp/git/new/test.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/update.sample".freeze, "test/dummy/tmp/git/new/test.git/info/exclude".freeze, "test/dummy/tmp/git/testing.git/HEAD".freeze, "test/dummy/tmp/git/testing.git/config".freeze, "test/dummy/tmp/git/testing.git/description".freeze, "test/dummy/tmp/git/testing.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/update.sample".freeze, "test/dummy/tmp/git/testing.git/info/exclude".freeze, "test/dummy/tmp/git/under_scored/sub.git/HEAD".freeze, "test/dummy/tmp/git/under_scored/sub.git/config".freeze, "test/dummy/tmp/git/under_scored/sub.git/description".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/update.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/info/exclude".freeze, "test/dummy/tmp/git/work/pls/thnx.git/HEAD".freeze, "test/dummy/tmp/git/work/pls/thnx.git/config".freeze, "test/dummy/tmp/git/work/pls/thnx.git/description".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/update.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/info/exclude".freeze, "test/dummy/tmp/restart.txt".freeze, "test/functional/git_wit/git_controller_test.rb".freeze, "test/git_wit_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/auth_test.rb".freeze, "test/unit/authorized_keys_test.rb".freeze, "test/unit/config_test.rb".freeze, "test/unit/shell_test.rb".freeze] s.homepage = "http://xdissent.github.com/git_wit/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Dead simple Git hosting for Rails apps.".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.js".freeze, "test/dummy/app/assets/javascripts/public_keys.js".freeze, "test/dummy/app/assets/javascripts/repositories.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap_and_overrides.css".freeze, "test/dummy/app/assets/stylesheets/public_keys.css".freeze, "test/dummy/app/assets/stylesheets/repositories.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/public_keys_controller.rb".freeze, "test/dummy/app/controllers/repositories_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/public_keys_helper.rb".freeze, "test/dummy/app/helpers/repositories_helper.rb".freeze, "test/dummy/app/models/ability.rb".freeze, "test/dummy/app/models/public_key.rb".freeze, "test/dummy/app/models/repository.rb".freeze, "test/dummy/app/models/role.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/devise/confirmations/new.html.erb".freeze, "test/dummy/app/views/devise/mailer/confirmation_instructions.html.erb".freeze, "test/dummy/app/views/devise/mailer/reset_password_instructions.html.erb".freeze, "test/dummy/app/views/devise/mailer/unlock_instructions.html.erb".freeze, "test/dummy/app/views/devise/passwords/edit.html.erb".freeze, "test/dummy/app/views/devise/passwords/new.html.erb".freeze, "test/dummy/app/views/devise/registrations/edit.html.erb".freeze, "test/dummy/app/views/devise/registrations/new.html.erb".freeze, "test/dummy/app/views/devise/sessions/new.html.erb".freeze, "test/dummy/app/views/devise/shared/_links.erb".freeze, "test/dummy/app/views/devise/unlocks/new.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/public_keys/_form.html.erb".freeze, "test/dummy/app/views/public_keys/index.html.erb".freeze, "test/dummy/app/views/public_keys/new.html.erb".freeze, "test/dummy/app/views/public_keys/show.html.erb".freeze, "test/dummy/app/views/repositories/_form.html.erb".freeze, "test/dummy/app/views/repositories/edit.html.erb".freeze, "test/dummy/app/views/repositories/index.html.erb".freeze, "test/dummy/app/views/repositories/new.html.erb".freeze, "test/dummy/app/views/repositories/show.html.erb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/devise.rb".freeze, "test/dummy/config/initializers/git_wit.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/rolify.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/devise.en.yml".freeze, "test/dummy/config/locales/en.bootstrap.yml".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20130217110616_devise_create_users.rb".freeze, "test/dummy/db/migrate/20130217111055_create_repositories.rb".freeze, "test/dummy/db/migrate/20130217114405_rolify_create_roles.rb".freeze, "test/dummy/db/migrate/20130217191808_add_username_to_users.rb".freeze, "test/dummy/db/migrate/20130217221157_create_public_keys.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/public_keys.yml".freeze, "test/dummy/test/fixtures/repositories.yml".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/functional/public_keys_controller_test.rb".freeze, "test/dummy/test/functional/repositories_controller_test.rb".freeze, "test/dummy/test/unit/helpers/public_keys_helper_test.rb".freeze, "test/dummy/test/unit/helpers/repositories_helper_test.rb".freeze, "test/dummy/test/unit/public_key_test.rb".freeze, "test/dummy/test/unit/repository_test.rb".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/dummy/tmp/cache/assets/C7E/BC0/sprockets%2Fb7118f368364962573a44054bcfb80d0".freeze, "test/dummy/tmp/cache/assets/C80/840/sprockets%2F562c2d168da585f80579347d10790a0a".freeze, "test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/C9C/700/sprockets%2Fc7b1373dbf219a8722efc21160641340".freeze, "test/dummy/tmp/cache/assets/C9E/5F0/sprockets%2F2bca2b107bb6c26b720d135270688918".freeze, "test/dummy/tmp/cache/assets/CA9/9C0/sprockets%2F0c1b7ebd087418498ea6037225d33d25".freeze, "test/dummy/tmp/cache/assets/CC8/B00/sprockets%2F9815364bfd49ed907870e270d75a995a".freeze, "test/dummy/tmp/cache/assets/CD1/800/sprockets%2Fc044b140dcef533c52712c7b51e21996".freeze, "test/dummy/tmp/cache/assets/CD5/2C0/sprockets%2F166c056119ebdfb8b7104c97b424b423".freeze, "test/dummy/tmp/cache/assets/CD7/380/sprockets%2F4079ce1dbbcf4a599527303670006b6b".freeze, "test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/CE0/CC0/sprockets%2F2b38c3fb549036de5c4666637a0c80c6".freeze, "test/dummy/tmp/cache/assets/CEC/B70/sprockets%2F7f98753ca8c35e4249363a04389b3caf".freeze, "test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/CF9/980/sprockets%2Fbd55042e1acd32eb611041444d794d4d".freeze, "test/dummy/tmp/cache/assets/CFD/560/sprockets%2Fe4e7fe4ee089382325686f806b939d3e".freeze, "test/dummy/tmp/cache/assets/D00/B90/sprockets%2F07c00c80f1ea62d95a01f11f9c728b72".freeze, "test/dummy/tmp/cache/assets/D0D/9A0/sprockets%2F1fce44192cdb30f44b7545a37c9891b2".freeze, "test/dummy/tmp/cache/assets/D0F/390/sprockets%2F9df081609c3449ab40c93b1cf07de357".freeze, "test/dummy/tmp/cache/assets/D25/A60/sprockets%2F0e036061ad22b2e6dce1639b234cf15c".freeze, "test/dummy/tmp/cache/assets/D27/DB0/sprockets%2Fa3a0a778855bce9fa47913d389ea9884".freeze, "test/dummy/tmp/cache/assets/D29/5A0/sprockets%2Fdad9e81b43ca12671246ee52a1900d0c".freeze, "test/dummy/tmp/cache/assets/D2E/FF0/sprockets%2Fc06112642c994b6b7c2ba6632fad1fd0".freeze, "test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/D36/120/sprockets%2Feac54bd3c540af6b964d025e345227d6".freeze, "test/dummy/tmp/cache/assets/D3E/240/sprockets%2F84b96d6b2d2653cb4127b06d8acb990d".freeze, "test/dummy/tmp/cache/assets/D3F/830/sprockets%2F18578d4ef3abd6e12d836841dd6b8a00".freeze, "test/dummy/tmp/cache/assets/D4B/E70/sprockets%2F0909bc70e589d40a6cd90dfe6f18257e".freeze, "test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/D57/3D0/sprockets%2F7bbccc5129a5013b70831ec9ad62ab24".freeze, "test/dummy/tmp/cache/assets/D5A/000/sprockets%2F7d4f67f146b6d7904dfc4edd9135f588".freeze, "test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/D5B/BB0/sprockets%2Fba769276c4de14151bc4202cba7f3ad3".freeze, "test/dummy/tmp/cache/assets/D5E/BC0/sprockets%2F2d96fa667066778db858d7b7cb0fce69".freeze, "test/dummy/tmp/cache/assets/D6E/BA0/sprockets%2F5178d3788fe35a52acb5f3bd22ea078a".freeze, "test/dummy/tmp/cache/assets/D6F/C20/sprockets%2F22e783a8f5f9224f01e8e62fab6afb40".freeze, "test/dummy/tmp/cache/assets/D76/5C0/sprockets%2Fd8a5669df31f129f355283e6dab4c5ad".freeze, "test/dummy/tmp/cache/assets/D79/DE0/sprockets%2F7cfd335e68d881b03f6b7f1bd91f270f".freeze, "test/dummy/tmp/cache/assets/D8A/CA0/sprockets%2F656af8b87ad378e8e4f2ec94b6b5c719".freeze, "test/dummy/tmp/cache/assets/D8C/620/sprockets%2Ff37f8e5b8cccd9880276a9f5157d4c7e".freeze, "test/dummy/tmp/cache/assets/D92/200/sprockets%2Fb816d858281027bdd3fe2bfac43b4ca1".freeze, "test/dummy/tmp/cache/assets/D92/CE0/sprockets%2Ffca6a13676a2be09234905f9acae22cd".freeze, "test/dummy/tmp/cache/assets/D96/9E0/sprockets%2F6fabecd33f7a5a087f4fb6a2d6312443".freeze, "test/dummy/tmp/cache/assets/DA2/D20/sprockets%2Ff5faf079fb660bde5bc9502bde442088".freeze, "test/dummy/tmp/cache/assets/DA5/570/sprockets%2F3517de599b6fd005bc5d5d69ba5ff1e2".freeze, "test/dummy/tmp/cache/assets/DA7/070/sprockets%2F69eadf8c3a94b04fe0b4992ee4a8c821".freeze, "test/dummy/tmp/cache/assets/DBA/BF0/sprockets%2Fe63ea1d7bfb0ee50380debe42360a3b5".freeze, "test/dummy/tmp/cache/assets/DBB/3B0/sprockets%2F6a0aaa6c5b0d10b936e237a7ecb4e4c9".freeze, "test/dummy/tmp/cache/assets/DBC/8E0/sprockets%2F908976cfbcdf6ad4c59737bf3c78e1e8".freeze, "test/dummy/tmp/cache/assets/DD3/FD0/sprockets%2Febf97c76a9ba2a889dd01be2caa75806".freeze, "test/dummy/tmp/cache/assets/DD8/410/sprockets%2Fc02eeb7ea977fd713cc19ca93d838af4".freeze, "test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/DEA/E40/sprockets%2F4166d7d00d1e72fed2004debed2bea3e".freeze, "test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/E05/C70/sprockets%2Fccd814ec859d582ada46e271edfe7ae1".freeze, "test/dummy/tmp/cache/assets/E0C/2A0/sprockets%2F37c59fadd9a21cab7d05d78a7dfe7e85".freeze, "test/dummy/tmp/cache/assets/E28/130/sprockets%2F6f332ca43b7ed658d90b8ba5daaa5ded".freeze, "test/dummy/tmp/cache/assets/E3B/080/sprockets%2F09e2a090befacdae0db10cafb1893a0a".freeze, "test/dummy/tmp/cache/assets/E65/CD0/sprockets%2F93cdf3fec0e3aa6deefa955c6828fbd0".freeze, "test/dummy/tmp/cache/assets/E9F/450/sprockets%2Fbbfdc5edaaf25dfdb5ee8f9db7895435".freeze, "test/dummy/tmp/git/fuck.git/config".freeze, "test/dummy/tmp/git/fuck.git/description".freeze, "test/dummy/tmp/git/fuck.git/HEAD".freeze, "test/dummy/tmp/git/fuck.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/fuck.git/hooks/update.sample".freeze, "test/dummy/tmp/git/fuck.git/info/exclude".freeze, "test/dummy/tmp/git/lkasdjf.git/config".freeze, "test/dummy/tmp/git/lkasdjf.git/description".freeze, "test/dummy/tmp/git/lkasdjf.git/HEAD".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/hooks/update.sample".freeze, "test/dummy/tmp/git/lkasdjf.git/info/exclude".freeze, "test/dummy/tmp/git/new/test.git/config".freeze, "test/dummy/tmp/git/new/test.git/description".freeze, "test/dummy/tmp/git/new/test.git/HEAD".freeze, "test/dummy/tmp/git/new/test.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/new/test.git/hooks/update.sample".freeze, "test/dummy/tmp/git/new/test.git/info/exclude".freeze, "test/dummy/tmp/git/testing.git/config".freeze, "test/dummy/tmp/git/testing.git/description".freeze, "test/dummy/tmp/git/testing.git/HEAD".freeze, "test/dummy/tmp/git/testing.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/testing.git/hooks/update.sample".freeze, "test/dummy/tmp/git/testing.git/info/exclude".freeze, "test/dummy/tmp/git/under_scored/sub.git/config".freeze, "test/dummy/tmp/git/under_scored/sub.git/description".freeze, "test/dummy/tmp/git/under_scored/sub.git/HEAD".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/hooks/update.sample".freeze, "test/dummy/tmp/git/under_scored/sub.git/info/exclude".freeze, "test/dummy/tmp/git/work/pls/thnx.git/config".freeze, "test/dummy/tmp/git/work/pls/thnx.git/description".freeze, "test/dummy/tmp/git/work/pls/thnx.git/HEAD".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/applypatch-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/commit-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/post-update.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-applypatch.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-commit.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/pre-rebase.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/prepare-commit-msg.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/hooks/update.sample".freeze, "test/dummy/tmp/git/work/pls/thnx.git/info/exclude".freeze, "test/dummy/tmp/restart.txt".freeze, "test/functional/git_wit/git_controller_test.rb".freeze, "test/git_wit_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/auth_test.rb".freeze, "test/unit/authorized_keys_test.rb".freeze, "test/unit/config_test.rb".freeze, "test/unit/shell_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.1".freeze]) end