Skip to content
kotp edited this page Dec 29, 2010 · 5 revisions

About Gems

(MarcRic) Let me start with the initial gem setting I have:

D:\Ruby192>gem list

*** LOCAL GEMS ***

  • abstract (1.0.0)
  • actionmailer (3.0.3)
  • actionpack (3.0.3)
  • activemodel (3.0.3)
  • activerecord (3.0.3)
  • activeresource (3.0.3)
  • activesupport (3.0.3)
  • archive-tar-minitar (0.5.2)
  • arel (2.0.4)
  • authlogic (2.1.6)
  • bcrypt-ruby (2.1.2)
  • bson (1.1.1)
  • builder (2.1.2)
  • bundler (1.0.0)
  • camping (2.1)
  • cgi_multipart_eof_fix (2.5.0)
  • columnize (0.3.2)
  • daemons (1.1.0)
  • devise (1.1.5)
  • erubis (2.6.6)
  • eventmachine (1.0.0.beta.2 x86-mingw32)
  • gem_plugin (0.2.3)
  • i18n (0.4.2)
  • linecache19 (0.5.11)
  • mail (2.2.12)
  • markaby (0.7.1)
  • menu_builder (0.4.0)
  • mime-types (1.16)
  • minitest (2.0.0, 1.6.0)
  • mongo (1.1.1)
  • mongrel (1.2.0.pre2 x86-mingw32)
  • nifty-generators (0.4.2)
  • paperclip (2.3.6)
  • polyglot (0.3.1)
  • rack (1.2.1)
  • rack-mount (0.6.13)
  • rack-test (0.5.6)
  • rails (3.0.3)
  • railties (3.0.3)
  • rake (0.8.7)
  • rdiscount (1.6.5)
  • rdoc (2.5.8)
  • redcar (0.8.1)
  • RedCloth (4.2.2)
  • ruby-debug-base19 (0.11.24)
  • ruby-debug19 (0.11.6)
  • ruby-graphviz (0.9.20)
  • ruby_core_source (0.1.4)
  • rubyzip (0.9.4)
  • sqlite3-ruby (1.3.2 x86-mingw32)
  • thin (1.2.7 x86-mingw32)
  • thor (0.14.6)
  • treetop (1.4.9)
  • tzinfo (0.3.23)
  • warden (1.0.2)

D:\Ruby192>

Gems installed from Gemfile / Bundler

Gems included by the bundle:

  • ZenTest (4.4.2)
  • abstract (1.0.0)
  • actionmailer (3.0.3)
  • actionpack (3.0.3)
  • activemodel (3.0.3)
  • activerecord (3.0.3)
  • activeresource (3.0.3)
  • activesupport (3.0.3)
  • arel (2.0.6)
  • autotest (4.4.6)
  • bcrypt-ruby (2.1.2)
  • builder (2.1.2)
  • bundler (1.0.7)
  • cucumber (0.10.0)
  • cucumber-rails (0.3.2)
  • devise (1.1.5)
  • diff-lcs (1.1.2)
  • erubis (2.6.6)
  • gherkin (2.3.2)
  • i18n (0.5.0)
  • json (1.4.6)
  • mail (2.2.12)
  • mime-types (1.16)
  • nifty-generators (0.4.2)
  • nokogiri (1.4.4)
  • polyglot (0.3.1)
  • rack (1.2.1)
  • rack-mount (0.6.13)
  • rack-test (0.5.6)
  • rails (3.0.3)
  • railties (3.0.3)
  • rake (0.8.7)
  • rcov (0.9.9)
  • rspec (2.3.0)
  • rspec-core (2.3.0)
  • rspec-expectations (2.3.0)
  • rspec-mocks (2.3.0)
  • rspec-rails (2.3.0)
  • sqlite3-ruby (1.3.2)
  • term-ansicolor (1.0.5)
  • thor (0.14.6)
  • treetop (1.4.9)
  • tzinfo (0.3.23)
  • warden (1.0.3)
  • webrat (0.7.2)
Clone this wiki locally