webdestroya/sourcemod-translator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  remote: http://insecure.rails-assets.org/
  specs:
    actionmailer (3.2.19)
      actionpack (= 3.2.19)
      mail (~> 2.5.4)
    actionpack (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.19)
      activesupport (= 3.2.19)
      builder (~> 3.0.0)
    activerecord (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
    activesupport (3.2.19)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    ansi (1.4.3)
    arel (3.0.3)
    asset_sync (0.5.3)
      activemodel
      fog
    better_errors (0.3.2)
      coderay (>= 1.0.0)
      erubis (>= 2.7.0)
    binding_of_caller (0.6.8)
    builder (3.0.4)
    bzip2-ruby (0.2.7)
    cancan (1.6.8)
    capybara (1.1.2)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
    childprocess (0.3.6)
      ffi (~> 1.0, >= 1.0.6)
    coderay (1.0.8)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.4.0)
    diff-lcs (1.1.3)
    dotenv (0.11.1)
      dotenv-deployment (~> 0.0.2)
    dotenv-deployment (0.0.2)
    dotenv-rails (0.11.1)
      dotenv (= 0.11.1)
    erubis (2.7.0)
    excon (0.16.10)
    execjs (1.4.0)
      multi_json (~> 1.0)
    factory_girl (4.2.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.2.1)
      factory_girl (~> 4.2.0)
      railties (>= 3.0.0)
    faraday (0.8.4)
      multipart-post (~> 1.1)
    ffi (1.3.1)
    fog (1.8.0)
      builder
      excon (~> 0.14)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0)
      net-scp (~> 1.0.4)
      net-ssh (>= 2.1.3)
      nokogiri (~> 1.5.0)
      ruby-hmac
    font-awesome-rails (3.0.2.0)
      railties (>= 3.1)
    foreman (0.61.0)
      thor (>= 0.13.6)
    formatador (0.2.4)
    git (1.2.5)
    gli (2.5.5)
    graphael-rails (0.1.4)
      jeweler
    guard (1.6.1)
      listen (>= 0.6.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      thor (>= 0.14.6)
    guard-rspec (1.2.1)
      guard (>= 1.1)
    hashie (1.2.0)
    hike (1.2.3)
    httpauth (0.2.0)
    i18n (0.6.11)
    jeweler (1.8.4)
      bundler (~> 1.0)
      git (>= 1.2.5)
      rake
      rdoc
    journey (1.0.4)
    jquery-fileupload-rails (0.4.0)
      actionpack (>= 3.1)
      railties (>= 3.1)
    jquery-rails (2.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.1)
    jwt (0.1.5)
      multi_json (>= 1.0)
    kaminari (0.14.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.7.4)
    listen (0.7.2)
    localeapp (0.6.9)
      gli
      i18n
      json
      rest-client
      ya2yaml
    lumberjack (1.0.2)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.25.1)
    multi_json (1.5.1)
    multi_xml (0.5.2)
    multipart-post (1.1.5)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-ssh (2.6.3)
    nokogiri (1.5.6)
    oauth2 (0.8.0)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    omniauth (1.1.1)
      hashie (~> 1.2)
      rack
    omniauth-allied_modders (0.0.1)
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    omniauth-openid (1.0.1)
      omniauth (~> 1.0)
      rack-openid (~> 1.3.1)
    omniauth-steam (1.0.0)
      multi_json
      omniauth-openid
    pg (0.14.1)
    polyglot (0.3.5)
    pry (0.9.10)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.3.1)
    psych (1.3.4)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-openid (1.3.1)
      rack (>= 1.1.0)
      ruby-openid (>= 2.1.8)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.19)
      actionmailer (= 3.2.19)
      actionpack (= 3.2.19)
      activerecord (= 3.2.19)
      activeresource (= 3.2.19)
      activesupport (= 3.2.19)
      bundler (~> 1.0)
      railties (= 3.2.19)
    rails-assets-jquery (2.1.4)
    rails-assets-morrisjs (0.4.1)
      rails-assets-jquery (>= 1.7.2)
      rails-assets-raphael (>= 2.0)
    rails-assets-raphael (2.1.4)
    railties (3.2.19)
      actionpack (= 3.2.19)
      activesupport (= 3.2.19)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    raindrops (0.10.0)
    rake (10.3.2)
    raphaeljs-rails (1.0.1)
    rdoc (3.12.2)
      json (~> 1.4)
    redis (3.0.2)
    redis-actionpack (3.2.3)
      actionpack (~> 3.2.3)
      redis-rack (~> 1.4.0)
      redis-store (~> 1.1.0)
    redis-activesupport (3.2.3)
      activesupport (~> 3.2.3)
      redis-store (~> 1.1.0)
    redis-rack (1.4.2)
      rack (~> 1.4.1)
      redis-store (~> 1.1.0)
    redis-rails (3.2.3)
      redis-actionpack (~> 3.2.3)
      redis-activesupport (~> 3.2.3)
      redis-store (~> 1.1.0)
    redis-store (1.1.3)
      redis (>= 2.2.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rollbar (2.2.1)
    rspec (2.8.0)
      rspec-core (~> 2.8.0)
      rspec-expectations (~> 2.8.0)
      rspec-mocks (~> 2.8.0)
    rspec-core (2.8.0)
    rspec-expectations (2.8.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.8.0)
    rspec-rails (2.8.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.8.0)
    ruby-hmac (0.4.0)
    ruby-openid (2.2.2)
    rubyzip (0.9.9)
    sass (3.2.5)
    sass-rails (3.2.5)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    select2-rails (3.2.1)
      thor (~> 0.14)
    selenium-webdriver (2.20.0)
      childprocess (>= 0.2.5)
      ffi (~> 1.0)
      multi_json (~> 1.0)
      rubyzip
    simple_form (2.0.4)
      actionpack (~> 3.0)
      activemodel (~> 3.0)
    skylight (0.8.0)
      activesupport (>= 3.0.0)
    slop (3.3.3)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    steam-condenser (1.3.0)
      bzip2-ruby (~> 0.2.7)
      multi_json (~> 1.5.0)
      multi_xml (~> 0.5.1)
    strong_parameters (0.1.6)
      actionpack (~> 3.0)
      activemodel (~> 3.0)
      railties (~> 3.0)
    thor (0.19.1)
    tilt (1.4.1)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    turn (0.8.2)
      ansi (>= 1.2.2)
    tzinfo (0.3.41)
    uglifier (1.3.0)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    unicorn (4.5.0)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    xpath (0.1.4)
      nokogiri (~> 1.3)
    ya2yaml (0.31)

PLATFORMS
  ruby

DEPENDENCIES
  asset_sync
  better_errors
  binding_of_caller
  cancan
  capybara (= 1.1.2)
  coffee-rails (~> 3.2.1)
  dotenv-rails (~> 0.11)
  factory_girl
  factory_girl_rails
  font-awesome-rails
  foreman
  graphael-rails
  guard-rspec
  jquery-fileupload-rails
  jquery-rails
  json (>= 1.7.7)
  kaminari
  localeapp
  omniauth
  omniauth-allied_modders
  omniauth-openid
  omniauth-steam
  pg
  psych
  rack (~> 1.4.5)
  rails (~> 3.2.19)
  rails-assets-morrisjs (= 0.4.1)!
  raphaeljs-rails
  redis
  redis-rails
  rollbar (~> 2.2.1)
  rspec (= 2.8.0)
  rspec-rails
  rubyzip
  sass-rails (~> 3.2.3)
  select2-rails
  selenium-webdriver (= 2.20.0)
  simple_form
  skylight
  steam-condenser
  strong_parameters
  turn (= 0.8.2)
  uglifier (>= 1.0.3)
  unicorn

RUBY VERSION
   ruby 1.9.3p551

BUNDLED WITH
   1.17.0