barcoop 0.2.2 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 233294196536a4f99e7ce2d746ac0cc6c88bd0e8
4
- data.tar.gz: fe628cef03582aa335abb7d96581b5ed0cffac2b
3
+ metadata.gz: '083d5afc9aa39df36db6326511a599e66e6547bb'
4
+ data.tar.gz: 4aa91c0f8d399b2330cedb9841fbda05060181b4
5
5
  SHA512:
6
- metadata.gz: 51f31c0bf00e17259c01c645c5562ce961808e65ffe483408dfa8c2fe46cb5db49e3cf07f40709b20aecda7a0e1878b1cb360612e667f15811e7b0a2aeecf761
7
- data.tar.gz: 30372fd953b8174f2329d5f6f153a41d9dac6d818de5206a31597528c34badda2ae60ad70fedb57873a9e5158ffcf88b7489cd1f802939509086992f6c2e9e65
6
+ metadata.gz: 88e85efb579edba751443d35b6bdb0520df5323a119f34a6554703883a14c3dbef7058fe58824de0cd1d6c29055ee917c7c02c958baa4055dcf7e47c0500aef1
7
+ data.tar.gz: 9308383757ed2bdbf9a30ad1a7ccf11250a5484e4999f6126827ff46d272aa2fba33ec54dae18b00a3d2cce543bce87a4a59b5202306b9b8064cc3679d11b766
data/conf/rubocop.yml CHANGED
@@ -8,10 +8,6 @@ require:
8
8
 
9
9
  AllCops:
10
10
  TargetRubyVersion: 2.3
11
- Include:
12
- - '**/Rakefile'
13
- - '**/config.ru'
14
- - '**/Gemfile'
15
11
  Exclude:
16
12
  - 'db/**/*'
17
13
  - 'script/**/*'
@@ -19,7 +15,6 @@ AllCops:
19
15
  - 'test/dummy/db/**/*'
20
16
  - 'test/dummy/vendor/**/*'
21
17
 
22
-
23
18
  Documentation:
24
19
  Enabled: false
25
20
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Barcoop
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barcoop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Medina