Skip to content

Commit

Permalink
Update README to mention Ruby version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Apr 20, 2013
1 parent d2184c3 commit 2c5fbd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ carmen-rails is a Rails 3 plugin that supplies two new form helper methods:
`country_select` and `subregion_select`. It uses
[carmen](http://github.com/jim/carmen) as its source of geographic data.

## Requirements

carmen-rails requires Ruby 1.9.2 or greater.

## Installation

Just add carmen-rails to your Gemfile:
Expand Down Expand Up @@ -59,4 +63,4 @@ should be done inside `config/application.rb`:

``` ruby
config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
```
```

0 comments on commit 2c5fbd6

Please sign in to comment.