Skip to content

Commit

Permalink
Add information to Readme about new Rails 4.1
Browse files Browse the repository at this point in the history
branch.
  • Loading branch information
mgurley committed Aug 15, 2014
1 parent b6e7171 commit 40330e9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ on [rubydoc.info][] so that the links will be followable.
Abstractor works with:

* Ruby 1.9.3, 2.0.0 and 2.1.1
* Rails 3.2 (not Rails 4.0 or later yet)
* Rails 3.2
* Rails 4.1 experimental branch now available [here][]
[here]: https://github.com/NUBIC/abstractor/tree/rails-4

Some key dependencies are:

Expand All @@ -47,11 +49,16 @@ Add abstractor to your Gemfile:
```ruby
gem 'abstractor'
```
or if using Rails 4.1 or greater

```ruby
gem 'abstractor', :git => 'https://github.com/NUBIC/abstractor', branch: 'rails-4'
```

Add the stanford-core-nlp gem to your Gemfile. Currently need to use the master branch of the official repository until a new version of the gem is released:

```ruby
gem 'stanford-core-nlp', :git => 'https://github.com/louismullie/stanford-core-nlp', :branch => 'master',
gem 'stanford-core-nlp', :git => 'https://github.com/louismullie/stanford-core-nlp', branch: 'master'
```

Also add the paper\_trail gem to your Gemfile (if it is not already there):
Expand Down

0 comments on commit 40330e9

Please sign in to comment.