Skip to content

Commit

Permalink
updated the faq with a common error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jashmenn committed Sep 8, 2008
1 parent 0b2386d commit 8627b03
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ at: http://www.borgelt.net/apriori.html

* gem install --source http://gems.github.com jashmenn-apriori

== FAQ:

If you get the error:

undefined method `add_development_dependency' for #<Gem::Specification:0x2aabcba63ed8>

This is because hoe 1.7.0 requires rubygems 1.2.0. To upgrade, simply do the following:

gem update --system

== LICENSE:

=== Apriori C code
Expand Down
10 changes: 10 additions & 0 deletions website/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ h3. Build and test instructions
rake test
rake install_gem</pre>

h3.

If you get the error:

undefined method `add_development_dependency' for #<Gem::Specification:0x2aabcba63ed8>

This is because hoe 1.7.0 requires rubygems 1.2.0. To upgrade, simply do the following:

gem update --system

h2. License

h3. Apriori C code
Expand Down

0 comments on commit 8627b03

Please sign in to comment.