bunto-seo-tag 3.0.0 → 4.0.0

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
  SHA1:
3
- metadata.gz: 940377443297d91e75e3edc96361a60d059a20df
4
- data.tar.gz: dad0426014c69a45cc4757b9cc6c2ec9fc76b5dd
3
+ metadata.gz: faaf48bf9c16805f901f738cd26477f761c03e48
4
+ data.tar.gz: a3ef5a3b32522d99afed1f8711f1be68c32f4c6f
5
5
  SHA512:
6
- metadata.gz: c671355e17239eec84e6ea9b145567a44f9595cbf4702d5c6f89b9f5175fe53c7cf5d3288aab30daa9a45646799d0b338f816d2753d7d87bc59dce5c8a3112ff
7
- data.tar.gz: 458df72cf8aca3a9355700a759bc80d8067c9dbdd51dbd54db924fccb376498ee8ab27ff09ed3072ef76903cc7ee09b0e144b6037e321f1e4de5d9fc2ed99b75
6
+ metadata.gz: 78a41b07dfb6b47af43cb48852e2916e73adb0803154f9db464257d14f2ee311656898276067b108e7158b2c302192e902199cb5855f2794a797ff328ea7fa29
7
+ data.tar.gz: 39b8a12c88c3aaeb3207e38c643a24cfe726a47429a12c7c97c54d017be385f614fd2e908808eb62b669fe614b460e707a1ecd888999c2793517680615221c4f
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Ben Balter', 'Suriyaa Kudo']
10
10
  spec.email = ['ben.balter@github.com', 'SuriyaaKudoIsc@users.noreply.github.com']
11
11
  spec.summary = "A Bunto plugin to add metadata tags for search engines and social networks to better index and display your site's content."
12
- spec.homepage = 'https://github.com/benbalter/bunto-seo-tag'
12
+ spec.homepage = 'https://github.com/bunto/bunto-seo-tag'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
3
3
 
4
4
  module Bunto
5
5
  class SeoTag < Liquid::Tag
6
- VERSION = '3.0.0'.freeze
6
+ VERSION = '4.0.0'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunto-seo-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
@@ -119,7 +119,7 @@ files:
119
119
  - script/bootstrap
120
120
  - script/cibuild
121
121
  - script/release
122
- homepage: https://github.com/benbalter/bunto-seo-tag
122
+ homepage: https://github.com/bunto/bunto-seo-tag
123
123
  licenses:
124
124
  - MIT
125
125
  metadata: