README.md in navigator-0.3.0 vs README.md in navigator-0.4.0

- old
+ new

@@ -13,17 +13,17 @@ * Supports the following HTML tags: ul, li, a, b, em, s, small, span, strong, sub, and sup. * Provides the "item" convenience method which combines the "li" and "a" HTML tags into a single method for less typing. # Requirements -0. [Ruby 2.0.x](http://www.ruby-lang.org). -0. [Ruby on Rails 4.0.x](http://rubyonrails.org). +0. [Ruby 2.x.x](http://www.ruby-lang.org). +0. [Ruby on Rails 4.x.x](http://rubyonrails.org). # Setup Type the following from the command line to securely install (recommended): - gem cert --add <(curl -Ls https://raw.github.com/bkuhlmann/navigator/master/gem-public.pem) + gem cert --add <(curl -Ls http://www.redalchemist.com/gem-public.pem) gem install navigator -P HighSecurity ...or type the following to insecurely install (not recommended): gem install navigator