From 6f26819f5e80140a464f878355fc325afa30511e Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 8 Nov 2016 10:04:10 +0800 Subject: [PATCH] Version 1.1.2 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 4 ++-- lib/rucaptcha/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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