Sha256: 810076a7ea1c323e217003845182e20c431a1f26c94ee93c4aef8787ff08e8a6

Contents?: true

Size: 962 Bytes

Versions: 2

Compression:

Stored size: 962 Bytes

Contents

= Installing FasterCSV

RubyGems is the preferred easy install method for FasterCSV.  However, you can
install FasterCSV manually as described below.

== Installing the Gem

FasterCSV is intended to be installed via the
RubyGems[http://rubyforge.org/projects/rubygems/] system.  To get the latest
version, simply enter the following into your command prompt:

	$ sudo gem install fastercsv

You must have RubyGems[http://rubyforge.org/projects/rubygems/] installed for
the above to work.

If you want to build the gem locally, make sure you have
Rake[http://rubyforge.org/projects/rake/] installed then run the following
command:

  $ rake package

== Running the Tests

If you would like to run FasterCSV's test suite on your system before installing
and you have Rake installed, just issue the following command from the root of
the project directory:

  $ rake

If you do not have rake, use the following command instead:

  $ ruby -I lib:test test/ts_all.rb

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/fastercsv-1.5.5/INSTALL
fastercsv-1.5.5 INSTALL