Version 1.1.2

This commit is contained in:
Jason Lee 2016-11-08 10:04:10 +08:00
parent 4ced53d87b
commit 6f26819f5e
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1.1.2
-----
- Fix #34 rucaptcha.root_url -> root_path, to avoid generate a http url in a https application.
- Fix spec to require Ruby 2.0.0, because there have a `Module#prepend` method called.
1.1.1
-----

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rucaptcha (1.1.1)
rucaptcha (1.1.2)
railties (>= 3.2)
GEM
@ -134,4 +134,4 @@ DEPENDENCIES
rucaptcha!
BUNDLED WITH
1.12.5
1.13.6

View File

@ -1,3 +1,3 @@
module RuCaptcha
VERSION = '1.1.1'
VERSION = '1.1.2'
end