rubomatic 0.0.1.pre.rc.2 → 0.0.1.pre.rc.3

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '0.0.1-rc.2'
4
+ VERSION = '0.0.1-rc.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.rc.2
4
+ version: 0.0.1.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -76,6 +76,21 @@ files:
76
76
  - CHANGELOG.adoc
77
77
  - LICENSE.txt
78
78
  - README.adoc
79
+ - configs/brands_insurance/rubocop.yml
80
+ - configs/brands_insurance/style.yml
81
+ - configs/bundler.yml
82
+ - configs/gemspec.yml
83
+ - configs/gemspec_on.yml
84
+ - configs/layout.yml
85
+ - configs/lint.yml
86
+ - configs/metrics.yml
87
+ - configs/migration.yml
88
+ - configs/naming.yml
89
+ - configs/performance.yml
90
+ - configs/rails.yml
91
+ - configs/rubocop.yml
92
+ - configs/security.yml
93
+ - configs/style.yml
79
94
  - lib/rubomatic.rb
80
95
  - lib/rubomatic/version.rb
81
96
  homepage: https://github.com/BrandsInsurance/expert-chainsaw/