afimb/ninoxe

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    ninoxe (1.3.0)
      activerecord (~> 4.1.1)
      activerecord-postgis-adapter
      acts-as-taggable-on (>= 3)
      acts_as_list (>= 0.1.6)
      acts_as_tree (>= 1.1.0)
      deep_cloneable (~> 2.0.0)
      enumerize (~> 0.10.0)
      foreigner (~> 1.7.4)
      georuby (= 2.3.0)
      georuby-ext (= 0.0.5)

GEM
  remote: http://rubygems.org/
  specs:
    actionmailer (4.1.13)
      actionpack (= 4.1.13)
      actionview (= 4.1.13)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.13)
      actionview (= 4.1.13)
      activesupport (= 4.1.13)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.13)
      activesupport (= 4.1.13)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.13)
      activesupport (= 4.1.13)
      builder (~> 3.1)
    activerecord (4.1.13)
      activemodel (= 4.1.13)
      activesupport (= 4.1.13)
      arel (~> 5.0.0)
    activerecord-postgis-adapter (2.2.2)
      activerecord (>= 4.0.0, < 4.2.0)
      rgeo-activerecord (~> 1.2)
    activesupport (4.1.13)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
    acts_as_list (0.7.2)
      activerecord (>= 3.0)
    acts_as_tree (2.3.0)
      activerecord (>= 3.0.0)
    arel (5.0.1.20140414130214)
    builder (3.2.2)
    coderay (1.1.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.9.1.1)
    dbf (3.0.5)
    deep_cloneable (2.0.2)
      activerecord (>= 3.1.0, < 5.0.0)
    diff-lcs (1.2.5)
    dr-ffi-proj4 (0.0.3)
      ffi (>= 1.0.0)
    enumerize (0.10.1)
      activesupport (>= 3.2)
    erubis (2.7.0)
    execjs (2.6.0)
    factory_girl (4.5.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.5.0)
      factory_girl (~> 4.5.0)
      railties (>= 3.0.0)
    ffi (1.9.10)
    ffi-geos (1.1.1)
      ffi (>= 1.0.0)
    foreigner (1.7.4)
      activerecord (>= 3.0.0)
    formatador (0.2.5)
    geokit (1.6.7)
      multi_json (>= 1.3.2)
    georuby (2.3.0)
    georuby-ext (0.0.5)
      activesupport (>= 3.2.6)
      dbf
      dr-ffi-proj4 (>= 0.0.3)
      ffi-geos (>= 0.1.1)
      geokit (= 1.6.7)
      georuby (>= 1.9.8)
      rgeo (>= 0.3.20)
    guard (2.13.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, <= 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-migrate (1.2.1)
      activerecord (>= 4.1.0)
      guard (~> 2.3)
      guard-compat (~> 1.1)
    guard-rspec (4.6.4)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    i18n (0.7.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.3)
    listen (3.0.3)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    method_source (0.8.2)
    mime-types (2.6.2)
    minitest (5.8.1)
    multi_json (1.11.2)
    nenv (0.2.0)
    notiffany (0.0.8)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pg (0.18.3)
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.5.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.1.13)
      actionmailer (= 4.1.13)
      actionpack (= 4.1.13)
      actionview (= 4.1.13)
      activemodel (= 4.1.13)
      activerecord (= 4.1.13)
      activesupport (= 4.1.13)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.13)
      sprockets-rails (~> 2.0)
    railties (4.1.13)
      actionpack (= 4.1.13)
      activesupport (= 4.1.13)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.4.2)
    rb-fsevent (0.9.6)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    rgeo (0.5.2)
    rgeo-activerecord (1.2.0)
      activerecord (~> 4.0)
      rgeo (~> 0.3)
    rspec (3.1.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
    rspec-core (3.1.7)
      rspec-support (~> 3.1.0)
    rspec-expectations (3.1.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.1.0)
    rspec-mocks (3.1.3)
      rspec-support (~> 3.1.0)
    rspec-rails (3.1.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
      rspec-support (~> 3.1.0)
    rspec-support (3.1.2)
    sass (3.4.19)
    sass-rails (5.0.4)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    shellany (0.0.1)
    shoulda-matchers (2.8.0)
      activesupport (>= 3.0.0)
    slop (3.6.0)
    sprockets (3.4.0)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.11)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord-jdbcpostgresql-adapter (~> 1.3.19)
  activerecord-jdbcsqlite3-adapter (~> 1.3.19)
  coffee-rails
  factory_girl_rails (>= 4.2.1)
  guard
  guard-bundler
  guard-migrate
  guard-rspec
  jquery-rails
  jruby-openssl
  ninoxe!
  pg (>= 0.11.0)
  pry
  rails (~> 4.1.10)
  rake (>= 0.9)
  rb-fsevent
  rb-inotify
  rspec-rails (~> 3.1.0)
  sass-rails
  shoulda-matchers (~> 2.8.0)
  sqlite3
  uglifier

BUNDLED WITH
   1.10.6