cryptosphere/cryptosphere

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/celluloid/celluloid-io.git
  revision: ec05040f53b8c27471468a9050e0a5bff87e4198
  specs:
    celluloid-io (0.16.0.pre)
      celluloid (>= 0.15.0)
      nio4r (>= 0.5.0)

GIT
  remote: git://github.com/celluloid/celluloid.git
  revision: d359daa0c5e3325668d8c249c7882fba8f5f9927
  specs:
    celluloid (0.16.0.pre)
      timers (~> 1.1.0)

GIT
  remote: git://github.com/celluloid/lattice.git
  revision: 2241af78cf4de50b683e614b7aefac9c31f170e4
  specs:
    lattice (0.3.0)
      activesupport (~> 4.0.0)
      celluloid (>= 0.15.1)
      colorize (>= 0.5.0)
      reel (>= 0.4.0)
      thor (>= 0.18.0)
      webmachine (~> 1.2.1)

GIT
  remote: git://github.com/celluloid/reel.git
  revision: 9c6fe166d2f9b8344a28877bd769086108972c3a
  specs:
    reel (0.5.0.pre)
      celluloid (>= 0.15.1)
      celluloid-io (>= 0.15.0)
      http (>= 0.5.0)
      http_parser.rb (>= 0.6.0.beta.2)
      websocket_parser (>= 0.1.4)

GIT
  remote: git://github.com/cryptosphere/rbnacl.git
  revision: 5e099f4ac865747a8ae37f623c3f2e66c9365cd3
  specs:
    rbnacl (2.0.0.pre)
      ffi

GIT
  remote: git://github.com/seancribbs/webmachine-ruby.git
  revision: 039da08580abcde0dac6306fc7ee2ad7fdffa052
  specs:
    webmachine (1.2.1)
      as-notifications (~> 1.0)
      i18n (>= 0.4.0)
      multi_json

GIT
  remote: git://github.com/tarcieri/http.git
  revision: fd94edde369e07ab1e2836fe1cbd8aaf94874618
  specs:
    http (0.6.0.pre)
      http_parser.rb

PATH
  remote: .
  specs:
    cryptosphere (0.0.0)
      base32
      celluloid
      lattice
      rbnacl
      thor

GEM
  remote: https://rubygems.org/
  specs:
    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)
    as-notifications (1.0.1)
    atomic (1.1.14)
    base32 (0.2.0)
    benchmark-ips (1.2.0)
    coderay (1.0.9)
    colorize (0.6.0)
    coveralls (0.7.0)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    diff-lcs (1.2.4)
    ffi (1.9.0)
    formatador (0.2.4)
    guard (2.2.2)
      formatador (>= 0.2.4)
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-rspec (4.0.3)
      guard (>= 2.1.1)
      rspec (~> 2.14)
    http_parser.rb (0.6.0.beta.2)
    i18n (0.6.5)
    listen (2.1.1)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.4)
    method_source (0.8.2)
    mime-types (1.25)
    minitest (4.7.5)
    multi_json (1.8.2)
    nio4r (0.5.0)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.6)
    rspec-expectations (2.14.3)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.4)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    slop (3.4.6)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    thor (0.18.1)
    thread_safe (0.1.3)
      atomic
    timers (1.1.0)
    tins (0.12.0)
    tzinfo (0.3.38)
    webmachine-test (0.2.1)
      webmachine
    websocket_parser (0.1.4)
      http

PLATFORMS
  ruby

DEPENDENCIES
  benchmark-ips
  celluloid!
  celluloid-io!
  coveralls
  cryptosphere!
  guard-rspec
  http!
  jruby-openssl
  lattice!
  pry
  rake
  rbnacl!
  reel!
  rspec
  webmachine!
  webmachine-test