jameshuynh/formnestic

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    actionpack (3.2.18)
      activemodel (= 3.2.18)
      activesupport (= 3.2.18)
      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.18)
      activesupport (= 3.2.18)
      builder (~> 3.0.0)
    activesupport (3.2.18)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    builder (3.0.4)
    coveralls (0.7.0)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    erubis (2.7.0)
    faraday (0.17.3)
      multipart-post (>= 1.2, < 3)
    formtastic (2.2.1)
      actionpack (>= 3.0)
    git (1.6.0)
      rchardet (~> 1.8)
    github_api (0.18.2)
      addressable (~> 2.4)
      descendants_tracker (~> 0.0.4)
      faraday (~> 0.8)
      hashie (~> 3.5, >= 3.5.2)
      oauth2 (~> 1.0)
    hashie (3.6.0)
    highline (2.0.3)
    hike (1.2.3)
    i18n (0.6.9)
    jeweler (2.0.1)
      builder
      bundler (>= 1.0)
      git (>= 1.2.5)
      github_api
      highline (>= 1.6.15)
      nokogiri (>= 1.5.10)
      rake
      rdoc
    journey (1.0.4)
    json (1.8.6)
    jwt (2.2.1)
    mime-types (2.3)
    mini_portile2 (2.4.0)
    multi_json (1.14.1)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    oauth2 (1.4.4)
      faraday (>= 0.8, < 2.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    public_suffix (4.0.3)
    rack (1.4.7)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    railties (3.2.18)
      actionpack (= 3.2.18)
      activesupport (= 3.2.18)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (13.0.1)
    rchardet (1.8.0)
    rdoc (3.12.2)
      json (~> 1.4)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    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)
    rspec_tag_matchers (1.0.0)
      nokogiri (>= 1.4.0)
      rspec-rails (>= 1.2.6)
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.1)
    shoulda-matchers (2.6.1)
      activesupport (>= 3.0.0)
    simplecov (0.8.2)
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    spork (0.9.2)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.6)
    tilt (1.4.1)
    tins (1.3.0)
    tzinfo (1.2.1)
      thread_safe (~> 0.1)
    watchr (0.7)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack (>= 3.2.13)
  bundler (~> 1.0)
  coveralls
  formtastic (>= 2.2.1)
  jeweler (~> 2.0.1)
  json (>= 1.8.3)
  nokogiri (~> 1.10)
  rake
  rdoc (~> 3.4)
  rspec-rails (~> 2.14.0)
  rspec_tag_matchers (>= 1.0.0)
  shoulda
  spork
  tzinfo
  watchr

BUNDLED WITH
   1.17.2