From 80cc4abea6dae1bf47ed8f02adb30d2d45bbbb9d Mon Sep 17 00:00:00 2001 From: Dawid Lenkiewicz Date: Wed, 13 Feb 2019 08:44:44 +0100 Subject: [PATCH] Release version 0.8.0 --- Gemfile.lock | 14 +++++++------- ragnarson-stylecheck.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93f1124..096917d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ragnarson-stylecheck (0.7.0) + ragnarson-stylecheck (0.8.0) rake (>= 10.0) rubocop (~> 0.58.2) @@ -9,13 +9,13 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.0) - jaro_winkler (1.5.1) - parallel (1.12.1) - parser (2.5.1.2) + jaro_winkler (1.5.2) + parallel (1.13.0) + parser (2.6.0.0) ast (~> 2.4.0) powerpack (0.1.2) rainbow (3.0.0) - rake (12.3.1) + rake (12.3.2) rubocop (0.58.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -25,7 +25,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.10.0) - unicode-display_width (1.4.0) + unicode-display_width (1.4.1) PLATFORMS ruby @@ -35,4 +35,4 @@ DEPENDENCIES ragnarson-stylecheck! BUNDLED WITH - 1.16.3 + 1.17.3 diff --git a/ragnarson-stylecheck.gemspec b/ragnarson-stylecheck.gemspec index 2add977..1ce1e91 100644 --- a/ragnarson-stylecheck.gemspec +++ b/ragnarson-stylecheck.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "ragnarson-stylecheck" - s.version = "0.7.0" + s.version = "0.8.0" s.summary = "Automatic style check for ragnarson projects" s.description = "Wraps rubocop for simple and consisten experience" s.authors = ["Grzesiek Kołodziejczyk", "Maciej Małecki", "Oskar Szrajer", "Piotr Marciniak"]