Skip to content

Commit

Permalink
require rails 3.1+ and fix description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Apr 9, 2012
1 parent 3ee8fc5 commit 74f055b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# ember-rails [![Build Status](https://secure.travis-ci.org/keithpitt/ember-rails.png)](http://travis-ci.org/keithpitt/ember-rails) [![Dependency Status](https://gemnasium.com/emberjs/ember-rails.png)](https://gemnasium.com/emberjs/ember-rails)

ember-rails allows you to include [Ember.JS](http://emberjs.com/) into your Rails 3.x application.
ember-rails allows you to include [Ember.JS](http://emberjs.com/) into your Rails 3.1+ application.

The gem will also pre-compile your handlebars templates when building your asset pipeline. It includes development and production copies of Ember.

Expand Down
8 changes: 4 additions & 4 deletions ember-rails.gemspec
Expand Up @@ -7,14 +7,14 @@ Gem::Specification.new do |s|
s.version = Ember::Rails::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Keith Pitt", "Rob Monie", "Joao Carlos", "Paul Chavard"]
s.email = ["me@keithpitt.com"]
s.email = ["me@keithpitt.com", "paul@chavard.net"]
s.homepage = "https://github.com/emberjs/ember-rails"
s.summary = "Ember for Rails 3.x"
s.summary = "Ember for Rails 3.1+"

s.add_dependency "execjs", [">= 1.2"]
s.add_dependency "railties", [">= 3.0"]
s.add_dependency "railties", ["~> 3.1"]

s.add_development_dependency "rails", [">= 3.0"]
s.add_development_dependency "rails", ["~> 3.1"]

s.files = %w(README.md) + Dir["lib/**/*", "vendor/assets/**/*"]

Expand Down

0 comments on commit 74f055b

Please sign in to comment.