Skip to content

Commit

Permalink
Merge pull request #543 from tricknotes/fix-version-in-readme
Browse files Browse the repository at this point in the history
Update supported Rails version
  • Loading branch information
tricknotes committed Mar 27, 2017
2 parents 95ced89 + 65747a6 commit 4688b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ember-rails [![Build Status](https://secure.travis-ci.org/emberjs/ember-rails.svg?branch=master)](http://travis-ci.org/emberjs/ember-rails) [![Dependency Status](https://gemnasium.com/emberjs/ember-rails.svg)](https://gemnasium.com/emberjs/ember-rails) [![Code Climate](https://codeclimate.com/github/emberjs/ember-rails/badges/gpa.svg)](https://codeclimate.com/github/emberjs/ember-rails)

ember-rails makes developing an [Ember.JS](http://emberjs.com/) application much easier in Rails 3.1+.
ember-rails makes developing an [Ember.JS](http://emberjs.com/) application much easier in Rails 4.2+.

The following functionalities are included in this gem:
- Pre-compiling of your handlebars templates when building your asset pipeline.
Expand Down
2 changes: 1 addition & 1 deletion ember-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ["Keith Pitt", "Rob Monie", "Joao Carlos", "Paul Chavard"]
s.email = ["me@keithpitt.com", "paul@chavard.net"]
s.homepage = "https://github.com/emberjs/ember-rails"
s.summary = "Ember for Rails 3.1+"
s.summary = "Ember for Rails 4.2+"
s.license = "MIT"

s.add_dependency "railties", [">= 4.2"]
Expand Down

0 comments on commit 4688b13

Please sign in to comment.