phcdevworks_titleseo 3.3.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
  SHA256:
3
- metadata.gz: 6c1effc7a12efc0b5c6d9a13a536827a43b08a49ad10b6001cc98e8fe61b0b9a
4
- data.tar.gz: 56a0e28905c0fd4eaf81d63072aefe05c25e16bf27f62210db49d82de911da9a
3
+ metadata.gz: 2c75c9ad59ed5441cd005d043ee267d419d8d2f7537ac0e662dabe873407ec8a
4
+ data.tar.gz: d3fb07ea8349a50dc0a7c954114317a970288f056b0594533b4a71b0fb1af68a
5
5
  SHA512:
6
- metadata.gz: 26a3813fa4309ba95c31b69fae45aa0b181e1e329b9960a15edab07d88d401fac30f1a17dae51899b6b6b31f87b5460558701f363a6a00eab1b563ee87d2b5c2
7
- data.tar.gz: 4a1bd0900ed49c9185804a3ca7524a16e296df088799046eb49a4698d11530b9601e0751098228af000684a9f83c9bab073329432738434531b1f85baf18132c
6
+ metadata.gz: c1219f1ebb37c89d1613ea78cc92fcb39448a9ba4dcfaa5b6f5c85b5336c64d576cb8e79def747b0b6919bf9e16215948c90e65428cf2b4893603af6c6bcbccf
7
+ data.tar.gz: 69782b86d02c18d5c7d7a8a6195df0cb0f7e0bc5203b7f3c50e40dace5f595a4434c9402fd6c1a853c7c6adabe3c7696b4f3d7102bcaebae3fe971185355279d
data/MIT-LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Copyright 2021 BradPotts
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright 2022 PHCDevworks
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ### PHCDevworks Title/SEO for Rails6 (Page SEO, Titles & Title Tags) [![Gem Version](https://badge.fury.io/rb/phcdevworks_titleseo.svg)](https://badge.fury.io/rb/phcdevworks_titleseo)
1
+ ### PHCDevworks Title/SEO for Rails 7 (Page SEO, Titles & Title Tags)
2
2
 
3
3
  PHCDevworks Title/SEO Rails6 engine with helpers for page headings, taglines, SEO, Social Media and title tags.
4
4
 
@@ -91,3 +91,6 @@ Add the code below to your views whenever page subtitles are required (can also
91
91
  <li class="active"><%= yield(:phc_breadcrumb_three) %></li>
92
92
  </ol>
93
93
 
94
+ ### Status
95
+
96
+ [![Gem Version](https://badge.fury.io/rb/phcdevworks_titleseo.svg)](https://badge.fury.io/rb/phcdevworks_titleseo) [![Publish to Github.com](https://github.com/phcdevworks/phcdevworks_titleseo/actions/workflows/publish_gem_github_com.yml/badge.svg)](https://github.com/phcdevworks/phcdevworks_titleseo/actions/workflows/publish_gem_github_com.yml) [![Publish to Rubygems.org](https://github.com/phcdevworks/phcdevworks_titleseo/actions/workflows/publish_gem_rubygems_org.yml/badge.svg)](https://github.com/phcdevworks/phcdevworks_titleseo/actions/workflows/publish_gem_rubygems_org.yml)
data/Rakefile CHANGED
@@ -1,8 +1,8 @@
1
- require "bundler/setup"
2
-
3
- APP_RAKEFILE = File.expand_path("spec/test_app/Rakefile", __dir__)
4
- load "rails/tasks/engine.rake"
5
-
6
- load "rails/tasks/statistics.rake"
7
-
8
- require "bundler/gem_tasks"
1
+ require "bundler/setup"
2
+
3
+ APP_RAKEFILE = File.expand_path("spec/test_app/Rakefile", __dir__)
4
+ load "rails/tasks/engine.rake"
5
+
6
+ load "rails/tasks/statistics.rake"
7
+
8
+ require "bundler/gem_tasks"
@@ -1,12 +1,4 @@
1
- module PhcdevworksTitleseo
2
- class Engine < ::Rails::Engine
3
-
4
- # Theme Dependencies
5
- require "phcthemes_admin_panel_pack"
6
- require "phcthemes_web_theme_pack"
7
-
8
- # Plugin Namespace
9
- isolate_namespace PhcdevworksTitleseo
10
-
11
- end
12
- end
1
+ module PhcdevworksTitleseo
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -1,3 +1,3 @@
1
- module PhcdevworksTitleseo
2
- VERSION = '3.3.0'
3
- end
1
+ module PhcdevworksTitleseo
2
+ VERSION = "4.0.0"
3
+ end
@@ -1,6 +1,6 @@
1
- require "phcdevworks_titleseo/version"
2
- require "phcdevworks_titleseo/engine"
3
-
4
- module PhcdevworksTitleseo
5
- # Your code goes here...
6
- end
1
+ require "phcdevworks_titleseo/version"
2
+ require "phcdevworks_titleseo/engine"
3
+
4
+ module PhcdevworksTitleseo
5
+ # Your code goes here...
6
+ end
@@ -1,4 +1,4 @@
1
- # desc "Explaining what the task does"
2
- # task :phcdevworks_titleseo do
3
- # # Task goes here
4
- # end
1
+ # desc "Explaining what the task does"
2
+ # task :phcdevworks_titleseo do
3
+ # # Task goes here
4
+ # end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_titleseo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-17 00:00:00.000000000 Z
11
+ date: 2022-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.1'
19
+ version: '7.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.1'
26
+ version: '7.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: phcthemes_admin_panel_pack
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '4.1'
33
+ version: '5.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '4.1'
40
+ version: '5.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: phcthemes_web_theme_pack
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '4.1'
47
+ version: '5.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '4.1'
54
+ version: '5.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -89,7 +89,6 @@ homepage: https://phcdevworks.com/
89
89
  licenses:
90
90
  - MIT
91
91
  metadata:
92
- allowed_push_host: https://rubygems.org/
93
92
  homepage_uri: https://phcdevworks.com/
94
93
  source_code_uri: https://github.com/phcdevworks/phcdevworks_notifications
95
94
  changelog_uri: https://github.com/phcdevworks/phcdevworks_notifications/releases
@@ -108,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
107
  - !ruby/object:Gem::Version
109
108
  version: '0'
110
109
  requirements: []
111
- rubygems_version: 3.2.22
110
+ rubygems_version: 3.0.3.1
112
111
  signing_key:
113
112
  specification_version: 4
114
113
  summary: PHCDevworks - Helpers - TitleSEO