README.md in optimize-js-1.0 vs README.md in optimize-js-1.0.1

- old
+ new

@@ -1,7 +1,8 @@ ## Ruby wrapper and Rails asset pipeline integration for [optimize-js](https://github.com/nolanlawson/optimize-js). +[![Gem Version](https://badge.fury.io/rb/optimize-js.svg)](https://badge.fury.io/rb/optimize-js) [![Build Status](https://travis-ci.org/yivo/optimize-js.svg?branch=master)](https://travis-ci.org/yivo/optimize-js) ## About This gem is ruby wrapper for [optimize-js](https://github.com/nolanlawson/optimize-js). It allows you to invoke optimize-js from ruby. For Rails users this gem automatically integrates optimize-js into sprockets. @@ -41,10 +42,11 @@ ## Updating optimize-js to the latest version 1. Install gem dependencies: `bundle install` 2. Run: `bundle exec rake optimize_js` This rake task will do several things: + 1. Clone latest git tag 2. Install npm dependencies 3. Install browserify 4. Install uglifyjs 5. Make web-version @@ -55,13 +57,13 @@ ## Running tests 1. Install gem dependencies: `bundle install` 2. Run tests: `bundle exec rake test` ## Things to work on -1. Write integration tests. -2. Test on different versions of sprockets. -3. Test on different versions of rails. -4. Test on different versions of ruby. +1. ~~Write integration tests.~~ +2. ~~Test on different versions of sprockets.~~ +3. ~~Test on different versions of rails.~~ +4. ~~Test on different versions of ruby.~~ 5. Sprockets without Rails. 6. Typos in README. ## Licence [JavaScript Library Licence](https://github.com/yivo/optimize-js/blob/master/OPTIMIZE-JS-LICENCE)