README.md in modularity-rails-0.12.3 vs README.md in modularity-rails-0.14.0

- old
+ new

@@ -1,24 +1,22 @@ -# Modularity::Rails [![Build Status](https://secure.travis-ci.org/kevgo/modularity-rails.png)](http://travis-ci.org/#!/kevgo/modularity-rails) +# Modularity::Rails [![Build Status](https://secure.travis-ci.org/kevgo/modularity-rails.png)](http://travis-ci.org/#!/kevgo/modularity-rails) <a href="https://codeclimate.com/github/kevgo/modularity-rails" target="_blank"><img src="https://codeclimate.com/badge.png" /></a> -A lightweight, modular, object and component oriented frontend framework for Rails applications. +Makes the [Modularity CoffeeScript](http://github.com/kevgo/modularity-coffeescript) library and related modules available to +Rails 3.1 applications. -Makes the [Modularity CoffeeScript](http://github.com/kevgo/modularity-coffeescript) library available to -Rails 3.1 applications. +Modularity is a framework for lightweight component-oriented CoffeeScript. +It allows to compose functionally rich web pages in a clean, intuitive, and testable way +out of well structured and reusable components. It scales very well with complexity. -Modularity is a pattern and framework for lightweight object-oriented JavaScript -that allows to compose functionally rich web pages in a clean and testable way -out of well structured and reusable components. - ## Authors * [Kevin Goslar](https://github.com/kevgo) (kevin.goslar@gmail.com) * [Alex David](https://github.com/alexdavid) # Installation -Add this line to your application's Gemfile: +Load modularity in your application's Gemfile: ```ruby gem 'modularity-rails' ```