easy_style 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02c90977d44495ac7c045383b9d0944624c190c12af6ad816d84c7b2a0806f6d
4
- data.tar.gz: 6712c60295c76292363e64b17bbb9bedbf2f8e9767e6c67f6da95a697734d6c4
3
+ metadata.gz: df40ba74e9b908226b47675d1a77fb3f21c3666ca730aab5e47465e297223e0d
4
+ data.tar.gz: c5a9852310c826e2a6b3bf2a47b9d413100d37b08b290809d4910e748f18e50e
5
5
  SHA512:
6
- metadata.gz: 03fc117e9bc83a00a1b32dc33111c5d56ab18625149a66674d6c8294e1afc579211d2cc9095740d4bb240fce7b59d0a5bc299feecb41b97e6206a937a78df177
7
- data.tar.gz: f8037f05a87529b51b32411251a16312b1676cd0cdb545dda3a792cf236c7a8c07b6374568eeeab615c5d08c433d2cfb976dc65ef1fd304b1e2b69884eab9ef9
6
+ metadata.gz: 44da92da829f0b24b77cc402e193a6564b1ab6d2f24f832d212e509ddf212c9094becf1bb735b5d7f076356c54051e8e898eaebf51db848a1eddaa29ec5f876a
7
+ data.tar.gz: 82be2e5eaa79629bc44f9083c8387018c276c93223866641b2c44bf2deb874ae9078e608167c9c68969df0c0da9f9d811531fc9b968e1f0d94772b5a4582bc48
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # EasyStyle
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/easy_style`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Default RuboCop configuration for Easy.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ https://docs.rubocop.org/rubocop/
6
+
7
+ https://www.easysoftware.com
6
8
 
7
9
  ## Installation
8
10
 
@@ -41,7 +43,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
41
43
 
42
44
  ## Contributing
43
45
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/easy_style.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/easysoftware/easy_style.
45
47
 
46
48
 
47
49
  ## License
data/default.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
  Rails:
5
5
  Enabled: true
6
6
  AllCops:
7
- TargetRubyVersion: 2.5
7
+ TargetRubyVersion: 2.6
8
8
  NewCops: enable
9
9
 
10
10
  Layout/EmptyLinesAroundClassBody:
@@ -32,9 +32,6 @@ Metrics/MethodLength:
32
32
  Metrics/PerceivedComplexity:
33
33
  Max: 14
34
34
 
35
- Naming/InclusiveLanguage:
36
- Enabled: false
37
-
38
35
  Rails/ApplicationRecord:
39
36
  Enabled: false
40
37
  Rails/ContentTag:
@@ -59,6 +56,9 @@ Style/StringLiterals:
59
56
  Style/TrailingCommaInHashLiteral:
60
57
  Enabled: false
61
58
  EnforcedStyleForMultiline: consistent_comma
59
+ Style/TrailingCommaInArrayLiteral:
60
+ Enabled: true
61
+ EnforcedStyleForMultiline: consistent_comma
62
62
  Style/SymbolArray:
63
63
  Enabled: false
64
64
  Style/EmptyMethod:
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.7'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Easy Software Ltd
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-29 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -63,7 +63,7 @@ metadata:
63
63
  homepage_uri: https://github.com/easysoftware/easy_style
64
64
  source_code_uri: https://github.com/easysoftware/easy_style
65
65
  changelog_uri: https://github.com/easysoftware/easy_style
66
- post_install_message:
66
+ post_install_message:
67
67
  rdoc_options: []
68
68
  require_paths:
69
69
  - lib
@@ -78,8 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.1.6
82
- signing_key:
81
+ rubygems_version: 3.3.22
82
+ signing_key:
83
83
  specification_version: 4
84
84
  summary: Rubocop configs
85
85
  test_files: []