bridgetown-seo-tag 3.0.3 → 3.0.4

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: 19e8233a77aad3796aeb8b05d8a675413be603db165753b3c3ce0d83cd20b042
4
- data.tar.gz: 5da4c3c8af5cd303d7a84848600e571d5b21ad97aa8c06f837458db2e74bbec2
3
+ metadata.gz: 2663e12f9227a535665e3f8a3b0950744a3455098c03af97f7f0d442b59df71f
4
+ data.tar.gz: 90faa60655df73595b5c51b1109950570cb96b8954f163d8cede8eb41b874f8d
5
5
  SHA512:
6
- metadata.gz: 939f24dc652310da83407866d9ea32e1e024acaa745be7889bb2887d68832e7441b5cefd933ed49f3ea0a0c6fbadf9ca665db033399a6fe2751a8159b83dd881
7
- data.tar.gz: b3e987f8caf569e358e68a343832b19447294be8a80b63482b27a6d8156ebeaac098fb2e14ddb02f536ecf9a6a1aecd08526f3a4d0bc636806b04ec2d1fad845
6
+ metadata.gz: 2c19b7a99e0ee861d54b24084b35947c0abcbbfa6b5e5152833a09a0c3309f7bd45618a07c2ff3bea3bc830ae879174168e6743f23c89d53a73175b717b23f66
7
+ data.tar.gz: b56199df66f8caa74fc17109471ef4b11430520bb6c90d561a2df03b92b45d78c4fa6cc624e15ae9d7c6de2821085ca3a3cc6337a61c5d5538c9d3eee19d7d41
data/.gitignore CHANGED
@@ -7,3 +7,4 @@ spec/reports/
7
7
  spec/fixtures/.bridgetown-cache
8
8
  tmp/
9
9
  vendor/bundle
10
+ .ruby-version
@@ -1,4 +1,8 @@
1
- # Change Log
1
+ # master
2
+
3
+ ## 3.0.4 / 2020-05-01
4
+
5
+ Update to require a minimum Ruby version of 2.5.
2
6
 
3
7
  ## 3.0.3 / 2020-04-19
4
8
 
data/README.md CHANGED
@@ -49,6 +49,10 @@ Bridgetown SEO tag isn't designed to accommodate every possible use case. It sho
49
49
 
50
50
  More detailed documentation forthcoming.
51
51
 
52
+ ## Testing
53
+
54
+ * Run `bundle exec rspec` to run the test suite
55
+ * Or run `script/cibuild` to validate with Rubocop and test with rspec together
52
56
 
53
57
  ## Contributing
54
58
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.homepage = "https://github.com/bridgetownrb/bridgetown-seo-tag"
12
12
  spec.license = "MIT"
13
13
 
14
- spec.required_ruby_version = ">= 2.4.0"
14
+ spec.required_ruby_version = ">= 2.5.0"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features)/!) }
17
17
  spec.require_paths = ["lib"]
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
5
5
 
6
6
  module Bridgetown
7
7
  class SeoTag < Liquid::Tag
8
- VERSION = "3.0.3"
8
+ VERSION = "3.0.4"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-seo-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-19 00:00:00.000000000 Z
11
+ date: 2020-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bridgetown
@@ -110,9 +110,8 @@ files:
110
110
  - ".rspec"
111
111
  - ".rubocop.yml"
112
112
  - ".rubocop_todo.yml"
113
- - ".ruby-version"
113
+ - CHANGELOG.md
114
114
  - Gemfile
115
- - History.markdown
116
115
  - LICENSE.txt
117
116
  - README.md
118
117
  - Rakefile
@@ -137,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
136
  requirements:
138
137
  - - ">="
139
138
  - !ruby/object:Gem::Version
140
- version: 2.4.0
139
+ version: 2.5.0
141
140
  required_rubygems_version: !ruby/object:Gem::Requirement
142
141
  requirements:
143
142
  - - ">="
@@ -1 +0,0 @@
1
- ruby-2.6.4@bridgetown-gems