phcdevworks_titleseo 3.1.1 → 3.2.3

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: 7e6266f5d975c5334fe27eb4596e10d1d24654237894655030130e927a280793
4
- data.tar.gz: 6f5f18b0b2a3984cbd4367b8412bf4a4dc015c89d85f5a35351349214100060b
3
+ metadata.gz: 2c7d66f216ddf4af22f5d0cd52817ee05f3fc78304e5410430c9e112c2490af7
4
+ data.tar.gz: 1e44927fe2a027406ccf738a97f2ab46bd1d653b8d17b9f83a34e95375198d83
5
5
  SHA512:
6
- metadata.gz: 36230123347d54716e6ba0571977a46342c9b410ff9d04343dc1ea74af44b58fa65b702075affc4c4e39d01a2cd1968ffd5bb178127aba945ec784f36a36adce
7
- data.tar.gz: 2e09804b9543fbdde04554243f239c572d732846f09569efc982f73d156d56c09e4a1c6844b43a270b53593916f52837d6c2b3f6e23b29d592157e1288dda25d
6
+ metadata.gz: 924ad4706fccb1d0c6de4acafd56e8e8d16685720f73f9075c37b2018d3b776422fbd2c54ea7c05658d2028ecabd9877da9b3f7a0ff91419c169683f1c63bfea
7
+ data.tar.gz: a60b4c49ed34f1bfba83e7e0c753f733496bb7bc3d5d579755018dc5c2119a8520bee8e4998743244c7999e41e61d0c086e70814d5709500078f4f9d1768d003
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2010-2020 BradPotts - PHCDevworks
1
+ Copyright 2021 BradPotts
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
17
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
18
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
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.
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile CHANGED
@@ -1,32 +1,8 @@
1
- begin
2
- require 'bundler/setup'
3
- rescue LoadError
4
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
- end
1
+ require "bundler/setup"
6
2
 
7
- require 'rdoc/task'
3
+ APP_RAKEFILE = File.expand_path("spec/test_app/Rakefile", __dir__)
4
+ load "rails/tasks/engine.rake"
8
5
 
9
- RDoc::Task.new(:rdoc) do |rdoc|
10
- rdoc.rdoc_dir = 'rdoc'
11
- rdoc.title = 'PhcdevworksTitleseo'
12
- rdoc.options << '--line-numbers'
13
- rdoc.rdoc_files.include('README.md')
14
- rdoc.rdoc_files.include('lib/**/*.rb')
15
- end
6
+ load "rails/tasks/statistics.rake"
16
7
 
17
- APP_RAKEFILE = File.expand_path("test/test_app/Rakefile", __dir__)
18
- load 'rails/tasks/engine.rake'
19
-
20
- load 'rails/tasks/statistics.rake'
21
-
22
- require 'bundler/gem_tasks'
23
-
24
- require 'rake/testtask'
25
-
26
- Rake::TestTask.new(:test) do |t|
27
- t.libs << 'test'
28
- t.pattern = 'test/**/*_test.rb'
29
- t.verbose = false
30
- end
31
-
32
- task default: :test
8
+ require "bundler/gem_tasks"
@@ -1,3 +1,4 @@
1
+ require "phcdevworks_titleseo/version"
1
2
  require "phcdevworks_titleseo/engine"
2
3
 
3
4
  module PhcdevworksTitleseo
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksTitleseo
2
- VERSION = "3.1.1"
2
+ VERSION = '3.2.3'
3
3
  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.1.1
4
+ version: 3.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-31 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,48 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 6.0.3.4
19
+ version: '6.1'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '6.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 6.0.3.4
26
+ version: '6.1'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: phcthemes_admin_panel_pack
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - "~>"
38
32
  - !ruby/object:Gem::Version
39
- version: '3.0'
33
+ version: '4.0'
40
34
  type: :runtime
41
35
  prerelease: false
42
36
  version_requirements: !ruby/object:Gem::Requirement
43
37
  requirements:
44
38
  - - "~>"
45
39
  - !ruby/object:Gem::Version
46
- version: '3.0'
40
+ version: '4.0'
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: phcthemes_web_theme_pack
49
43
  requirement: !ruby/object:Gem::Requirement
50
44
  requirements:
51
45
  - - "~>"
52
46
  - !ruby/object:Gem::Version
53
- version: '3.0'
47
+ version: '4.0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
51
  requirements:
58
52
  - - "~>"
59
53
  - !ruby/object:Gem::Version
60
- version: '3.0'
54
+ version: '4.0'
61
55
  - !ruby/object:Gem::Dependency
62
56
  name: sqlite3
63
57
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +69,7 @@ dependencies:
75
69
  description: Rails view helpers making page headings, taglines, seo and title tags
76
70
  easier to manage and standardize view coding process.
77
71
  email:
78
- - info@phcdevworks.com
72
+ - imfo@phcdevworks.com
79
73
  executables: []
80
74
  extensions: []
81
75
  extra_rdoc_files: []
@@ -83,15 +77,7 @@ files:
83
77
  - MIT-LICENSE
84
78
  - README.md
85
79
  - Rakefile
86
- - app/assets/config/phcdevworks_titleseo_manifest.js
87
- - app/assets/javascripts/phcdevworks_titleseo/application.js
88
- - app/assets/stylesheets/phcdevworks_titleseo/application.css
89
- - app/controllers/phcdevworks_titleseo/application_controller.rb
90
80
  - app/helpers/phcdevworks_titleseo/application_helper.rb
91
- - app/jobs/phcdevworks_titleseo/application_job.rb
92
- - app/mailers/phcdevworks_titleseo/application_mailer.rb
93
- - app/models/phcdevworks_titleseo/application_record.rb
94
- - app/views/layouts/phcdevworks_titleseo/application.html.erb
95
81
  - app/views/phcdevworks_titleseo/_template_2_breadcrumbs.html.erb
96
82
  - app/views/phcdevworks_titleseo/_template_3_breadcrumbs.html.erb
97
83
  - app/views/phcdevworks_titleseo/_template_seo.html.erb
@@ -102,7 +88,11 @@ files:
102
88
  homepage: https://phcdevworks.com/
103
89
  licenses:
104
90
  - MIT
105
- metadata: {}
91
+ metadata:
92
+ allowed_push_host: https://rubygems.org/
93
+ homepage_uri: https://phcdevworks.com/
94
+ source_code_uri: https://github.com/phcdevworks/phcdevworks_notifications
95
+ changelog_uri: https://github.com/phcdevworks/phcdevworks_notifications/releases
106
96
  post_install_message:
107
97
  rdoc_options: []
108
98
  require_paths:
@@ -121,5 +111,5 @@ requirements: []
121
111
  rubygems_version: 3.0.3
122
112
  signing_key:
123
113
  specification_version: 4
124
- summary: PHCDevworks - Helpers - Title/SEO
114
+ summary: PHCDevworks - Helpers - TitleSEO
125
115
  test_files: []
@@ -1,3 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../javascripts/phcdevworks_titleseo .js
3
- //= link_directory ../stylesheets/phcdevworks_titleseo .scss
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,5 +0,0 @@
1
- module PhcdevworksTitleseo
2
- class ApplicationController < ActionController::Base
3
- protect_from_forgery with: :exception
4
- end
5
- end
@@ -1,4 +0,0 @@
1
- module PhcdevworksTitleseo
2
- class ApplicationJob < ActiveJob::Base
3
- end
4
- end
@@ -1,6 +0,0 @@
1
- module PhcdevworksTitleseo
2
- class ApplicationMailer < ActionMailer::Base
3
- default from: 'from@example.com'
4
- layout 'mailer'
5
- end
6
- end
@@ -1,5 +0,0 @@
1
- module PhcdevworksTitleseo
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end
@@ -1,18 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
-
5
- <title>PHCDevworks Title/Seo</title>
6
- <%= csrf_meta_tags %>
7
- <%= csp_meta_tag %>
8
-
9
- <%= stylesheet_link_tag "phcdevworks_titleseo/application", media: "all" %>
10
- <%= javascript_include_tag "phcdevworks_titleseo/application" %>
11
-
12
- </head>
13
- <body>
14
-
15
- <%= yield %>
16
-
17
- </body>
18
- </html>