On 6/27/06, Jean-FranƧois [email protected] wrote:
The announce without the repetition 
Is this bad? Iāve never had a problem with gem before.
~ $ sudo gem install rails --include-dependencies
Attempting local installation of ārailsā
Local gem file not found: rails*.gem
Attempting remote installation of ārailsā
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ⦠(ArgumentError)
syntax error on line 142311, col 1175: `: RubyGems is a package
management framework for Ruby. This Gem is a update for the base
RubyGems software. You must have a base installation of RubyGems
before this update can be applied.
autorequire:
default_executable:
bindir: bin
has_rdoc:
required_ruby_version: !ruby/object:Gem::Version::Requirement
requirements:
- - ā>ā
- !ruby/object:Gem::Version
version: 0.0.0
platform:
signing_key:
cert_chain: []
authors:
files: []
test_files: []
rdoc_options: []
extra_rdoc_files: []
executables:
- update_rubygems
extensions:
requirements:
dependencies:
fastercsv-0.1.9: !ruby/object:Gem::Specification
rubygems_version: 0.8.11
specification_version: 1
name: fastercsv
version: !ruby/object:Gem::Version
version: 0.1.9
date: 2006-02-27 01:00:00 -05:00
summary: FasterCSV is CSV, but faster, smaller, and
~ $
And for referenceā¦
~ $ gem list --local
*** LOCAL GEMS ***
actionmailer (1.2.1)
Service layer for easy email delivery and testing.
actionpack (1.12.1)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (1.1.2)
Web service support for Action Pack.
activerecord (1.14.2)
Implements the ActiveRecord pattern for ORM.
activesupport (1.3.1)
Support and utility classes used by the Rails framework.
capistrano (1.1.0)
Capistrano is a framework and utility for executing commands in
parallel on multiple remote machines, via SSH. The primary goal
is to simplify and automate the deployment of web applications.
daemons (0.4.4)
A toolkit to create and control daemons in different ways
gem_plugin (0.2.1)
A plugin system based only on rubygems that uses dependencies only
htmltools (1.09)
This is a Ruby library for building trees representing HTML
structure.
mongrel (0.3.13, 0.3.12.4)
A small fast HTTP library and server that runs Rails, Camping, and
Nitro apps.
mongrel_cluster (0.2.0)
Mongrel plugin that provides commands and Capistrano tasks for
managing multiple Mongrel processes.
needle (1.3.0)
Needle is a Dependency Injection/Inversion of Control container for
Ruby. It supports both type-2 (setter) and type-3 (constructor)
injection. It takes advantage of the dynamic nature of Ruby to
provide a rich and flexible approach to injecting dependencies.
net-sftp (1.1.0)
Net::SFTP is a pure-Ruby implementation of the SFTP client protocol.
net-ssh (1.0.9)
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.
postgres (0.7.1)
The extension library to access a PostgreSQL database from Ruby.
rails (1.1.2)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.7.1)
Ruby based make-like utility.
RedCloth (3.0.4)
RedCloth is a module for using Textile and Markdown in Ruby. Textile
and Markdown are text formats. A very simple text format. Another
stab at making readable text that can be converted to HTML.
rubyful_soup (1.0.4)
An HTML/XML parser that handles bad markup and provides tree
traversal methods.
sendfile (0.9.2)
Ruby interface to sendfile(2) system call
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite3-ruby (1.1.0)
SQLite3/Ruby is a module to allow Ruby scripts to interface with a
SQLite3 database.
termios (0.9.4)
Termios module are simple wrapper for termios(3). It can be included
into IO-family classes and can extend IO-family objects. In
addition, the methods can use as module function.
~ $