dmagliola/sms_safe

View on GitHub
gemfiles/mail_2_4_4.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../
  specs:
    sms_safe (1.0.2)
      mail (>= 2.4)

GEM
  remote: https://rubygems.org/
  specs:
    action_texter (0.2.0)
    actionmailer (3.1.12)
      actionpack (= 3.1.12)
      mail (~> 2.4.4)
    actionpack (3.1.12)
      activemodel (= 3.1.12)
      activesupport (= 3.1.12)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      i18n (~> 0.6)
      rack (~> 1.3.6)
      rack-cache (~> 1.2)
      rack-mount (~> 0.8.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.0.4)
    activemodel (3.1.12)
      activesupport (= 3.1.12)
      builder (~> 3.0.0)
      i18n (~> 0.6)
    activesupport (3.1.12)
      multi_json (~> 1.0)
    ansi (1.4.3)
    appraisal (1.0.2)
      bundler
      rake
      thor (>= 0.14.0)
    builder (3.0.4)
    codeclimate-test-reporter (0.4.4)
      simplecov (>= 0.7.1, < 1.0.0)
    coveralls (0.7.1)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    docile (1.1.5)
    erubis (2.7.0)
    hike (1.2.3)
    i18n (0.7.0)
    jwt (1.0.0)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    metaclass (0.0.4)
    mime-types (1.25.1)
    minitest (5.5.0)
    minitest-reporters (1.0.8)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    netrc (0.10.2)
    nexmo (2.0.0)
    polyglot (0.3.5)
    rack (1.3.10)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-mount (0.8.3)
      rack (>= 1.0.0)
    rack-test (0.6.2)
      rack (>= 1.0)
    rake (10.4.2)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    ruby-progressbar (1.7.1)
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.1)
    shoulda-matchers (2.7.0)
      activesupport (>= 3.0.0)
    simplecov (0.9.1)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sprockets (2.0.5)
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    tilt (1.4.1)
    tins (1.3.3)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    twilio-ruby (3.14.2)
      builder (>= 2.1.2)
      jwt (~> 1.0.0)
      multi_json (>= 1.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  action_texter
  actionmailer (= 3.1.12)
  activesupport (= 3.1.12)
  appraisal
  bundler
  codeclimate-test-reporter
  coveralls
  mail (= 2.4.4)
  minitest
  minitest-reporters
  mocha
  nexmo
  rake
  shoulda
  simplecov
  sms_safe!
  twilio-ruby