mbs 0.0.2 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mbs/version.rb +1 -1
  3. data/rubocop.yml +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86015b7d2461764c7ef7970657e0ea82591bf880f2e6ac8415b82f41f7e25972
4
- data.tar.gz: 1ba9b24db32d82694bad16d93c73ef6b0b960468433fdd11bd71897a1da128ba
3
+ metadata.gz: 50113cfd80f00f3593d738815a6c6b321de2b2337b9bf7fee74c8780f51dc1cc
4
+ data.tar.gz: ffe3a00a0037f11449e24d05e4cf8608dffc23093df9155d0a37d4c53f71afa8
5
5
  SHA512:
6
- metadata.gz: 98f071cc80c8f978a1af464d34cba71cab7200d1260efd590d0277395020b704f16aec0f4e5ef2fd5a11933d44f77b9a00804145a12278cdea2ecc9785150644
7
- data.tar.gz: 7ac160ac61577d489dc8e2d17e32c1d406fe0477aa84b38b0dc62a3e14d5d89bbc64f81c4c671f9faea7f5984c42b6ee2e9fbd65e8f626cad1bdd6f75486ffdf
6
+ metadata.gz: 861fe8e5f7c3488fd10bff3fef1fc8becb5096e40e753a5e09a90833a001b37ba3239f52bb09af587fb0ba49b5ad2ab4243f3fef6193d3cb50b19452cf93535d
7
+ data.tar.gz: '08a724f2462a38c1fae8c935482e4d6b9257b03438cc16e685594ea34b33eb8a85d2867fe475df2c4bafa300ba9d6436e130802b83550957a501d449d467a7c5'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MBS
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
@@ -11,6 +11,7 @@ Metrics/BlockLength:
11
11
  Metrics/LineLength:
12
12
  Exclude:
13
13
  - 'spec/**/*'
14
+ IgnoreCopDirectives: true
14
15
 
15
16
  Style/TrailingCommaInArrayLiteral:
16
17
  EnforcedStyleForMultiline: comma
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minwoo Lee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-06 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor