Created
April 17, 2010 18:09
-
-
Save alfanick/369722 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gem list | |
** LOCAL GEMS *** | |
abstract (1.0.0) | |
actionmailer (3.0.0.beta3) | |
actionpack (3.0.0.beta3) | |
activemodel (3.0.0.beta3) | |
activerecord (3.0.0.beta3) | |
activeresource (3.0.0.beta3) | |
activesupport (3.0.0.beta3) | |
arel (0.3.3, 0.2.pre) | |
builder (2.1.2) | |
bundler (0.9.21, 0.9.20, 0.9.19) | |
erubis (2.6.5) | |
factory_girl (1.2.4) | |
haml (2.2.23) | |
i18n (0.3.7, 0.3.6) | |
mail (2.2.0) | |
memcache-client (1.8.2) | |
mime-types (1.16) | |
mysql (2.8.1) | |
nokogiri (1.4.1) | |
polyglot (0.3.1) | |
rack (1.1.0) | |
rack-mount (0.6.3, 0.6.2, 0.6.0) | |
rack-test (0.5.3) | |
rails (3.0.0.beta3) | |
railties (3.0.0.beta3) | |
rake (0.8.7) | |
rdoc (2.5.3) | |
rspec (2.0.0.beta.7, 1.3.0) | |
rspec-core (2.0.0.beta.7) | |
rspec-expectations (2.0.0.beta.7) | |
rspec-mocks (2.0.0.beta.7) | |
rspec-rails (2.0.0.beta.7) | |
rubygems-update (1.3.6) | |
text-format (1.0.0) | |
text-hyphen (1.0.0) | |
thor (0.13.4) | |
treetop (1.4.5) | |
tzinfo (0.3.19) | |
webrat (0.7.0) | |
$ bundle list | |
Gems included by the bundle: | |
* abstract (1.0.0) | |
* actionmailer (3.0.0.beta3) | |
* actionpack (3.0.0.beta3) | |
* activemodel (3.0.0.beta3) | |
* activerecord (3.0.0.beta3) | |
* activeresource (3.0.0.beta3) | |
* activesupport (3.0.0.beta3) | |
* arel (0.3.3) | |
* builder (2.1.2) | |
* bundler (0.9.21) | |
* erubis (2.6.5) | |
* factory_girl (1.2.4) | |
* haml (2.2.23) | |
* i18n (0.3.7) | |
* mail (2.2.0) | |
* memcache-client (1.8.2) | |
* mime-types (1.16) | |
* mysql (2.8.1) | |
* nokogiri (1.4.1) | |
* polyglot (0.3.1) | |
* rack (1.1.0) | |
* rack-mount (0.6.3) | |
* rack-test (0.5.3) | |
* rails (3.0.0.beta3 16a5e918a06649ffac24fd5873b875daf66212ad-b7693d) | |
* railties (3.0.0.beta3) | |
* rake (0.8.7) | |
* rspec (2.0.0.beta.7 d99ab5d30d626cd042ce835cf94a4a8597ecabd9-6c343b) | |
* rspec-core (2.0.0.beta.7) | |
* rspec-expectations (2.0.0.beta.7) | |
* rspec-mocks (2.0.0.beta.7) | |
* rspec-rails (2.0.0.beta.7 rails-80b47c) | |
* text-format (1.0.0) | |
* text-hyphen (1.0.0) | |
* thor (0.13.4) | |
* treetop (1.4.5) | |
* tzinfo (0.3.19) | |
* webrat (0.7.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment