From 9a827fd72cd064d3e88c54e0113814000a5f228f Mon Sep 17 00:00:00 2001 From: Tors Dalid Date: Thu, 22 Aug 2019 11:07:11 +0200 Subject: [PATCH 1/2] Change FlipFlop namespace to Lint instead of Style --- ruby/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/default.yml b/ruby/default.yml index af679e5..2b0b3c4 100644 --- a/ruby/default.yml +++ b/ruby/default.yml @@ -173,6 +173,8 @@ Lint/EndInMethod: Enabled: True Lint/EnsureReturn: Enabled: True +Lint/FlipFlop: + Enabled: True Lint/FloatOutOfRange: Enabled: True Lint/FormatParameterMismatch: @@ -337,8 +339,6 @@ Style/EndBlock: Enabled: True Style/EvenOdd: Enabled: True -Style/FlipFlop: - Enabled: True Style/For: Enabled: True Style/GlobalVars: From d4b0d2111b963c21f1f8a2bf8a724c27cec9267c Mon Sep 17 00:00:00 2001 From: Tors Dalid Date: Thu, 22 Aug 2019 11:19:47 +0200 Subject: [PATCH 2/2] Update changelog and bump version to 0.6.5 --- CHANGELOG.md | 6 ++++++ wetransfer_style.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9849a2c..9f27ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.5 + +[Changed] + +- Changed Style/FlipFlop to Lint/FlipFlop [PR #13](https://github.com/WeTransfer/wetransfer_style/pull/13) + ## 0.6.4 [Added] diff --git a/wetransfer_style.gemspec b/wetransfer_style.gemspec index b59a8ec..4d84a63 100644 --- a/wetransfer_style.gemspec +++ b/wetransfer_style.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "wetransfer_style" - s.version = "0.6.4" + s.version = "0.6.5" s.summary = "At WeTransfer we code in style. This is our style." s.description = s.summary s.homepage = "https://github.com/WeTransfer/wetransfer_style"