Skip to content

Commit

Permalink
Bump version for release and remove test_files specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Stock committed Jun 8, 2019
1 parent 408d634 commit c02f815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.2.1 ##

* Fix responsive layout for profiles modal, sort menu, search input and buttons

*[@vinistock]*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sail (3.2.0)
sail (3.2.1)
fugit
jquery-rails
rails
Expand Down
2 changes: 1 addition & 1 deletion lib/sail/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sail
VERSION = "3.2.0"
VERSION = "3.2.1"
end
1 change: 0 additions & 1 deletion sail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
**************************************************************************
Expand Down

0 comments on commit c02f815

Please sign in to comment.