Version 1.1.2
This commit is contained in:
parent
4ced53d87b
commit
6f26819f5e
|
@ -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
|
1.1.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rucaptcha (1.1.1)
|
rucaptcha (1.1.2)
|
||||||
railties (>= 3.2)
|
railties (>= 3.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -134,4 +134,4 @@ DEPENDENCIES
|
||||||
rucaptcha!
|
rucaptcha!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.5
|
1.13.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RuCaptcha
|
module RuCaptcha
|
||||||
VERSION = '1.1.1'
|
VERSION = '1.1.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue