christospappas/streama

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/mongoid/mongoid.git
  revision: 9b3bc1264032209b7a6c0e82d0ca656f401e476b
  specs:
    mongoid (4.0.0)
      activemodel (~> 4.0.0)
      moped (~> 2.0.beta3)
      origin (~> 1.0)
      tzinfo (~> 0.3.37)

PATH
  remote: .
  specs:
    streama (0.3.8)
      mongoid (>= 3.0, <= 5)

GEM
  remote: http://rubygems.org/
  specs:
    activemodel (4.0.0)
      activesupport (= 4.0.0)
      builder (~> 3.1.0)
    activesupport (4.0.0)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    atomic (1.1.14)
    bson (3.2.7)
    builder (3.1.4)
    coderay (1.0.8)
    concurrent-ruby (1.1.6)
    connection_pool (2.2.2)
    database_cleaner (0.8.0)
    diff-lcs (1.1.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    method_source (0.8.1)
    minitest (4.7.5)
    moped (2.0.7)
      bson (~> 3.0)
      connection_pool (~> 2.0)
      optionable (~> 0.2.0)
    multi_json (1.8.2)
    optionable (0.2.0)
    origin (1.1.0)
    pry (0.9.10)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.3.1)
    rake (13.0.1)
    rspec (2.6.0)
      rspec-core (~> 2.6.0)
      rspec-expectations (~> 2.6.0)
      rspec-mocks (~> 2.6.0)
    rspec-core (2.6.4)
    rspec-expectations (2.6.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.6.0)
    slop (3.3.3)
    thread_safe (0.1.3)
      atomic
    tzinfo (0.3.38)

PLATFORMS
  ruby

DEPENDENCIES
  database_cleaner (~> 0.8)
  mongoid (~> 4)!
  pry
  rake
  rspec (~> 2.5)
  streama!