fiuba/alfred

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (3.2.12)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    addressable (2.2.8)
    bcrypt-ruby (3.0.1)
    builder (3.2.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)
    childprocess (0.3.9)
      ffi (~> 1.0, >= 1.0.11)
    coderay (1.0.9)
    columnize (0.3.6)
    crack (0.4.0)
      safe_yaml (~> 0.9.0)
    cucumber (1.3.1)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.12.0)
      multi_json (~> 1.3)
    daemons (1.1.9)
    data_objects (0.10.12)
      addressable (~> 2.1)
    debugger (1.6.0)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.2.1)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.2.2)
    diff-lcs (1.2.4)
    dm-aggregates (1.2.0)
      dm-core (~> 1.2.0)
    dm-ar-finders (1.2.0)
      dm-core (~> 1.2.0)
    dm-constraints (1.2.0)
      dm-core (~> 1.2.0)
    dm-core (1.2.0)
      addressable (~> 2.2.6)
    dm-do-adapter (1.2.0)
      data_objects (~> 0.10.6)
      dm-core (~> 1.2.0)
    dm-is-remixable (1.2.0)
      dm-core (~> 1.2.0)
    dm-migrations (1.2.0)
      dm-core (~> 1.2.0)
    dm-postgres-adapter (1.2.0)
      dm-do-adapter (~> 1.2.0)
      do_postgres (~> 0.10.6)
    dm-sqlite-adapter (1.2.0)
      dm-do-adapter (~> 1.2.0)
      do_sqlite3 (~> 0.10.6)
    dm-timestamps (1.2.0)
      dm-core (~> 1.2.0)
    dm-transactions (1.2.0)
      dm-core (~> 1.2.0)
    dm-types (1.2.2)
      bcrypt-ruby (~> 3.0)
      dm-core (~> 1.2.0)
      fastercsv (~> 1.5)
      json (~> 1.6)
      multi_json (~> 1.0)
      stringex (~> 1.4)
      uuidtools (~> 2.1)
    dm-validations (1.2.0)
      dm-core (~> 1.2.0)
    do_postgres (0.10.12)
      data_objects (= 0.10.12)
    do_sqlite3 (0.10.12)
      data_objects (= 0.10.12)
    dotenv (0.8.0)
    dropbox-sdk (1.5.1)
      json
    erubis (2.7.0)
    eventmachine (1.0.0)
    fastercsv (1.5.5)
    ffi (1.8.1)
    foreman (0.63.0)
      dotenv (>= 0.7)
      thor (>= 0.13.6)
    formatador (0.2.4)
    gherkin (2.12.0)
      multi_json (~> 1.3)
    guard (1.8.0)
      formatador (>= 0.2.4)
      listen (>= 1.0.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      thor (>= 0.14.6)
    guard-cucumber (1.4.0)
      cucumber (>= 1.2.0)
      guard (>= 1.1.0)
    guard-rspec (3.0.1)
      guard (>= 1.8)
      rspec (~> 2.13)
    hashie (1.2.0)
    http_router (0.11.0)
      rack (>= 1.0.0)
      url_mount (~> 0.2.1)
    i18n (0.7.0)
    json (1.7.7)
    listen (1.1.6)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
    lumberjack (1.0.3)
    mail (2.5.3)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.1)
    mime-types (1.23)
    multi_json (1.11.0)
    newrelic_rpm (3.6.5.130)
    nokogiri (1.5.9)
    oauth (0.4.6)
    oj (2.1.4)
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
    omniauth-twitter (0.0.12)
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
    padrino (0.11.1)
      padrino-admin (= 0.11.1)
      padrino-cache (= 0.11.1)
      padrino-core (= 0.11.1)
      padrino-gen (= 0.11.1)
      padrino-helpers (= 0.11.1)
      padrino-mailer (= 0.11.1)
    padrino-admin (0.11.1)
      padrino-core (= 0.11.1)
      padrino-helpers (= 0.11.1)
    padrino-cache (0.11.1)
      padrino-core (= 0.11.1)
      padrino-helpers (= 0.11.1)
    padrino-core (0.11.1)
      activesupport (>= 3.1.0)
      http_router (~> 0.11.0)
      rack-protection (>= 1.5.0)
      sinatra (~> 1.4.2)
      thor (~> 0.17.0)
      tilt (~> 1.3.0)
    padrino-gen (0.11.1)
      bundler (~> 1.0)
      padrino-core (= 0.11.1)
    padrino-helpers (0.11.1)
      i18n (~> 0.6)
      padrino-core (= 0.11.1)
    padrino-mailer (0.11.1)
      mail (~> 2.5.3)
      padrino-core (= 0.11.1)
    pg (0.14.0)
    polyglot (0.3.3)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rake (10.0.4)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rb-kqueue (0.2.0)
      ffi (>= 0.5.0)
    rspec (2.13.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.13.1)
    rspec_junit_formatter (0.1.1)
      builder
      rspec (~> 2.0)
    rubyzip (0.9.9)
    safe_yaml (0.9.3)
    selenium-webdriver (2.32.1)
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip
      websocket (~> 1.0.4)
    simplecov (0.6.4)
      multi_json (~> 1.0)
      simplecov-html (~> 0.5.3)
    simplecov-html (0.5.3)
    sinatra (1.4.2)
      rack (~> 1.5, >= 1.5.2)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    slop (3.4.5)
    stringex (1.5.1)
    thin (1.5.0)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.17.0)
    tilt (1.3.7)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)
    url_mount (0.2.1)
      rack
    uuidtools (2.1.4)
    vcr (2.5.0)
    webmock (1.11.0)
      addressable (>= 2.2.7)
      crack (>= 0.3.2)
    websocket (1.0.7)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  bcrypt-ruby
  capybara
  cucumber
  debugger
  dm-aggregates
  dm-ar-finders
  dm-constraints
  dm-core
  dm-is-remixable
  dm-migrations
  dm-postgres-adapter
  dm-sqlite-adapter
  dm-timestamps
  dm-transactions
  dm-types
  dm-validations
  dotenv
  dropbox-sdk
  erubis (~> 2.7.0)
  foreman
  guard
  guard-cucumber
  guard-rspec
  newrelic_rpm
  oj
  omniauth
  omniauth-twitter
  padrino (= 0.11.1)
  pg
  rack-test
  rake
  rspec
  rspec_junit_formatter
  selenium-webdriver
  simplecov
  thin
  tilt (= 1.3.7)
  vcr
  webmock