From 18701f7ae493c44847e079f806625367e28d4600 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 22 Mar 2017 15:53:12 +0800 Subject: [PATCH] version 2.1.3 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/rucaptcha/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bae474..10ec3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.1.3 +----- + +- Windows support fixed with `send_data` method. (#45) + 2.1.2 ----- diff --git a/Gemfile.lock b/Gemfile.lock index 29d5f07..ea14711 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rucaptcha (2.1.2) + rucaptcha (2.1.3) railties (>= 3.2) GEM diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index 4013b7f..bf66b66 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = '2.1.2' + VERSION = '2.1.3' end