Skip to content

Update supported Rails version #543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = ["[email protected]", "[email protected]"]
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