From c02f8150a3112642dd74fd7e67e69787bf4acf8a Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Sat, 8 Jun 2019 17:56:38 -0300 Subject: [PATCH] Bump version for release and remove test_files specification --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/sail/version.rb | 2 +- sail.gemspec | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705e4e76..43b53023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.2.1 ## + * Fix responsive layout for profiles modal, sort menu, search input and buttons *[@vinistock]* diff --git a/Gemfile.lock b/Gemfile.lock index d7f08dff..3ffa9b89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sail (3.2.0) + sail (3.2.1) fugit jquery-rails rails diff --git a/lib/sail/version.rb b/lib/sail/version.rb index 23e54018..3c5617ff 100644 --- a/lib/sail/version.rb +++ b/lib/sail/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sail - VERSION = "3.2.0" + VERSION = "3.2.1" end diff --git a/sail.gemspec b/sail.gemspec index 309d103a..2c9402b4 100644 --- a/sail.gemspec +++ b/sail.gemspec @@ -18,7 +18,6 @@ Gem::Specification.new do |s| "MIT-LICENSE", "Rakefile", "README.md"].reject { |path| path.include?("sail.png") } - s.test_files = Dir["spec/**/*"] s.post_install_message = <<~MSG **************************************************************************