PATH
  remote: .
  specs:
    tengine_job (1.2.2)
      tengine_core (~> 1.2.2)
      tengine_resource (~> 1.2.2)
      tengine_support (~> 1.2.2)

GEM
  remote: http://rubygems.org/
  specs:
    ZenTest (4.9.1)
    activemodel (3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
    activesupport (3.2.13)
      i18n (= 0.6.1)
      multi_json (~> 1.0)
    amq-client (0.9.12)
      amq-protocol (>= 1.2.0)
      eventmachine
    amq-protocol (1.2.0)
    amqp (0.9.10)
      amq-client (~> 0.9.12)
      amq-protocol (~> 1.2.0)
      eventmachine
    autotest (4.4.6)
      ZenTest (>= 4.4.1)
    builder (3.0.4)
    coderay (1.0.9)
    columnize (0.3.6)
    daemons (1.1.9)
    debugger (1.5.0)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.2.0)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.2.0)
    diff-lcs (1.1.3)
    eventmachine (1.0.3)
    factory_girl (3.3.0)
      activesupport (>= 3.0.0)
    i18n (0.6.1)
    macaddr (1.6.1)
      systemu (~> 2.5.0)
    method_source (0.8.1)
    mongoid (3.1.4)
      activemodel (~> 3.2)
      moped (~> 1.4)
      origin (~> 1.0)
      tzinfo (~> 0.3.22)
    moped (1.5.1)
    multi_json (1.7.2)
    net-ssh (2.5.2)
    origin (1.1.0)
    pry (0.9.12.1)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-debugger (0.2.2)
      debugger (~> 1.3)
      pry (~> 0.9.10)
    pry-doc (0.4.5)
      pry (>= 0.9)
      yard (>= 0.8)
    rake (10.0.4)
    right_aws (2.1.0)
      right_http_connection (>= 1.2.5)
    right_http_connection (1.4.0)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.1)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
    selectable_attr (0.3.17)
      i18n
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    slop (3.4.4)
    systemu (2.5.2)
    tengine_core (1.2.2)
      activemodel (>= 3.1.0)
      activesupport (>= 3.1.0)
      daemons (~> 1.1.4)
      mongoid (>= 3.0.22)
      selectable_attr (~> 0.3.15)
      tengine_event (~> 1.2.2)
      tengine_support (~> 1.2.2)
    tengine_event (1.2.2)
      activesupport (>= 3.0.0)
      amqp (~> 0.9.10)
      tengine_support (~> 1.2.2)
      uuid (~> 2.3.4)
    tengine_job_agent (1.2.2)
      tengine_event (~> 1.2.2)
      tengine_support (~> 1.2.2)
    tengine_resource (1.2.2)
      net-ssh (~> 2.5.2)
      tengine_core (~> 1.2.2)
      tengine_support (~> 1.2.2)
      text-table (~> 1.2.2)
      thor (>= 0.14.6)
    tengine_resource_ec2 (1.2.2)
      right_aws (~> 2.1.0)
      tengine_resource (~> 1.2.2)
    tengine_support (1.2.2)
      activesupport (>= 3.0.0, < 4.0.0)
    text-table (1.2.3)
    thor (0.18.1)
    tzinfo (0.3.37)
    uuid (2.3.7)
      macaddr (~> 1.0)
    yard (0.8.6.1)

PLATFORMS
  ruby

DEPENDENCIES
  ZenTest (~> 4.9.0)
  autotest
  bundler
  factory_girl (~> 3.3.0)
  pry
  pry-debugger
  pry-doc
  rake
  rspec (~> 2.10.0)
  simplecov
  tengine_job!
  tengine_job_agent (~> 1.2.2)
  tengine_resource_ec2 (~> 1.2.2)
  yard