Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
misshie committed Dec 11, 2013
1 parent 9f18f61 commit 5a4adbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# bio-ucsc-api version 0.6.0rc
# bio-ucsc-api version 0.6.0

**The Ruby UCSC API**: accessing the UCSC Genome Database using Ruby.

Expand Down Expand Up @@ -62,7 +62,7 @@ Major rubygem dependencies:

* active_record version **4.0** - http://api.rubyonrails.org/classes/ActiveRecord/Base.html
* safe_attributes - https://github.com/bjones/safe_attributes
* activerecord-deprecated_finders - http://github.com/rails/activerecord-deprecated_finders -- supporting AR4.0 deprecated dynamic finders shch as 'find_all_by_name'.
* activerecord-deprecated_finders - http://github.com/rails/activerecord-deprecated_finders -- supporting AR4.0 deprecated dynamic finders shch as 'find_all_by_name'. To suppress deprecation warnings, you have to add `ActiveSupport::Deprecation.silenced = true`.
* bioruby-genomic-interval - https://github.com/misshie/bioruby-genomic-interval
* mysql (MySQL/Ruby MySQL API module) - http://www.tmtm.org/mysql/ruby/README.html

Expand Down

0 comments on commit 5a4adbd

Please sign in to comment.