unasukecop 0.1.0 → 0.1.1

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: c13619b234235c1bfa59cb4967418cc6ebc507b2
4
- data.tar.gz: 443f47611b90cd8016b897656e712a69d6c30da2
3
+ metadata.gz: 31a507f411a3e8872e32c93170c417b72843d094
4
+ data.tar.gz: 82796ed4cb2a849976620a8a927a3405b1868c05
5
5
  SHA512:
6
- metadata.gz: b7d6b7e278761b921bbb03f20ee91d2f65b5e3a14865fec98b76c060f630a8a4b14b32ec3aa40e31e5f2963d8e31ee98ad9b9a710ddc1101d9d9c3e1fe28ee69
7
- data.tar.gz: 4cd2eebee557b7b619d470db2d0ecfff0b66c156f6c0ddbc93c46284ef67a52f6390c2b61e76adfd55a68d1d527c1e0d8306eadc38dcb57c3d4dc3f358a727af
6
+ metadata.gz: bf698f3d32544017a8270c742e77f3b1d402b369d64781bb764c909f969d32a286bf321088ec17adeb07cdf23d03e79a96fdfec4a503a1f548c0343182cfe751
7
+ data.tar.gz: 1447de9993f6edc60644cbb1382175531c80cc7999079aaab575d14fd758df1e913f8e21a1e5c280f76fad2460c275d87ceff7e39e0e40a1f5d2d5005f0a3030
data/config/rubocop.yml CHANGED
@@ -30,7 +30,7 @@ Style/EmptyMethod:
30
30
 
31
31
  # I like sprintf than format
32
32
  Style/FormatString:
33
- EnforcedStyle: sprint
33
+ EnforcedStyle: sprintf
34
34
 
35
35
  # not to use hash rockets
36
36
  # but unification is more important
@@ -1,3 +1,3 @@
1
1
  module Unasukecop
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unasukecop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Nakamura