Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidlenkiewicz committed Feb 13, 2019
1 parent 22d160d commit 80cc4ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PATH
remote: .
specs:
ragnarson-stylecheck (0.7.0)
ragnarson-stylecheck (0.8.0)
rake (>= 10.0)
rubocop (~> 0.58.2)

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)
Expand All @@ -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
Expand All @@ -35,4 +35,4 @@ DEPENDENCIES
ragnarson-stylecheck!

BUNDLED WITH
1.16.3
1.17.3
2 changes: 1 addition & 1 deletion ragnarson-stylecheck.gemspec
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 80cc4ab

Please sign in to comment.