kuyio-rubocop 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce8c8cd72f6e9f25b7b7de89ae86d9759c5cd2ca4dd8686f9d22bfe6713b22b7
4
- data.tar.gz: d5343250a8a4a96afdedf8a563cbb37e493d310060f624f2902a7b22b76343fd
3
+ metadata.gz: 7113069c97131285f2819ce5c9672db870c7021c5fa7e7fcaa9682abd1f04979
4
+ data.tar.gz: 5fa7117e786399d6538ab2fdc1b5aea2b7e9758c0712b3f074f3eb04cced09fa
5
5
  SHA512:
6
- metadata.gz: cb30b4324cbf547ebec9290f270f68416530d094028885a4bbee3eec58fdacf37f9f57eeb9ef96d7640d26515a306c47ab49225e7da3c5c74864e5fde90aea86
7
- data.tar.gz: c1b1153a82a7b3d1e5aec353fdf6c9262bddafa9d136b12954a7c67b2e1ef12e874e31b0a766900dfda2c2ec1c24d97a3c3b2dd91f7056c2f23b3572b79654ae
6
+ metadata.gz: 903a27cb53c18115d54050f6b541d56bb11204af2643f63fc7ae47ec15237497c29361ddb56d1e0d11168abc663ba423122d15a2104faefeae35cf0ec80c33a8
7
+ data.tar.gz: ab31b67d49575ab7c7c6487b1561109f1b9328312a948edd6510ad2d02c00fcfea4316470ee710b965607cfff5117d4c437948044943e0887f12b27015615b17
data/bin/release CHANGED
@@ -4,7 +4,7 @@ VERSION=$1
4
4
 
5
5
  printf "module Kuyio\n module Rubocop\n VERSION = \"$VERSION\"\n end\nend" > ./lib/kuyio/rubocop/version.rb
6
6
  bundle
7
- git add Gemfile.lock lib/kuyio/rubocop/version.rb
7
+ git add lib/kuyio/rubocop/version.rb
8
8
  git commit -m "Bump version for $VERSION"
9
9
  git push
10
10
  git tag v$VERSION
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Kuyio::Rubocop::VERSION
9
9
  spec.authors = ["KUY.io Inc."]
10
10
  spec.email = ["dev@kuy.io"]
11
-
11
+ spec.license = 'MIT'
12
12
  spec.summary = 'KUY.io shared rubocop configuration.'
13
13
  spec.homepage = 'https://github.com/kuyio/kuyio-rubocop'
14
14
 
@@ -1,5 +1,5 @@
1
1
  module Kuyio
2
2
  module Rubocop
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuyio-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KUY.io Inc.
@@ -128,7 +128,8 @@ files:
128
128
  - lib/kuyio/rubocop.rb
129
129
  - lib/kuyio/rubocop/version.rb
130
130
  homepage: https://github.com/kuyio/kuyio-rubocop
131
- licenses: []
131
+ licenses:
132
+ - MIT
132
133
  metadata:
133
134
  allowed_push_host: https://rubygems.org
134
135
  post_install_message: