JohnKellyFerguson/octomaps

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (3.2.14)
      activesupport (= 3.2.14)
      builder (~> 3.0.0)
    activerecord (3.2.14)
      activemodel (= 3.2.14)
      activesupport (= 3.2.14)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.14)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    arel (3.0.2)
    awesome_print (1.1.0)
    bcrypt-ruby (3.1.2)
    better_errors (1.0.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    builder (3.0.4)
    capistrano (2.15.5)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capybara (2.1.0)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    coderay (1.0.9)
    daemons (1.1.9)
    database_cleaner (1.1.1)
    debug_inspector (0.0.2)
    diff-lcs (1.2.4)
    dotenv (0.9.0)
    erubis (2.7.0)
    eventmachine (1.0.3)
    execjs (2.0.1)
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
    geocoder (1.1.8)
    google_visualr (2.1.7)
    haml (4.0.3)
      tilt
    highline (1.6.19)
    http_router (0.11.0)
      rack (>= 1.0.0)
      url_mount (~> 0.2.1)
    i18n (0.6.9)
    json (1.8.0)
    kgio (2.8.0)
    libv8 (3.16.14.3)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.25.1)
    mini_portile (0.5.1)
    moneta (0.7.20)
    multi_json (1.8.4)
    multipart-post (1.2.0)
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-sftp (2.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.6.8)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    nokogiri (1.6.0)
      mini_portile (~> 0.5.0)
    octokit (2.0.0)
      sawyer (~> 0.3.0)
    padrino (0.12.0)
      padrino-admin (= 0.12.0)
      padrino-cache (= 0.12.0)
      padrino-core (= 0.12.0)
      padrino-gen (= 0.12.0)
      padrino-helpers (= 0.12.0)
      padrino-mailer (= 0.12.0)
    padrino-admin (0.12.0)
      padrino-core (= 0.12.0)
      padrino-helpers (= 0.12.0)
    padrino-cache (0.12.0)
      moneta (~> 0.7.0)
      padrino-core (= 0.12.0)
      padrino-helpers (= 0.12.0)
    padrino-core (0.12.0)
      activesupport (>= 3.1)
      http_router (~> 0.11.0)
      rack-protection (>= 1.5.0)
      sinatra (~> 1.4.2)
      thor (~> 0.17.0)
      tilt (~> 1.4.1)
    padrino-gen (0.12.0)
      bundler (~> 1.0)
      padrino-core (= 0.12.0)
    padrino-helpers (0.12.0)
      i18n (~> 0.6, >= 0.6.7)
      padrino-core (= 0.12.0)
    padrino-mailer (0.12.0)
      mail (~> 2.5.3)
      padrino-core (= 0.12.0)
    pg (0.17.0)
    polyglot (0.3.3)
    pry (0.9.12.1)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rack (1.5.2)
    rack-protection (1.5.2)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    raindrops (0.12.0)
    rake (10.1.0)
    ref (1.0.5)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.4)
    rspec-expectations (2.14.1)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.3)
    rspec-rails (1.3.2)
      rack (>= 1.0.0)
      rspec (>= 1.3.0)
    rvm-capistrano (1.5.0)
      capistrano (>= 2.15.4)
    sass (3.2.10)
    sawyer (0.3.0)
      faraday (~> 0.8, < 0.10)
      uri_template (~> 0.5.0)
    shoulda-matchers (2.5.0)
      activesupport (>= 3.0.0)
    sinatra (1.4.4)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    slop (3.4.4)
    therubyracer (0.12.0)
      libv8 (~> 3.16.14.0)
      ref
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.17.0)
    tilt (1.4.1)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.37)
    uglifier (2.2.1)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    uri_template (0.5.3)
    url_mount (0.2.1)
      rack
    xpath (2.0.0)
      nokogiri (~> 1.3)
    yui-compressor (0.11.0)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (>= 3.1)
  awesome_print
  bcrypt-ruby
  better_errors
  binding_of_caller
  capistrano
  capybara
  database_cleaner
  dotenv
  geocoder
  google_visualr
  haml
  json
  octokit
  padrino (= 0.12.0)
  pg
  pry
  rack-test
  rake
  rspec
  rspec-rails
  rvm-capistrano
  sass
  shoulda-matchers
  therubyracer
  thin
  uglifier
  unicorn
  yui-compressor