nexus_seed 0.2.25 → 0.2.26

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: 9696fb995f9db4c8fe794820dd6009c0764e51e90e9fa8ff3f821c1a54289af7
4
- data.tar.gz: 73f41764bb89a238e77d2c22c2d03c5f05cf98bdb755368ebfb093eb94e35e1b
3
+ metadata.gz: 350d4fe16dc0c385fc0cede423479292443443cc4ec9df4d6a3ac7883b61d419
4
+ data.tar.gz: 44603e03bd10d0409a42656a6cb0a18b3a50a28a7924a4c6da17a96fee877e9c
5
5
  SHA512:
6
- metadata.gz: 394156bfedc0bcc0f37d4098a9ca15f59d7ff4f5fa3e9644e5708519b178fa295e6ddd48821be616513f69801a6e10e2fbb51340f7ea5bbc955ea1dc53a515ed
7
- data.tar.gz: 9aa54207b8f72ab0a22b8aac1e8e6a75d4f624a3a03b98883fde5a81443bba711e7191bfa249d026ccfc04480ea577add3eb0ccc2ba85a0fd2e4f7f008868f6c
6
+ metadata.gz: a6504211d65dadb4fb960a7537374eb1fac78d1d359e33560eca4951f0191cd47d8ac7ec9dcca980a1b79e61728e9b41ea704357376f186bac9d777f52f9a518
7
+ data.tar.gz: 6e62cbbcf712396ab18e6ea3f9fb8fcd5a12b7ecd739d10b55e3acd5f2b5e6b59bc0932a4ac8b4533785001b9f2a08a2ed10a853cb0cd38cdbf88c2bc09b30dc
data/.rubocop.yml CHANGED
@@ -8,4 +8,8 @@ Style/ConditionalAssignment:
8
8
  Style/GlobalVars:
9
9
  Enabled: false
10
10
  Style/FrozenStringLiteralComment:
11
- Enabled: false
11
+ Enabled: false
12
+
13
+ AllCops:
14
+ Exclude:
15
+ - 'examples/*'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module NexusSeed
3
- # Leave this as 0.2.25 in order for CI process to replace with the tagged version.
4
- VERSION = '0.2.25'
3
+ # Leave this as 0.2.26 in order for CI process to replace with the tagged version.
4
+ VERSION = '0.2.26'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus_seed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.25
4
+ version: 0.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnathon Harris