unasukecop 0.1.1 → 0.2.0

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: 31a507f411a3e8872e32c93170c417b72843d094
4
- data.tar.gz: 82796ed4cb2a849976620a8a927a3405b1868c05
3
+ metadata.gz: 3c3d7675d0cdba066e56ee683b6616576268828e
4
+ data.tar.gz: 995917285bc1c75229b3b4f495bbb978a893f88a
5
5
  SHA512:
6
- metadata.gz: bf698f3d32544017a8270c742e77f3b1d402b369d64781bb764c909f969d32a286bf321088ec17adeb07cdf23d03e79a96fdfec4a503a1f548c0343182cfe751
7
- data.tar.gz: 1447de9993f6edc60644cbb1382175531c80cc7999079aaab575d14fd758df1e913f8e21a1e5c280f76fad2460c275d87ceff7e39e0e40a1f5d2d5005f0a3030
6
+ metadata.gz: 9ba200677d161d87708f38b1835a977538caa3d3eab19cbf9e22078aa6b9dd258592f77cec9c766b2b8f11a614cf885db24ede52532b68d159fb7584cbaca975
7
+ data.tar.gz: 546ff572976a0fce07a4d33a63fe875fcc76689c488049822b9400071417752854c1281cc557b95779f47f92a4c9ba8419efe5c1c02a159f82aaee6d756e4fe7
data/config/rubocop.yml CHANGED
@@ -74,8 +74,8 @@ Style/TernaryParentheses:
74
74
 
75
75
  # I use trailing comma
76
76
  Style/TrailingCommaInArguments:
77
- EnforcedStyle: consistent_comma
77
+ EnforcedStyleForMultiline: consistent_comma
78
78
 
79
79
  # same as reason of Style/TrailingCommaInArguments
80
80
  Style/TrailingCommaInLiteral:
81
- EnforcedStyle: consistent_comma
81
+ EnforcedStyleForMultiline: consistent_comma
@@ -1,3 +1,3 @@
1
1
  module Unasukecop
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unasukecop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Nakamura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-13 00:00:00.000000000 Z
11
+ date: 2017-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop