README.md in purecss-0.0.5 vs README.md in purecss-0.0.6

- old
+ new

@@ -10,10 +10,11 @@ I cite directly from [purecss.io](http://purecss.io) > CSS with a minimal footprint. > > Pure is ridiculously tiny. The entire set of modules clocks in at 5.7KB minified and gzipped, without forgoing responsive styles, design, or ease of use. Crafted with mobile devices in mind, it was important to us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you'll save even more bytes. +Note: [will_paginate](https://github.com/mislav/will_paginate) is integrated with purecss pagination style using the [purecss-will_paginate](https://github.com/mseri/rails-purecss-will_paginate) gem. ## Installation Add this line to your application's Gemfile: @@ -126,10 +127,10 @@ 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Changelog - -- 0.0.4 Slightly improved dropdown (now it works even with different menu font), added purecss-custom.css +- 0.0.6 Reorganized CSS Addon structure +- 0.0.5 Slightly improved dropdown (now it works even with different menu font), added purecss-custom.css - 0.0.3 Added Dropdown script on top of jQuery, corrected README - 0.0.2 Gem restructured following [Gemify Assets for Rails](http://prioritized.net/blog/gemify-assets-for-rails/), added individual modules, improved size