Skip to content

Commit

Permalink
Update gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Oct 9, 2010
1 parent e178b92 commit 6a91a93
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 35 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -1,19 +1,19 @@
source :gemcutter source :gemcutter


group :runtime do group :runtime do
gem "activesupport", "3.0.0.beta3" gem "activesupport", "3.0.0"
gem "twitter-stream", "0.1.4" gem "twitter-stream", "0.1.10"
gem "eventmachine", "0.12.10" gem "eventmachine", "0.12.10"
gem "em-websocket", "0.0.6" gem "em-websocket", "0.1.4"
gem "em-http-request", "0.2.7" gem "em-http-request", "0.2.14"
gem "yajl-ruby", "0.7.5" gem "yajl-ruby", "0.7.8"
gem "rake", "0.8.7" gem "rake", "0.8.7"
gem "thor", "0.13.6" gem "thor", "0.14.3"
gem "nokogiri", "1.4.1" gem "nokogiri", "1.4.3.1"
gem "launchy", "0.3.5" gem "launchy", "0.3.7"
gem "thin", "1.2.7" gem "thin", "1.2.7"
gem "sinatra", "1.0" gem "sinatra", "1.0"
gem "haml", "2.2.24" gem "haml", "3.0.21"
end end


group :test do group :test do
Expand Down
46 changes: 20 additions & 26 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,38 +1,32 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.0.0.beta3) activesupport (3.0.0)
builder (~> 2.1.2)
i18n (~> 0.3.6)
memcache-client (>= 1.7.5)
tzinfo (~> 0.3.16)
addressable (2.2.1) addressable (2.2.1)
builder (2.1.2)
configuration (1.1.0) configuration (1.1.0)
daemons (1.1.0) daemons (1.1.0)
em-http-request (0.2.7) em-http-request (0.2.14)
addressable (>= 2.0.0) addressable (>= 2.0.0)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
em-websocket (0.0.6) em-websocket (0.1.4)
addressable (>= 2.1.1) addressable (>= 2.1.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
eventmachine (0.12.10) eventmachine (0.12.10)
gemcutter (0.6.1) gemcutter (0.6.1)
git (1.2.5) git (1.2.5)
haml (2.2.24) haml (3.0.21)
i18n (0.3.7)
jeweler (1.4.0) jeweler (1.4.0)
gemcutter (>= 0.1.0) gemcutter (>= 0.1.0)
git (>= 1.2.5) git (>= 1.2.5)
rubyforge (>= 2.0.0) rubyforge (>= 2.0.0)
json_pure (1.4.6) json_pure (1.4.6)
launchy (0.3.5) launchy (0.3.7)
configuration (>= 0.0.5) configuration (>= 0.0.5)
rake (>= 0.8.1) rake (>= 0.8.1)
memcache-client (1.8.5) nokogiri (1.4.3.1)
nokogiri (1.4.1)
rack (1.2.1) rack (1.2.1)
rake (0.8.7) rake (0.8.7)
roauth (0.0.3)
rspec (1.3.0) rspec (1.3.0)
rubyforge (2.0.4) rubyforge (2.0.4)
json_pure (>= 1.1.7) json_pure (>= 1.1.7)
Expand All @@ -42,30 +36,30 @@ GEM
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.13.6) thor (0.14.3)
twitter-stream (0.1.4) twitter-stream (0.1.10)
eventmachine (>= 0.12.8) eventmachine (>= 0.12.8)
tzinfo (0.3.23) roauth (>= 0.0.2)
yajl-ruby (0.7.5) yajl-ruby (0.7.8)
yard (0.6.1) yard (0.6.1)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
activesupport (= 3.0.0.beta3) activesupport (= 3.0.0)
em-http-request (= 0.2.7) em-http-request (= 0.2.14)
em-websocket (= 0.0.6) em-websocket (= 0.1.4)
eventmachine (= 0.12.10) eventmachine (= 0.12.10)
haml (= 2.2.24) haml (= 3.0.21)
jeweler jeweler
launchy (= 0.3.5) launchy (= 0.3.7)
nokogiri (= 1.4.1) nokogiri (= 1.4.3.1)
rake (= 0.8.7) rake (= 0.8.7)
rspec rspec
sinatra (= 1.0) sinatra (= 1.0)
thin (= 1.2.7) thin (= 1.2.7)
thor (= 0.13.6) thor (= 0.14.3)
twitter-stream (= 0.1.4) twitter-stream (= 0.1.10)
yajl-ruby (= 0.7.5) yajl-ruby (= 0.7.8)
yard yard
Binary file removed vendor/cache/activesupport-3.0.0.beta3.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/builder-2.1.2.gem
Binary file not shown.
Binary file added vendor/cache/em-http-request-0.2.14.gem
Binary file not shown.
Binary file removed vendor/cache/em-http-request-0.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/em-websocket-0.0.6.gem
Binary file not shown.
Binary file added vendor/cache/em-websocket-0.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/haml-2.2.24.gem
Binary file not shown.
Binary file added vendor/cache/haml-3.0.21.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-0.3.7.gem
Binary file not shown.
Binary file removed vendor/cache/launchy-0.3.5.gem
Binary file not shown.
Binary file added vendor/cache/launchy-0.3.7.gem
Binary file not shown.
Binary file removed vendor/cache/memcache-client-1.8.5.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.4.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.4.3.1.gem
Binary file not shown.
Binary file added vendor/cache/roauth-0.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/thor-0.13.6.gem
Binary file not shown.
Binary file added vendor/cache/thor-0.14.3.gem
Binary file not shown.
Binary file added vendor/cache/twitter-stream-0.1.10.gem
Binary file not shown.
Binary file removed vendor/cache/twitter-stream-0.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-0.3.23.gem
Binary file not shown.
Binary file removed vendor/cache/yajl-ruby-0.7.5.gem
Binary file not shown.
Binary file added vendor/cache/yajl-ruby-0.7.8.gem
Binary file not shown.

0 comments on commit 6a91a93

Please sign in to comment.