metatag_cop 0.1.1 → 0.1.2

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: 35678b5fe8efcdcaaeadb0a8674499dca32641f7
4
- data.tar.gz: 947de54b6c3bff07bd88e8c27e8df89c11ad9be3
3
+ metadata.gz: a261480a5e5bbc7214c796a0cd1bee10666c8708
4
+ data.tar.gz: 872bf784efc1622d25780e68c8b6b51d84fcdcdb
5
5
  SHA512:
6
- metadata.gz: 4734bbcd13f42db37f47544d31264f5a733debcd680a646ce8b2c400858e14243428f755a89c539133b993eb4ffea5a1a215fe357466c7053bb51cc14dc03e52
7
- data.tar.gz: 025fc2becf5d887e5b0a4397ec3df5cb3d7c106721db7c34bd6304e3b2e85d235c4a06d8c60d767bdf672d2ff80cc7fd42f5bb89919088e913e80c0249464305
6
+ metadata.gz: 6e99fb777035c40f823fe622087ec5262dc0893eb16da1c2b8112dd57293702f84990bf0629d7f943b11b779708ed3a4f78befe77c3541da7efb09dcbefb3652
7
+ data.tar.gz: fd1fe03226c003eddefa577110b79ab93af0cf0006cf3022d0381ba5cb3ce4c186030e91c6c92f70bb889950bc7b08c2bfd33def82700d7426c0f68ad5f98cf3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MetatagCop
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
data/metatag_cop.gemspec CHANGED
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['mailto.takita.yusuke@gmail.com']
12
12
 
13
13
  spec.summary = 'metatag_cop loads csv file and checks whether meta tags is set proper value.'
14
- spec.description = 'metatag_cop loads csv file and checks whether meta tags is set proper value.'
15
- spec.homepage = 'http://tackeyy.com/'
14
+ spec.description = 'Any feedback is webcome! You can find me [here](https://twitter.com/3chhe).'
15
+ spec.homepage = 'https://github.com/tackeyy/metatag_cop'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metatag_cop
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
  - tackeyy
@@ -66,8 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: metatag_cop loads csv file and checks whether meta tags is set proper
70
- value.
69
+ description: Any feedback is webcome! You can find me [here](https://twitter.com/3chhe).
71
70
  email:
72
71
  - mailto.takita.yusuke@gmail.com
73
72
  executables:
@@ -98,7 +97,7 @@ files:
98
97
  - lib/metatag_cop/version.rb
99
98
  - metatag_cop.gemspec
100
99
  - sample/sample.csv
101
- homepage: http://tackeyy.com/
100
+ homepage: https://github.com/tackeyy/metatag_cop
102
101
  licenses:
103
102
  - MIT
104
103
  metadata: {}