Skip to content

Commit

Permalink
Update gems and Ruby requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Oct 9, 2010
1 parent e75b0a4 commit 8414755
Show file tree
Hide file tree
Showing 19 changed files with 73 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rvm 1.9.1@sonia
rvm 1.9.2@sonia
71 changes: 71 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.0.beta3)
builder (~> 2.1.2)
i18n (~> 0.3.6)
memcache-client (>= 1.7.5)
tzinfo (~> 0.3.16)
addressable (2.2.1)
builder (2.1.2)
configuration (1.1.0)
daemons (1.1.0)
em-http-request (0.2.7)
addressable (>= 2.0.0)
eventmachine (>= 0.12.9)
em-websocket (0.0.6)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
gemcutter (0.6.1)
git (1.2.5)
haml (2.2.24)
i18n (0.3.7)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
launchy (0.3.5)
configuration (>= 0.0.5)
rake (>= 0.8.1)
memcache-client (1.8.5)
nokogiri (1.4.1)
rack (1.2.1)
rake (0.8.7)
rspec (1.3.0)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sinatra (1.0)
rack (>= 1.0)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.13.6)
twitter-stream (0.1.4)
eventmachine (>= 0.12.8)
tzinfo (0.3.23)
yajl-ruby (0.7.5)
yard (0.6.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (= 3.0.0.beta3)
em-http-request (= 0.2.7)
em-websocket (= 0.0.6)
eventmachine (= 0.12.10)
haml (= 2.2.24)
jeweler
launchy (= 0.3.5)
nokogiri (= 1.4.1)
rake (= 0.8.7)
rspec
sinatra (= 1.0)
thin (= 1.2.7)
thor (= 0.13.6)
twitter-stream (= 0.1.4)
yajl-ruby (= 0.7.5)
yard
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Bring Your Own Widgets! It's so easy to create your own widgets! Have a look at

## Requirements

* Ruby 1.9.1
* Ruby 1.9.2
* Bundler gem `gem install bundler`

## Quick Start
Expand Down
Binary file removed vendor/cache/addressable-2.1.2.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/daemons-1.0.10.gem
Binary file not shown.
Binary file added vendor/cache/daemons-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/gemcutter-0.5.0.gem
Binary file not shown.
Binary file added vendor/cache/gemcutter-0.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/json_pure-1.4.3.gem
Binary file not shown.
Binary file added vendor/cache/json_pure-1.4.6.gem
Binary file not shown.
Binary file removed vendor/cache/memcache-client-1.8.3.gem
Binary file not shown.
Binary file added vendor/cache/memcache-client-1.8.5.gem
Binary file not shown.
Binary file removed vendor/cache/rack-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/tzinfo-0.3.20.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-0.3.23.gem
Binary file not shown.
Binary file removed vendor/cache/yard-0.5.4.gem
Binary file not shown.
Binary file added vendor/cache/yard-0.6.1.gem
Binary file not shown.

0 comments on commit 8414755

Please sign in to comment.