Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,30 @@ GIT

GIT
remote: https://github.com/wjessop/Scamp.git
revision: af7c35bff34a28865bab940c7aafe6aa3728dd3f
revision: d76234caf9ff9293c232dbe9861410c20596cc9b
branch: master
specs:
scamp (0.2.1)
em-http-request (~> 1.0.0.beta.4)
eventmachine (~> 1.0.0.beta.4)
yajl-ruby (~> 0.8.3)
scamp (1.2.0)
em-http-request (~> 1.0)
eventmachine (~> 1.0.0.rc.4)
yajl-ruby (~> 1.1)

GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
addressable (2.2.8)
classifier (1.3.1)
stemmer (>= 1.0.0)
em-http-request (1.0.0)
cookiejar (0.3.3)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.3)
http_parser.rb (>= 0.5.2)
em-socksify (0.1.0)
eventmachine
eventmachine (1.0.0.beta.4)
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.3.2)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.9.1)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
Expand All @@ -37,7 +39,9 @@ GEM
faraday (~> 0.6)
git (1.2.5)
hpricot (0.8.5)
http_parser.rb (0.5.3)
http_parser.rb (0.8.0)
httpi (3.0.1)
rack
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
Expand All @@ -55,7 +59,7 @@ GEM
stemmer (1.0.1)
twss (0.0.5)
classifier (= 1.3.1)
yajl-ruby (0.8.3)
yajl-ruby (1.4.3)

PLATFORMS
ruby
Expand All @@ -65,6 +69,7 @@ DEPENDENCIES
can-has-lolcat!
faraday (~> 0.7.5)
hpricot (~> 0.8.5)
httpi
jeweler (~> 1.6.4)
nokogiri (~> 1.5.0)
papertrail-cli (~> 0.8.2)
Expand Down