spicerack-styleguide 0.6.4 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/spicerack/styleguide/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95b0259737b01b507b4e003dc6e5d2e04a7f06476f4687b7679d755964b8f4d3
|
4
|
+
data.tar.gz: 1413edc2825b5d6592f1c2f2cfba692f32034878ad2ced7ecfc3475b23111122
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09bcede423c530e5e1fb5398c386167f6942e53e496bc8896beb2e72aa315546afd36e1a105948e03c3278d94c61d966dbff1e82ce0c2e487ed18180d2eea90c'
|
7
|
+
data.tar.gz: ede4a69aeafe160d207180dec4dd7e440cef7c55156ce6eefe517881d14a9b2b36553d7f21fbf3f802223ce5ecd8cb8c1b8538aca524f59b865f871ce50cb4c8
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Spicerack::Styleguide
|
2
2
|
|
3
|
+
Wanna write code the Freshly way? Inherit this gem in your rubocop.yml and keep your code fresh
|
4
|
+
|
3
5
|
[![Gem Version](https://badge.fury.io/rb/spicerack-styleguide.svg)](https://badge.fury.io/rb/spicerack-styleguide)
|
4
6
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
5
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spicerack-styleguide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allen Rettberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.29.1
|
41
41
|
description: Wanna write code the Freshly way? Inherit this gem in your rubocop.yml
|
42
|
-
and
|
42
|
+
and keep your code fresh
|
43
43
|
email:
|
44
44
|
- allen.rettberg@freshly.com
|
45
45
|
executables: []
|
@@ -74,5 +74,5 @@ rubyforge_project:
|
|
74
74
|
rubygems_version: 2.7.6
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
|
-
summary:
|
77
|
+
summary: Rubocop Styleguide for Rails and RSpec.
|
78
78
|
test_files: []
|