kamaze-project 1.0.1 → 1.0.2

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: 57feaf5267144909889e24c879dc4766670f90a18929897ed0e2e91d7edc00bd
4
- data.tar.gz: dc08edac7257e908f078d635bfc13daeae6d9cbdd4e50d50a7dbac41df0803e7
3
+ metadata.gz: f4eb7049c6fe7a8ccce91968cbcd4f4a2abcb4639be87a8b05b37bb44eb84c3d
4
+ data.tar.gz: 726ae656915dafcb14619004dc27d3fe41a441fceec657e943ea78248acdf223
5
5
  SHA512:
6
- metadata.gz: 0ee3f5109d24d58de5e2d70ceb19553ccd7b4cf502ae95239e044f3fdd5652d35636d0d00d3aabe0d92e66d6245496c22bb8108f5a61e9940cb3403354feafda
7
- data.tar.gz: d46474c38cc272c3d05296e58c59d24cb85055e7f8d506f70c84a6ec580fbc6d2796e981a10973e523d1319df6889f995b37a13c02ea265e03e2647011f3f7c1
6
+ metadata.gz: 2dbc39532aa57a1db7105dc780058a92fee19dbab9b402105988b114e7a4592066bb86f4d9d1c19c7906c14e1714170071e0c153e5dbedb8e45490175b604ef1
7
+ data.tar.gz: e40d5990cf067dea99a9409c69d29e3908da9dd89455c8daf2f8cecb37b3667c381fb9542839cfa6d9a65e4d7011d92bf928f8f06aaaf7a404f0cee4bc686fe6
@@ -0,0 +1,37 @@
1
+ # see:
2
+ # http://relaxed.ruby.style/
3
+ # https://github.com/bbatsov/rubocop/blob/master/manual/cops.md
4
+ # https://github.com/bbatsov/rubocop/tree/master/config
5
+ # https://raw.githubusercontent.com/bbatsov/rubocop/master/config/enabled.yml
6
+ # https://github.com/tootsuite/mastodon/blob/master/.rubocop.yml
7
+ # https://blog.percy.io/share-rubocop-rules-across-all-of-your-repos-f3281fbd71f8
8
+ # ```yml
9
+ # inherit_gem:
10
+ # kamaze-project:
11
+ # - .rubocop.yml
12
+ # ```
13
+ ---
14
+ AllCops: { DisplayCopNames: true, TargetRubyVersion: 2.3 }
15
+ Layout/EmptyLineAfterMagicComment: { Enabled: false }
16
+ Lint/UnusedBlockArgument: { Enabled: false }
17
+ Metrics/AbcSize: { Max: 20 }
18
+ Metrics/ClassLength: { CountComments: false }
19
+ Metrics/CyclomaticComplexity: { Max: 10 }
20
+ Metrics/MethodLength: { CountComments: false, Max: 10 }
21
+ Metrics/ModuleLength: { CountComments: false }
22
+ Naming/MemoizedInstanceVariableName: { Enabled: false }
23
+ Style/AndOr: { Enabled: false }
24
+ Style/ClassAndModuleChildren: { Enabled: false }
25
+ Style/DoubleNegation: { Enabled: false }
26
+ Style/Encoding: { Enabled: false }
27
+ Style/FormatString: { Enabled: false }
28
+ Style/IfUnlessModifier: { Enabled: false }
29
+ Style/MultilineBlockChain: { Enabled: false }
30
+ Style/RedundantReturn: { Enabled: false }
31
+ Style/RedundantSelf: { Enabled: false }
32
+ Style/Send: { Enabled: true }
33
+ Style/SymbolArray: { Enabled: false }
34
+ Style/WordArray: { Enabled: false }
35
+ Style/TrailingCommaInArrayLiteral: { Enabled: false }
36
+ Style/TrailingCommaInHashLiteral: { Enabled: false }
37
+ Style/YodaCondition: { Enabled: false }
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  major: 1
3
3
  minor: 0
4
- patch: 1
4
+ patch: 2
5
5
  authors: ['Dimitri Arrigoni']
6
6
  email: 'dimitri@arrigoni.me'
7
- date: '2018-05-29'
7
+ date: '2018-05-31'
8
8
  summary: 'Automatize recurrent dev tasks with swag'
9
9
  description: 'A bunch of (rake) tasks to automatize your development workflow.'
10
10
  licenses: ['GPL-3.0']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kamaze-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Arrigoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-29 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cli-ui
@@ -190,6 +190,7 @@ executables: []
190
190
  extensions: []
191
191
  extra_rdoc_files: []
192
192
  files:
193
+ - ".rubocop.yml"
193
194
  - ".yardopts"
194
195
  - bin/plop
195
196
  - lib/kamaze-project.rb