ourcities/panela-de-pressao

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/meurio/meurio_ui.git
  revision: c045f1f9008c1dc6a4757af2769db703240fa063
  branch: new-header
  specs:
    meurio_ui (1.5.0)

GIT
  remote: git://github.com/zurb/foundation-rails.git
  revision: 6ebd996d1965202bd85bb0aaff4449852f2bc2dd
  tag: v5.5.1.2
  specs:
    foundation-rails (5.5.1.1)
      railties (>= 3.1.0)
      sass (>= 3.3.0, < 3.5)

GEM
  remote: http://rubygems.org/
  remote: https://rails-assets.org/
  specs:
    actionmailer (4.1.14)
      actionpack (= 4.1.14)
      actionview (= 4.1.14)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.14)
      actionview (= 4.1.14)
      activesupport (= 4.1.14)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.14)
      activesupport (= 4.1.14)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.14)
      activesupport (= 4.1.14)
      builder (~> 3.1)
    activerecord (4.1.14)
      activemodel (= 4.1.14)
      activesupport (= 4.1.14)
      arel (~> 5.0.0)
    activeresource (4.0.0)
      activemodel (~> 4.0)
      activesupport (~> 4.0)
      rails-observers (~> 0.1.1)
    activesupport (4.1.14)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    acts_as_our_cities (0.1.2)
      activeresource (~> 4.0, >= 4.0.0)
      rails (~> 4.1, >= 4.1.5)
    addressable (2.4.0)
    appsignal (0.10.0)
      rack
      thread_safe
    arel (5.0.1.20140414130214)
    auto_html (1.6.0)
      redcarpet (~> 2.0)
      rinku (~> 1.5.0)
    bitly (0.9.0)
      httparty (>= 0.7.6)
      multi_json (~> 1.3)
      oauth2 (>= 0.5.0, < 0.9)
    builder (3.2.2)
    cancan (1.6.10)
    capybara (2.7.1)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    carrierwave (0.10.0)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      json (>= 1.7)
      mime-types (>= 1.16)
    childprocess (0.5.9)
      ffi (~> 1.0, >= 1.0.11)
    chosen-rails (0.13.2)
      coffee-rails (>= 3.2)
      compass-rails (>= 1.0)
      railties (>= 3.0)
      sass-rails (>= 3.2)
    chunky_png (1.3.4)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.3.0)
      coffee-script-source
      execjs
    coffee-script-source (1.7.1)
    compass (1.0.3)
      chunky_png (~> 1.2)
      compass-core (~> 1.0.2)
      compass-import-once (~> 1.0.5)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      sass (>= 3.3.13, < 3.5)
    compass-core (1.0.3)
      multi_json (~> 1.0)
      sass (>= 3.3.0, < 3.5)
    compass-import-once (1.0.5)
      sass (>= 3.2, < 3.5)
    compass-rails (2.0.4)
      compass (~> 1.0.0)
      sass-rails (<= 5.0.1)
      sprockets (< 2.13)
    coveralls (0.6.9)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.12)
      multi_json (>= 1.7.5, < 2.0)
      multi_json (~> 1.3)
      multi_test (>= 0.1.1)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    crack (0.4.2)
      safe_yaml (~> 1.0.0)
    cucumber (1.3.20)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.12)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-rails (1.4.2)
      capybara (>= 1.1.2, < 3)
      cucumber (>= 1.3.8, < 2)
      mime-types (>= 1.16, < 3)
      nokogiri (~> 1.5)
      rails (>= 3, < 5)
    daemons (1.1.9)
    database_cleaner (1.0.1)
    delayed_job (4.0.2)
      activesupport (>= 3.0, < 4.2)
    delayed_job_active_record (4.0.1)
      activerecord (>= 3.0, < 4.2)
      delayed_job (>= 3.0, < 4.1)
    diff-lcs (1.2.5)
    erubis (2.7.0)
    eventmachine (1.0.8)
    excon (0.39.4)
    execjs (2.2.1)
    facebox-rails (0.2.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    faker (1.4.3)
      i18n (~> 0.5)
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
    ffi (1.9.10)
    fog (1.23.0)
      fog-brightbox
      fog-core (~> 1.23)
      fog-json
      fog-softlayer
      ipaddress (~> 0.5)
      nokogiri (~> 1.5, >= 1.5.11)
    fog-brightbox (0.3.0)
      fog-core (~> 1.22)
      fog-json
      inflecto
    fog-core (1.23.0)
      builder
      excon (~> 0.38)
      formatador (~> 0.2)
      mime-types
      net-scp (~> 1.1)
      net-ssh (>= 2.1.3)
    fog-json (1.0.0)
      multi_json (~> 1.0)
    fog-softlayer (0.3.13)
      fog-core
      fog-json
    formatador (0.2.5)
    formtastic (2.2.1)
      actionpack (>= 3.0)
    gherkin (2.12.2)
      multi_json (~> 1.3)
    gibbon (1.0.4)
      httparty
      multi_json (>= 1.3.4)
    haml (4.0.3)
      tilt
    has_scope (0.5.1)
    hashie (2.0.5)
    hike (1.2.3)
    httparty (0.11.0)
      multi_json (~> 1.0)
      multi_xml (>= 0.5.2)
    httpauth (0.2.0)
    i18n (0.7.0)
    inflecto (0.0.2)
    inherited_resources (1.3.1)
      has_scope (~> 0.5.0)
      responders (~> 0.6)
    ipaddress (0.8.0)
    jbuilder (1.5.2)
      activesupport (>= 3.0.0)
      multi_json (>= 1.2.0)
    jquery-rails (3.0.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-validation-rails (1.11.1)
      thor (~> 0.14)
    json (1.8.3)
    jwt (0.1.8)
      multi_json (>= 1.5)
    kaminari (0.15.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.9.2)
    koala (1.6.0)
      addressable (~> 2.2)
      faraday (~> 0.8)
      multi_json (~> 1.3)
    launchy (2.3.0)
      addressable (~> 2.3)
    machinist (2.0)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    mailcatcher (0.2.4)
      eventmachine
      haml
      i18n
      json
      mail
      sinatra
      skinny (>= 0.1.2)
      sqlite3-ruby
      thin
    mime-types (2.99.1)
    mini_magick (3.6.0)
      subexec (~> 0.2.1)
    mini_portile2 (2.0.0)
    minitest (5.9.0)
    multi_json (1.12.0)
    multi_test (0.1.2)
    multi_xml (0.5.4)
    multipart-post (1.2.0)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (2.9.1)
    newrelic_rpm (3.15.0.314)
    nokogiri (1.6.7.2)
      mini_portile2 (~> 2.0.0.rc2)
    oauth (0.4.7)
    oauth2 (0.8.1)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
      rack
    omniauth-facebook (1.4.1)
      omniauth-oauth2 (~> 1.1.0)
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.1.1)
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
    omniauth-twitter (1.0.0)
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
    pg (0.16.0)
    pg_search (0.7.8)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
      arel
    protected_attributes (1.0.8)
      activemodel (>= 4.0.1, < 5.0)
    quiet_assets (1.0.3)
      railties (>= 3.1, < 5.0)
    rack (1.5.5)
    rack-cas (0.9.0)
      addressable (~> 2.3)
      nokogiri (~> 1.5)
      rack (~> 1.3)
    rack-rewrite (1.5.1)
    rack-test (0.6.3)
      rack (>= 1.0)
    rack_session_access (0.1.1)
      builder (>= 2.0.0)
      rack (>= 1.0.0)
    rails (4.1.14)
      actionmailer (= 4.1.14)
      actionpack (= 4.1.14)
      actionview (= 4.1.14)
      activemodel (= 4.1.14)
      activerecord (= 4.1.14)
      activesupport (= 4.1.14)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.14)
      sprockets-rails (~> 2.0)
    rails-assets-jquery (2.1.1)
    rails-assets-jquery-infinite-scroll (2.0.2)
    rails-assets-typeahead.js (0.10.5)
      rails-assets-jquery (>= 1.7)
    rails-observers (0.1.2)
      activemodel (~> 4.0)
    rails3-jquery-autocomplete (1.0.14)
      rails (>= 3.0)
    rails_12factor (0.0.2)
      rails_serve_static_assets
      rails_stdout_logging
    rails_serve_static_assets (0.0.1)
    rails_stdout_logging (0.0.3)
    railties (4.1.14)
      actionpack (= 4.1.14)
      activesupport (= 4.1.14)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    raindrops (0.13.0)
    rake (11.1.2)
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    redcarpet (2.3.0)
    responders (0.6.5)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rinku (1.5.1)
    rspec-collection_matchers (1.0.0)
      rspec-expectations (>= 2.99.0.beta1)
    rspec-core (3.0.4)
      rspec-support (~> 3.0.0)
    rspec-expectations (3.0.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.0.0)
    rspec-its (1.1.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.0.4)
      rspec-support (~> 3.0.0)
    rspec-rails (3.0.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.0.0)
      rspec-expectations (~> 3.0.0)
      rspec-mocks (~> 3.0.0)
      rspec-support (~> 3.0.0)
    rspec-support (3.0.4)
    rubyzip (1.2.0)
    safe_yaml (1.0.4)
    sass (3.4.13)
    sass-rails (5.0.1)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (~> 1.1)
    schema_plus (1.5.3)
      activerecord (>= 3.2)
      valuable
    selenium-webdriver (2.53.0)
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
      websocket (~> 1.0)
    sequel (3.20.0)
    shoulda-matchers (2.6.2)
      activesupport (>= 3.0.0)
    simple_oauth (0.2.0)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sinatra (1.0)
      rack (>= 1.0)
    skinny (0.2.3)
      eventmachine (~> 1.0.0)
      thin (~> 1.5.0)
    slim (2.0.3)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
    slim-rails (2.1.5)
      actionpack (>= 3.0, < 4.2)
      activesupport (>= 3.0, < 4.2)
      railties (>= 3.0, < 4.2)
      slim (~> 2.0)
    sprockets (2.12.4)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.10)
    sqlite3-ruby (1.3.3)
      sqlite3 (>= 1.3.3)
    subexec (0.2.3)
    taps (0.3.24)
      rack (>= 1.0.1)
      rest-client (>= 1.4.0, < 1.7.0)
      sequel (~> 3.20.0)
      sinatra (~> 1.0.0)
    temple (0.6.8)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (1.4.1)
    tins (0.9.0)
    twitter (4.8.1)
      faraday (~> 0.8, < 0.10)
      multi_json (~> 1.0)
      simple_oauth (~> 0.2)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uglifier (2.1.2)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    unf (0.1.3)
      unf_ext
    unf_ext (0.0.6)
    unicorn (4.8.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
    valuable (0.9.8)
    video_info (1.4.0)
      addressable
      multi_json
    webmock (1.15.2)
      addressable (>= 2.2.7)
      crack (>= 0.3.2)
    websocket (1.2.3)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  acts_as_our_cities
  appsignal
  auto_html
  bitly
  cancan
  capybara
  carrierwave
  chosen-rails
  coffee-rails
  compass-rails
  coveralls
  cucumber-rails
  daemons
  database_cleaner
  delayed_job_active_record
  eventmachine
  facebox-rails
  faker
  fog
  formtastic
  foundation-rails!
  gibbon
  has_scope
  inherited_resources
  jbuilder (~> 1.2)
  jquery-rails
  jquery-validation-rails
  kaminari
  koala
  launchy
  machinist (>= 2.0.0.beta2)
  mailcatcher
  meurio_ui!
  mini_magick
  minitest
  newrelic_rpm
  omniauth
  omniauth-facebook
  omniauth-oauth2
  omniauth-twitter
  pg
  pg_search
  protected_attributes
  quiet_assets
  rack-cas
  rack-rewrite (~> 1.5.0)
  rack_session_access
  rails (~> 4.1.5)
  rails-assets-jquery-infinite-scroll!
  rails-assets-typeahead.js!
  rails3-jquery-autocomplete
  rails_12factor
  rake
  redcarpet
  rspec-collection_matchers
  rspec-its
  rspec-rails (~> 3.0.0)
  sass-rails
  schema_plus
  selenium-webdriver
  shoulda-matchers
  simplecov
  slim
  slim-rails
  taps
  thin
  twitter
  uglifier
  unf
  unicorn
  video_info
  webmock

RUBY VERSION
   ruby 2.2.7p470

BUNDLED WITH
   1.15.3