version 2.1.1
This commit is contained in:
parent
47c5edf254
commit
7ca745df7b
|
@ -1,3 +1,8 @@
|
|||
2.1.1
|
||||
-----
|
||||
|
||||
- Mount engine use `prepend` method to get high priority in config/routes.rb.
|
||||
|
||||
2.1.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (2.1.0)
|
||||
rucaptcha (2.1.1)
|
||||
railties (>= 3.2)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '2.1.0'
|
||||
VERSION = '2.1.1'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue