barcoop 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: 07554b22a0334a53f67b28ce7fa979359bae2022
4
- data.tar.gz: 0aa03489525108b0f29ce7cba2e43c16b7b57d4a
3
+ metadata.gz: 233294196536a4f99e7ce2d746ac0cc6c88bd0e8
4
+ data.tar.gz: fe628cef03582aa335abb7d96581b5ed0cffac2b
5
5
  SHA512:
6
- metadata.gz: 473eefa6a526e702e085391ba977973b1d735227691ee2ed19219f8ef8b0af414064d7c0f2ae2952c6aaf0e440f9326ec86cc035eed51d62617a58aef058044c
7
- data.tar.gz: cf493110ee0bb1b3539fc1d6a095f45239070085cb2eba4723ba4e01f339dde4058a421c811ae74d5a392c4592654bb9671b17cf70e58fffc87796113a5ac31e
6
+ metadata.gz: 51f31c0bf00e17259c01c645c5562ce961808e65ffe483408dfa8c2fe46cb5db49e3cf07f40709b20aecda7a0e1878b1cb360612e667f15811e7b0a2aeecf761
7
+ data.tar.gz: 30372fd953b8174f2329d5f6f153a41d9dac6d818de5206a31597528c34badda2ae60ad70fedb57873a9e5158ffcf88b7489cd1f802939509086992f6c2e9e65
@@ -7,3 +7,8 @@ require:
7
7
 
8
8
  Rails:
9
9
  Enabled: true
10
+
11
+ # Disabled since it only applies to Rails 5. Reenable when we migrate our apps to Rails 5.
12
+ # https://github.com/bbatsov/rubocop/issues/3629
13
+ Rails/HttpPositionalArguments:
14
+ Enabled: false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Barcoop
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Medina