README.md in gritter-1.0.0 vs README.md in gritter-1.0.1
- old
+ new
@@ -1,13 +1,13 @@
# gritter
- version 1.0.0
+ version 1.0.1
Robin Brouwer
Daniƫl Zwijnenburg
45north
-This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'.
+This Ruby on Rails gem allows you to easily add Growl-like notifications to your application using a jQuery plugin called 'gritter'. [Check out the demo for this plugin](http://boedesign.com/demos/gritter/).
## Note
This is a Rails 3.1 gem. Are you using Rails 3.0 or lower? Check out [the 'old' branch on Github](https://github.com/RobinBrouwer/gritter/tree/old). Want support for IE6?
Also check out that branch, because the newer version of gritter inside this gem dropped support for it.
@@ -15,11 +15,11 @@
## Installation
You can use this gem by putting the following inside your Gemfile:
- gem "gritter", "1.0.0"
+ gem "gritter", "1.0.1"
Now generate the locale for gritter:
rails g gritter:locale
@@ -32,9 +32,13 @@
*= require gritter
And that's it!
## Changes
+
+Version 1.0.1 changes (23/01/2012):
+
+ - Fixed gflash(:js => true) in Ruby 1.9.2 and 1.9.3.
Version 1.0.0 changes (17/11/2011):
- Gritter now only works in Rails 3.1. You should check out the 'old' branch for other Rails versions.
- Removed everything that isn't needed for Rails 3.1.
\ No newline at end of file