PATH
  remote: .
  specs:
    knife-chop (0.2.8)
      awesome_print
      chef (~> 11.6.2)
      colorize
      inifile
      json (>= 1.4.4, <= 1.7.7)
      knife-ec2
      logging
      mixlib-config (>= 1.1.2)
      unf

GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.3.5)
    awesome_print (1.2.0)
    builder (3.2.2)
    chef (11.6.2)
      erubis (~> 2.7)
      highline (~> 1.6, >= 1.6.9)
      json (>= 1.4.4, <= 1.7.7)
      mixlib-authentication (~> 1.3)
      mixlib-cli (~> 1.3)
      mixlib-config (~> 1.1, >= 1.1.2)
      mixlib-log (~> 1.3)
      mixlib-shellout (~> 1.1)
      net-ssh (~> 2.6)
      net-ssh-multi (~> 1.1.0)
      ohai (>= 0.6.0, < 7.0.0)
      rest-client (>= 1.0.4, < 1.7.0)
      yajl-ruby (~> 1.1)
    colorize (0.6.0)
    diff-lcs (1.2.4)
    erubis (2.7.0)
    excon (0.27.6)
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
    fog (1.17.0)
      builder
      excon (~> 0.27.0)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0)
      net-scp (~> 1.1)
      net-ssh (>= 2.1.3)
      nokogiri (~> 1.5)
      ruby-hmac
    formatador (0.2.4)
    git (1.2.6)
    github_api (0.10.1)
      addressable
      faraday (~> 0.8.1)
      hashie (>= 1.2)
      multi_json (~> 1.4)
      nokogiri (~> 1.5.2)
      oauth2
    hashie (2.0.5)
    highline (1.6.20)
    httpauth (0.2.0)
    inifile (2.0.2)
    ipaddress (0.8.0)
    jeweler (1.8.8)
      builder
      bundler (~> 1.0)
      git (>= 1.2.5)
      github_api (= 0.10.1)
      highline (>= 1.6.15)
      nokogiri (= 1.5.10)
      rake
      rdoc
    json (1.7.7)
    jwt (0.1.8)
      multi_json (>= 1.5)
    knife-ec2 (0.6.4)
      chef (>= 0.10.10)
      fog (~> 1.6)
    little-plugger (1.1.3)
    logging (1.8.1)
      little-plugger (>= 1.1.3)
      multi_json (>= 1.3.6)
    mime-types (2.0)
    mixlib-authentication (1.3.0)
      mixlib-log
    mixlib-cli (1.3.0)
    mixlib-config (1.1.2)
    mixlib-log (1.6.0)
    mixlib-shellout (1.2.0)
    multi_json (1.8.2)
    multi_xml (0.5.5)
    multipart-post (1.2.0)
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.7.0)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    net-ssh-multi (1.1)
      net-ssh (>= 2.1.4)
      net-ssh-gateway (>= 0.99.0)
    nokogiri (1.5.10)
    oauth2 (0.9.2)
      faraday (~> 0.8)
      httpauth (~> 0.2)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    ohai (6.18.0)
      ipaddress
      mixlib-cli
      mixlib-config
      mixlib-log
      mixlib-shellout
      systemu
      yajl-ruby
    rack (1.5.2)
    rake (10.1.0)
    rdoc (3.12.2)
      json (~> 1.4)
    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.7)
    rspec-expectations (2.14.3)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.4)
    ruby-hmac (0.4.0)
    systemu (2.5.2)
    unf (0.1.3)
      unf_ext
    unf_ext (0.0.6)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  chef (~> 11.6.2)
  colorize
  inifile
  jeweler (~> 1.8.8)
  json (>= 1.4.4, <= 1.7.7)
  knife-chop!
  knife-ec2
  logging
  mixlib-config (>= 1.1.2)
  rspec
  unf