I downloaded the source code for "Ruby Linguistics With Verb Conjugation".
How can I install it for usage? Do I need to compile it into some gem?
cd into the directory and run rake
, then install the gem:
$ git clone https://github.com/bdigital/ruby_linguistics_with_verb_conjugation.git
$ cd ruby_linguistics_with_verb_conjugation
$ rake
...lots of output...
Successfully built RubyGem
Name: linguistics
Version: 1.0.8
File: linguistics-1.0.8.gem
mv linguistics-1.0.8.gem pkg/linguistics-1.0.8.gem
$ cd pkg
$ gem install linguistics-1.0.8.gem
Done!