sgmap/boussole

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/nadarei/nkss-rails
  revision: 8f5e27e98115daad591ac871a50a7c5ffa966d3e
  specs:
    nkss-rails (0.0.2)
      bluecloth
      ffaker
      haml
      kss
      rails (>= 3.2.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.2.8)
      actionpack (= 4.2.8)
      actionview (= 4.2.8)
      activejob (= 4.2.8)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.8)
      actionview (= 4.2.8)
      activesupport (= 4.2.8)
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (4.2.8)
      activesupport (= 4.2.8)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    active_type (0.6.5)
      activerecord (>= 3.2)
    activejob (4.2.8)
      activesupport (= 4.2.8)
      globalid (>= 0.3.0)
    activemodel (4.2.8)
      activesupport (= 4.2.8)
      builder (~> 3.1)
    activerecord (4.2.8)
      activemodel (= 4.2.8)
      activesupport (= 4.2.8)
      arel (~> 6.0)
    activesupport (4.2.8)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.5.1)
      public_suffix (~> 2.0, >= 2.0.2)
    arel (6.0.4)
    ast (2.3.0)
    awesome_print (1.7.0)
    better_errors (2.1.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bluecloth (2.2.0)
    browser (2.3.0)
    builder (3.2.3)
    byebug (9.0.6)
    capybara (2.13.0)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    capybara-email (2.5.0)
      capybara (~> 2.4)
      mail
    choice (0.2.0)
    cliver (0.3.2)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.1)
    coffee-rails (4.2.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.2.x)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.5)
    database_cleaner (1.5.3)
    debug_inspector (0.0.2)
    declarative (0.0.9)
    declarative-builder (0.1.0)
      declarative-option (< 0.2.0)
    declarative-option (0.1.0)
    diff-lcs (1.3)
    disposable (0.4.2)
      declarative (>= 0.0.9, < 1.0.0)
      declarative-builder (< 0.2.0)
      declarative-option (< 0.2.0)
      representable (>= 2.4.0, <= 3.1.0)
      uber (< 0.2.0)
    docile (1.1.5)
    dotenv (2.2.0)
    dotenv-rails (2.2.0)
      dotenv (= 2.2.0)
      railties (>= 3.2, < 5.1)
    easy_translate (0.5.0)
      json
      thread
      thread_safe
    em-websocket (0.5.1)
      eventmachine (>= 0.12.9)
      http_parser.rb (~> 0.6.0)
    erubis (2.7.0)
    eventmachine (1.2.3)
    execjs (2.7.0)
    factory_girl (4.8.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.8.0)
      factory_girl (~> 4.8.0)
      railties (>= 3.0.0)
    faraday (0.12.0.1)
      multipart-post (>= 1.2, < 3)
    faraday-http-cache (2.0.0)
      faraday (~> 0.8)
    ffaker (2.5.0)
    ffi (1.9.18)
    flip (1.1.0)
      activesupport (>= 3.0, < 5.1)
      i18n
    foreman (0.84.0)
      thor (~> 0.19.1)
    formatador (0.2.5)
    friendly_id (5.2.1)
      activerecord (>= 4.0.0)
    github_changelog_generator (1.14.3)
      activesupport
      faraday-http-cache
      multi_json
      octokit (~> 4.6)
      rainbow (>= 2.1)
      rake (>= 10.0)
      retriable (~> 2.1)
    globalid (0.3.7)
      activesupport (>= 4.1.0)
    guard (2.14.1)
      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-bower (0.0.1)
      guard (~> 2.2)
    guard-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-foreman (0.0.4)
      guard (~> 2.6)
      spoon (~> 0.0, >= 0.0.4)
    guard-livereload (2.5.2)
      em-websocket (~> 0.5)
      guard (~> 2.8)
      guard-compat (~> 1.0)
      multi_json (~> 1.8)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    haml (4.0.7)
      tilt
    haml-lint (0.999.999)
      haml_lint
    haml-rails (0.9.0)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
      haml (>= 4.0.6, < 5.0)
      html2haml (>= 1.0.1)
      railties (>= 4.0.1)
    haml_lint (0.19.0)
      haml (~> 4.0)
      rake (>= 10, < 13)
      rubocop (>= 0.36.0)
      sysexits (~> 1.1)
    heroku_rails_deflate (1.0.3)
      actionpack (>= 3.2.13)
      activesupport (>= 3.2.13)
      rack (>= 1.4.5)
    highline (1.7.8)
    html2haml (2.1.0)
      erubis (~> 2.7.0)
      haml (~> 4.0)
      nokogiri (>= 1.6.0)
      ruby_parser (~> 3.5)
    http_parser.rb (0.6.0)
    i18n (0.8.1)
    i18n-tasks (0.9.13)
      activesupport (>= 4.0.2)
      ast (>= 2.1.0)
      easy_translate (>= 0.5.0)
      erubis
      highline (>= 1.7.3)
      i18n
      parser (>= 2.2.3.0)
      rainbow (~> 2.2)
      terminal-table (>= 1.5.1)
    inch (0.7.1)
      pry
      sparkr (>= 0.2.0)
      term-ansicolor
      yard (~> 0.8.7.5)
    jquery-rails (4.3.1)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    json (1.8.6)
    kramdown (1.13.2)
    kss (0.5.0)
    launchy (2.4.3)
      addressable (~> 2.3)
    letter_opener (1.4.1)
      launchy (~> 2.2)
    letter_opener_web (1.3.1)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lograge (0.4.1)
      actionpack (>= 4, < 5.1)
      activesupport (>= 4, < 5.1)
      railties (>= 4, < 5.1)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    lumberjack (1.0.11)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    maildown (2.0.1)
      actionmailer (>= 4.0.0)
      kramdown
    meta_events (1.2.1)
      activesupport (>= 3.0, <= 4.99.99)
      json (~> 1.0)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.1.0)
    minitest (5.10.1)
    mixpanel-ruby (2.2.0)
    multi_json (1.12.1)
    multipart-post (2.0.0)
    nenv (0.3.0)
    nilify_blanks (1.2.1)
      activerecord (>= 3.0.0)
      activesupport (>= 3.0.0)
    nokogiri (1.7.1)
      mini_portile2 (~> 2.1.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    octokit (4.7.0)
      sawyer (~> 0.8.0, >= 0.5.3)
    parser (2.4.0.0)
      ast (~> 2.2)
    pg (0.20.0)
    poltergeist (1.14.0)
      capybara (~> 2.1)
      cliver (~> 0.3.1)
      websocket-driver (>= 0.2.0)
    powerpack (0.1.1)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.4.2)
      byebug (~> 9.0)
      pry (~> 0.10)
    pry-rails (0.3.6)
      pry (>= 0.10.4)
    pry-stack_explorer (0.4.9.2)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    public_suffix (2.0.5)
    puma (3.8.2)
    pundit (1.1.0)
      activesupport (>= 3.0.0)
    quiet_assets (1.1.0)
      railties (>= 3.1, < 5.0)
    rack (1.6.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (4.2.8)
      actionmailer (= 4.2.8)
      actionpack (= 4.2.8)
      actionview (= 4.2.8)
      activejob (= 4.2.8)
      activemodel (= 4.2.8)
      activerecord (= 4.2.8)
      activesupport (= 4.2.8)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.8)
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.8)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-erd (1.5.0)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    rails-i18n (4.0.9)
      i18n (~> 0.7)
      railties (~> 4.0)
    rails_12factor (0.0.3)
      rails_serve_static_assets
      rails_stdout_logging
    rails_serve_static_assets (0.0.5)
    rails_stdout_logging (0.0.5)
    railties (4.2.8)
      actionpack (= 4.2.8)
      activesupport (= 4.2.8)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.1)
    rake (11.3.0)
    rb-fchange (0.0.6)
      ffi
    rb-fsevent (0.9.8)
    rb-inotify (0.9.8)
      ffi (>= 0.5.0)
    reform (2.2.4)
      disposable (>= 0.4.1)
      representable (>= 2.4.0, < 3.1.0)
    reform-rails (0.1.7)
      activemodel (>= 3.2)
      reform (>= 2.2.0)
    representable (3.0.3)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    retriable (2.1.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-rails (3.5.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rspec_junit_formatter (0.2.3)
      builder (< 4)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (0.45.0)
      parser (>= 2.3.1.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    rubocop-rspec (1.5.0)
      rubocop (>= 0.40.0)
    ruby-graphviz (1.2.3)
    ruby-progressbar (1.8.1)
    ruby_dep (1.5.0)
    ruby_parser (3.8.4)
      sexp_processor (~> 4.1)
    sass (3.4.23)
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
      faraday (~> 0.8, < 1.0)
    scss_lint (0.53.0)
      rake (>= 0.9, < 13)
      sass (~> 3.4.20)
    sentry-raven (2.4.0)
      faraday (>= 0.7.6, < 1.0)
    sexp_processor (4.8.0)
    shellany (0.0.1)
    shoulda-matchers (3.1.1)
      activesupport (>= 4.0.0)
    simple_form (3.4.0)
      actionpack (> 4, < 5.1)
      activemodel (> 4, < 5.1)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    sparkr (0.4.1)
    spoon (0.0.6)
      ffi
    spring (2.0.1)
      activesupport (>= 4.2)
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sysexits (1.2.0)
    term-ansicolor (1.5.0)
      tins (~> 1.0)
    terminal-table (1.7.3)
      unicode-display_width (~> 1.1.1)
    thor (0.19.4)
    thread (0.2.2)
    thread_safe (0.3.6)
    tilt (2.0.7)
    tins (1.13.2)
    trailblazer (1.1.2)
      declarative
      reform (>= 2.0.0, < 3.0.0)
      uber (>= 0.0.15, < 0.1.0)
    trailblazer-loader (0.1.0)
    trailblazer-rails (0.3.2)
      reform-rails (>= 0.1.4)
      trailblazer (>= 1.0.4)
      trailblazer-loader (>= 0.0.7)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)
    uber (0.0.15)
    uglifier (3.2.0)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.1.3)
    web-console (3.3.0)
      activemodel (>= 4.2)
      debug_inspector
      railties (>= 4.2)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    wicked (1.3.1)
      railties (>= 3.0.7)
    xpath (2.0.0)
      nokogiri (~> 1.3)
    yaml-lint (0.0.9)
    yard (0.8.7.6)
    yard-activerecord (0.0.16)
      yard (>= 0.8.3)

PLATFORMS
  ruby

DEPENDENCIES
  active_type
  awesome_print
  better_errors
  browser
  byebug
  capybara
  capybara-email
  codeclimate-test-reporter (< 1.0)
  coffee-rails
  database_cleaner
  dotenv-rails
  factory_girl_rails
  ffaker
  flip
  foreman
  friendly_id
  github_changelog_generator
  guard-bower
  guard-bundler
  guard-foreman
  guard-livereload
  guard-rspec
  haml-lint
  haml-rails
  heroku_rails_deflate
  i18n-tasks
  inch
  jquery-rails
  letter_opener_web
  lograge
  maildown
  meta_events
  mixpanel-ruby
  nilify_blanks
  nkss-rails!
  pg
  poltergeist
  pry-byebug
  pry-rails
  pry-stack_explorer
  puma
  pundit
  quiet_assets
  rails (~> 4.2)
  rails-erd
  rails-i18n
  rails_12factor
  rb-fchange
  rb-fsevent
  rb-inotify
  rspec-rails
  rspec_junit_formatter
  rubocop (= 0.45)
  rubocop-rspec (= 1.5)
  sass-rails
  scss_lint
  sentry-raven
  shoulda-matchers (~> 3.1)
  simple_form
  spring
  spring-commands-rspec
  trailblazer (= 1.1.2)
  trailblazer-rails (< 0.4)
  uglifier
  web-console
  wicked
  yaml-lint
  yard
  yard-activerecord

RUBY VERSION
   ruby 2.4.1p111

BUNDLED WITH
   1.14.6