diff --git a/CHANGELOG.md b/CHANGELOG.md index bb59761..61204d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/Gemfile.lock b/Gemfile.lock index 72eedab..e22696b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index 07fbe23..c35894f 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = '1.1.1' + VERSION = '1.1.2' end