From ac560d90fa6c656d688de7e32a3bb09a4a7364aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 21 Jun 2019 18:34:49 -0400 Subject: [PATCH] Prepare to 3.0.0 --- Gemfile.lock | 2 +- lib/responders/version.rb | 2 +- responders.gemspec | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eab492c..575d2ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - responders (2.4.1) + responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) diff --git a/lib/responders/version.rb b/lib/responders/version.rb index 624de4e..d684320 100644 --- a/lib/responders/version.rb +++ b/lib/responders/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Responders - VERSION = "2.4.1" + VERSION = "3.0.0" end diff --git a/responders.gemspec b/responders.gemspec index 6c15805..551dd2c 100644 --- a/responders.gemspec +++ b/responders.gemspec @@ -1,7 +1,6 @@ # -*- encoding: utf-8 -*- # frozen_string_literal: true - $:.unshift File.expand_path("../lib", __FILE__) require "responders/version"