easy_style 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fb074e8ca2e5068465a2ed979350c63374635bca0b4f1778afc8edadd1f9db0
4
- data.tar.gz: 7328f658a3dbed304388778d87b36fe0028808d380f7a7fbad0ced889fecb89c
3
+ metadata.gz: df40ba74e9b908226b47675d1a77fb3f21c3666ca730aab5e47465e297223e0d
4
+ data.tar.gz: c5a9852310c826e2a6b3bf2a47b9d413100d37b08b290809d4910e748f18e50e
5
5
  SHA512:
6
- metadata.gz: 9952396805a9d77d1a08765e92ffb081495bf8a7ecb899ac49a6eb70d13e500640394ff7ed1d77d8fab5ab4caa5db3ab3896a7f0cc601e126ca0394f79c1853a
7
- data.tar.gz: 5e13acfcac5dff745f9269909941a6db63156c5d80320fe07347f3ef6cae687fd86fd5a15a3d8234f37e1942cde2e5370311041576f92fac8a23f21073010a2a
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:
@@ -56,6 +56,9 @@ Style/StringLiterals:
56
56
  Style/TrailingCommaInHashLiteral:
57
57
  Enabled: false
58
58
  EnforcedStyleForMultiline: consistent_comma
59
+ Style/TrailingCommaInArrayLiteral:
60
+ Enabled: true
61
+ EnforcedStyleForMultiline: consistent_comma
59
62
  Style/SymbolArray:
60
63
  Enabled: false
61
64
  Style/EmptyMethod:
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = '0.1.6'
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.6
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: []