pulis 0.1.11 → 0.1.12

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: f75d0aa5d43f8c686c5068ad24105d0ae1b15a4c
4
- data.tar.gz: 3767e0fd3318d97be93f6f260c423a13954d3d1d
3
+ metadata.gz: 0f1c058f1555ab935eb0f029077fe3b0946a82f7
4
+ data.tar.gz: bf099ad3e76e943b6a672a06b354975105deb4f9
5
5
  SHA512:
6
- metadata.gz: 7ad937a057f3ec051989884697178cba5dd38cc0e4c1ea78bcc40f9c016adb4f40797132774917d1c8f7699239650fccbce1015a33909d961a2fe1530c83d19e
7
- data.tar.gz: f2e0af1ab28286b21e4b471dbcd40f31804e5e75317001dd87f3ac4284e30b80fba53893ee2676098ac8b125907f4f9e1bc0b712fe5a3a7e8ccc7c1896d5a687
6
+ metadata.gz: eb618070bf3dbf8ccdffbc82cfba9ad08211885eb339cb8a4c3022149a7e0c4d69228753f6d6af2bb4055657e6d6959a697ff13f870abf0bae2fb9b560926b44
7
+ data.tar.gz: 6cafc597db4e57c1665f3383b0dd25a62475af2ef95c19d3fabdd3f3a87b84bce1c16adee815630c95711ea31a312ba777ac3c7463145048239cdaa561c43ff7
data/config/rubocop.yml CHANGED
@@ -54,6 +54,10 @@ Lint/EndAlignment:
54
54
  Lint/UnderscorePrefixedVariableName:
55
55
  Enabled: false
56
56
 
57
+ Lint/AmbiguousBlockAssociation:
58
+ Exclude:
59
+ - "spec/**/*"
60
+
57
61
  Lint/AssignmentInCondition:
58
62
  Enabled: false
59
63
 
data/lib/pulis/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pulis
4
- VERSION = '0.1.11'
4
+ VERSION = '0.1.12'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - sansan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-10 00:00:00.000000000 Z
11
+ date: 2017-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop