Programatica/workbook_rails

View on GitHub
gemfiles/Gemfile-4.0.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    workbook_rails (0.1.1)
      actionpack (>= 3.2)
      workbook (>= 0.4.10)

GEM
  remote: http://rubygems.org/
  specs:
    actionmailer (4.0.13)
      actionpack (= 4.0.13)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
    activerecord (4.0.13)
      activemodel (= 4.0.13)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.13)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.4)
    activesupport (4.0.13)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    arel (4.0.2)
    axlsx (2.1.0.pre)
      htmlentities (~> 4.3.1)
      nokogiri (>= 1.4.1)
      rubyzip (~> 1.1.7)
    builder (3.1.4)
    capybara (2.12.0)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    concurrent-ruby (1.0.1)
    coveralls (0.8.19)
      json (>= 1.8, < 3)
      simplecov (~> 0.12.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
      tins (~> 1.6)
    diff-lcs (1.2.5)
    docile (1.1.5)
    erubis (2.7.0)
    growl (1.0.3)
    htmlentities (4.3.4)
    i18n (0.7.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.6)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.1.0)
    minitest (4.7.5)
    multi_json (1.11.2)
    nokogiri (1.7.0.1)
      mini_portile2 (~> 2.1.0)
    public_suffix (2.0.5)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.0.13)
      actionmailer (= 4.0.13)
      actionpack (= 4.0.13)
      activerecord (= 4.0.13)
      activesupport (= 4.0.13)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.13)
      sprockets-rails (~> 2.0)
    railties (4.0.13)
      actionpack (= 4.0.13)
      activesupport (= 4.0.13)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.5.0)
    rb-fsevent (0.9.7)
    rchardet (1.6.1)
    roo (2.3.2)
      nokogiri (~> 1)
      rubyzip (~> 1.1, < 2.0.0)
    rspec-core (3.4.4)
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-rails (3.4.2)
      actionpack (>= 3.0, < 4.3)
      activesupport (>= 3.0, < 4.3)
      railties (>= 3.0, < 4.3)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    ruby-ole (1.2.12)
    rubyzip (1.1.7)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    spreadsheet (1.1.2)
      ruby-ole (>= 1.0)
    sprockets (3.6.0)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.13)
    term-ansicolor (1.4.0)
      tins (~> 1.0)
    thor (0.19.4)
    thread_safe (0.3.5)
    tins (1.13.0)
    tzinfo (0.3.48)
    workbook (0.5)
      axlsx (~> 2.1.0.pre)
      json (~> 1.8)
      nokogiri (~> 1.6)
      rake (~> 10.0)
      rchardet (~> 1.3)
      roo (~> 2.3)
      spreadsheet (~> 1.0)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  capybara (~> 2.1)
  coveralls
  growl
  jquery-rails
  rails (~> 4.0.0)
  rake
  rb-fsevent
  rspec-rails
  sqlite3
  workbook_rails!

BUNDLED WITH
   1.15.4