rstgroup/active_i18n

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/rweng/pry-rails.git
  revision: 231ce3f17fbd46059f8652aa9c8bbea38fa41515
  specs:
    pry-rails (0.3.2)
      pry (>= 0.9.10)

PATH
  remote: .
  specs:
    active_i18n (0.0.1)
      activeadmin (~> 0.6.3)
      haml-rails
      rails (~> 3.2.13)
      redis

GEM
  remote: http://rubygems.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)
    active_skin (0.0.5)
    activeadmin (0.6.3)
      arbre (~> 1.0)
      bourbon (>= 1.0.0, < 4)
      devise (>= 1.5.4, < 4, != 2.2.2, != 2.2.1, != 2.2.0, != 2.1.2, != 2.1.1, != 2.1.0, != 2.0.4, != 2.0.3, != 2.0.2, != 2.0.1, != 2.0.0)
      formtastic (~> 2.0)
      inherited_resources (~> 1.3)
      jquery-rails (>= 1.0.0, < 3)
      kaminari (~> 0.13, != 0.15.0)
      meta_search (~> 1.0)
      rails (>= 3.0.0, < 4)
      sass (~> 3.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)
    arbre (1.0.1)
      activesupport (>= 3.0.0)
    arel (3.0.3)
    bcrypt (3.1.7)
    bourbon (3.2.3)
      sass (~> 3.2)
      thor
    builder (3.0.4)
    capybara (2.2.1)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    coderay (1.1.0)
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.3.0)
      coffee-script-source
      execjs
    coffee-script-source (1.7.1)
    devise (3.2.4)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    diff-lcs (1.2.5)
    erubis (2.7.0)
    execjs (2.2.1)
    factory_girl (4.3.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
      railties (>= 3.0.0)
    formtastic (2.2.1)
      actionpack (>= 3.0)
    haml (4.0.5)
      tilt
    haml-rails (0.4)
      actionpack (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
      haml (>= 3.1, < 4.1)
      railties (>= 3.1, < 4.1)
    has_scope (0.6.0.rc)
      actionpack (>= 3.2, < 5)
      activesupport (>= 3.2, < 5)
    hike (1.2.3)
    i18n (0.6.11)
    inherited_resources (1.5.0)
      has_scope (~> 0.6.0.rc)
      responders (~> 1.0)
    journey (1.0.4)
    jquery-rails (2.3.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (4.1.1)
      railties (>= 3.1.0)
    json (1.8.1)
    kaminari (0.16.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    meta_search (1.1.3)
      actionpack (~> 3.1)
      activerecord (~> 3.1)
      activesupport (~> 3.1)
      polyamorous (~> 0.5.0)
    method_source (0.8.2)
    mime-types (1.25.1)
    mini_portile (0.6.0)
    multi_json (1.10.1)
    nokogiri (1.6.2.1)
      mini_portile (= 0.6.0)
    orm_adapter (0.5.0)
    polyamorous (0.5.0)
      activerecord (~> 3.0)
    polyglot (0.3.5)
    pry (0.10.0)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    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)
    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)
    rake (10.3.2)
    rdoc (3.12.2)
      json (~> 1.4)
    redis (3.0.7)
    responders (1.1.0)
      railties (>= 3.2, < 5)
    rspec-core (2.14.8)
    rspec-expectations (2.14.5)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.6)
    rspec-rails (2.14.2)
      actionpack (>= 3.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    sass (3.3.14)
    sass-rails (3.2.6)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    slop (3.6.0)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.9)
    thor (0.19.1)
    thread_safe (0.3.4)
    tilt (1.4.1)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.41)
    warden (1.2.3)
      rack (>= 1.0)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  active_i18n!
  active_skin
  activeadmin
  capybara
  coffee-rails (~> 3.2.1)
  factory_girl_rails
  haml-rails
  jquery-rails
  jquery-ui-rails (~> 4.1.1)
  pry-rails!
  rake
  redis
  rspec-rails
  sass-rails
  sqlite3