README.rdoc in glebtv-simple_captcha-0.2.0 vs README.rdoc in glebtv-simple_captcha-0.2.1
- old
+ new
@@ -15,21 +15,18 @@
* Flexible DOM and CSS handling(There is a separate view partial for rednering SimpleCaptcha DOM elements).
* Automated removal of 1 hour old unmatched simple_captcha data.
==Requirements
-* {Ruby}[http://ruby-lang.org/] >= 1.8.7
+* {Ruby}[http://ruby-lang.org/] >= 1.9
* {Rails}[http://github.com/rails/rails] >= 3
* ImageMagick should be installed on your machine to use this plugin.
visit http://www.imagemagick.org/script/index.php for more details.
+* AR or mongoid
==Installation
- gem "galetahub-simple_captcha", :require => "simple_captcha"
-
-or
-
- gem 'galetahub-simple_captcha', :require => 'simple_captcha', :git => 'git://github.com/galetahub/simple-captcha.git'
+ gem "glebtv-simple_captcha", "~> 0.2.0", require: "simple_captcha"
==Setup
After installation, follow these simple steps to setup the plugin. The setup will depend
on the version of rails your application is using.