meta_tags 0.2.0
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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +102 -0
- data/Rakefile +38 -0
- data/app/models/meta_tags/list.rb +14 -0
- data/db/migrate/20140114154410_create_meta_tags_list.rb +14 -0
- data/lib/generators/meta_tags/config/config_generator.rb +22 -0
- data/lib/generators/meta_tags/config/templates/initializer.rb +25 -0
- data/lib/meta_tags/container.rb +67 -0
- data/lib/meta_tags/controller.rb +130 -0
- data/lib/meta_tags/engine.rb +21 -0
- data/lib/meta_tags/meta_taggable.rb +21 -0
- data/lib/meta_tags/meta_taggable_macro.rb +15 -0
- data/lib/meta_tags/page_data_helper.rb +23 -0
- data/lib/meta_tags/tags/base.rb +50 -0
- data/lib/meta_tags/tags/description.rb +40 -0
- data/lib/meta_tags/tags/image.rb +23 -0
- data/lib/meta_tags/tags/keywords.rb +16 -0
- data/lib/meta_tags/tags/title.rb +44 -0
- data/lib/meta_tags/tags/url.rb +9 -0
- data/lib/meta_tags/version.rb +3 -0
- data/lib/meta_tags.rb +25 -0
- data/lib/tasks/meta_tags_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/images/illustration.jpg +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/home.js +2 -0
- data/test/dummy/app/assets/javascripts/posts.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/home.css +4 -0
- data/test/dummy/app/assets/stylesheets/posts.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +12 -0
- data/test/dummy/app/controllers/home_controller.rb +5 -0
- data/test/dummy/app/controllers/posts_controller.rb +17 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/home_helper.rb +2 -0
- data/test/dummy/app/helpers/posts_helper.rb +2 -0
- data/test/dummy/app/models/post.rb +4 -0
- data/test/dummy/app/views/home/index.html.erb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +17 -0
- data/test/dummy/app/views/posts/filter.html.erb +2 -0
- data/test/dummy/app/views/posts/index.html.erb +5 -0
- data/test/dummy/app/views/posts/show.html.erb +2 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/meta_tags.rb +13 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +14 -0
- data/test/dummy/config/routes.rb +10 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130131104614_create_posts.rb +11 -0
- data/test/dummy/db/migrate/20130131104618_add_attachment_image_to_posts.rb +11 -0
- data/test/dummy/db/schema.rb +28 -0
- data/test/dummy/log/development.log +1506 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/fixtures/posts.yml +11 -0
- data/test/dummy/test/functional/home_controller_test.rb +9 -0
- data/test/dummy/test/functional/posts_controller_test.rb +19 -0
- data/test/dummy/test/unit/helpers/home_helper_test.rb +4 -0
- data/test/dummy/test/unit/helpers/posts_helper_test.rb +4 -0
- data/test/dummy/test/unit/post_test.rb +7 -0
- data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
- data/test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/DB0/sprockets%2F8d018be37aba1bc45344022ac32de7f7 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/test/dummy/tmp/cache/assets/DA4/280/sprockets%2Fd35f8ce1156cdff20d6da32835de94d6 +0 -0
- data/test/dummy/tmp/cache/assets/DCF/E80/sprockets%2Fd1c75b2b7b92bf135ea57e2bc4d739ef +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E10/A50/sprockets%2F3ceec61ba671c1fc8fec279989fb9d1d +0 -0
- data/test/meta_tags_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +255 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/404.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
23
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
24
|
+
</div>
|
25
|
+
</body>
|
26
|
+
</html>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/422.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>The change you wanted was rejected.</h1>
|
23
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
24
|
+
</div>
|
25
|
+
</body>
|
26
|
+
</html>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
5
|
+
<style type="text/css">
|
6
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
7
|
+
div.dialog {
|
8
|
+
width: 25em;
|
9
|
+
padding: 0 4em;
|
10
|
+
margin: 4em auto 0 auto;
|
11
|
+
border: 1px solid #ccc;
|
12
|
+
border-right-color: #999;
|
13
|
+
border-bottom-color: #999;
|
14
|
+
}
|
15
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
16
|
+
</style>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body>
|
20
|
+
<!-- This file lives in public/500.html -->
|
21
|
+
<div class="dialog">
|
22
|
+
<h1>We're sorry, but something went wrong.</h1>
|
23
|
+
</div>
|
24
|
+
</body>
|
25
|
+
</html>
|
File without changes
|
@@ -0,0 +1,6 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
3
|
+
|
4
|
+
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
5
|
+
require File.expand_path('../../config/boot', __FILE__)
|
6
|
+
require 'rails/commands'
|
@@ -0,0 +1,19 @@
|
|
1
|
+
require 'test_helper'
|
2
|
+
|
3
|
+
class PostsControllerTest < ActionController::TestCase
|
4
|
+
test "should get index" do
|
5
|
+
get :index
|
6
|
+
assert_response :success
|
7
|
+
end
|
8
|
+
|
9
|
+
test "should get show" do
|
10
|
+
get :show
|
11
|
+
assert_response :success
|
12
|
+
end
|
13
|
+
|
14
|
+
test "should get filter" do
|
15
|
+
get :filter
|
16
|
+
assert_response :success
|
17
|
+
end
|
18
|
+
|
19
|
+
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/test_helper.rb
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Configure Rails Environment
|
2
|
+
ENV["RAILS_ENV"] = "test"
|
3
|
+
|
4
|
+
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
5
|
+
require "rails/test_help"
|
6
|
+
|
7
|
+
Rails.backtrace_cleaner.remove_silencers!
|
8
|
+
|
9
|
+
# Load support files
|
10
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
11
|
+
|
12
|
+
# Load fixtures from the engine
|
13
|
+
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
|
14
|
+
ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
|
15
|
+
end
|
metadata
ADDED
@@ -0,0 +1,255 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: meta_tags
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Valentin Ballestrino, Damien Corticchiato
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-05-31 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sanitize
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: truncate_html
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: sqlite3
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
description: 'Simple gem to handle basical title, meta tags and og: tags'
|
56
|
+
email:
|
57
|
+
- vala@glyph.fr
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- MIT-LICENSE
|
63
|
+
- README.md
|
64
|
+
- Rakefile
|
65
|
+
- app/models/meta_tags/list.rb
|
66
|
+
- db/migrate/20140114154410_create_meta_tags_list.rb
|
67
|
+
- lib/generators/meta_tags/config/config_generator.rb
|
68
|
+
- lib/generators/meta_tags/config/templates/initializer.rb
|
69
|
+
- lib/meta_tags.rb
|
70
|
+
- lib/meta_tags/container.rb
|
71
|
+
- lib/meta_tags/controller.rb
|
72
|
+
- lib/meta_tags/engine.rb
|
73
|
+
- lib/meta_tags/meta_taggable.rb
|
74
|
+
- lib/meta_tags/meta_taggable_macro.rb
|
75
|
+
- lib/meta_tags/page_data_helper.rb
|
76
|
+
- lib/meta_tags/tags/base.rb
|
77
|
+
- lib/meta_tags/tags/description.rb
|
78
|
+
- lib/meta_tags/tags/image.rb
|
79
|
+
- lib/meta_tags/tags/keywords.rb
|
80
|
+
- lib/meta_tags/tags/title.rb
|
81
|
+
- lib/meta_tags/tags/url.rb
|
82
|
+
- lib/meta_tags/version.rb
|
83
|
+
- lib/tasks/meta_tags_tasks.rake
|
84
|
+
- test/dummy/README.rdoc
|
85
|
+
- test/dummy/Rakefile
|
86
|
+
- test/dummy/app/assets/images/illustration.jpg
|
87
|
+
- test/dummy/app/assets/javascripts/application.js
|
88
|
+
- test/dummy/app/assets/javascripts/home.js
|
89
|
+
- test/dummy/app/assets/javascripts/posts.js
|
90
|
+
- test/dummy/app/assets/stylesheets/application.css
|
91
|
+
- test/dummy/app/assets/stylesheets/home.css
|
92
|
+
- test/dummy/app/assets/stylesheets/posts.css
|
93
|
+
- test/dummy/app/controllers/application_controller.rb
|
94
|
+
- test/dummy/app/controllers/home_controller.rb
|
95
|
+
- test/dummy/app/controllers/posts_controller.rb
|
96
|
+
- test/dummy/app/helpers/application_helper.rb
|
97
|
+
- test/dummy/app/helpers/home_helper.rb
|
98
|
+
- test/dummy/app/helpers/posts_helper.rb
|
99
|
+
- test/dummy/app/models/post.rb
|
100
|
+
- test/dummy/app/views/home/index.html.erb
|
101
|
+
- test/dummy/app/views/layouts/application.html.erb
|
102
|
+
- test/dummy/app/views/posts/filter.html.erb
|
103
|
+
- test/dummy/app/views/posts/index.html.erb
|
104
|
+
- test/dummy/app/views/posts/show.html.erb
|
105
|
+
- test/dummy/config.ru
|
106
|
+
- test/dummy/config/application.rb
|
107
|
+
- test/dummy/config/boot.rb
|
108
|
+
- test/dummy/config/database.yml
|
109
|
+
- test/dummy/config/environment.rb
|
110
|
+
- test/dummy/config/environments/development.rb
|
111
|
+
- test/dummy/config/environments/production.rb
|
112
|
+
- test/dummy/config/environments/test.rb
|
113
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
114
|
+
- test/dummy/config/initializers/inflections.rb
|
115
|
+
- test/dummy/config/initializers/meta_tags.rb
|
116
|
+
- test/dummy/config/initializers/mime_types.rb
|
117
|
+
- test/dummy/config/initializers/secret_token.rb
|
118
|
+
- test/dummy/config/initializers/session_store.rb
|
119
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
120
|
+
- test/dummy/config/locales/en.yml
|
121
|
+
- test/dummy/config/routes.rb
|
122
|
+
- test/dummy/db/development.sqlite3
|
123
|
+
- test/dummy/db/migrate/20130131104614_create_posts.rb
|
124
|
+
- test/dummy/db/migrate/20130131104618_add_attachment_image_to_posts.rb
|
125
|
+
- test/dummy/db/schema.rb
|
126
|
+
- test/dummy/log/development.log
|
127
|
+
- test/dummy/public/404.html
|
128
|
+
- test/dummy/public/422.html
|
129
|
+
- test/dummy/public/500.html
|
130
|
+
- test/dummy/public/favicon.ico
|
131
|
+
- test/dummy/script/rails
|
132
|
+
- test/dummy/test/fixtures/posts.yml
|
133
|
+
- test/dummy/test/functional/home_controller_test.rb
|
134
|
+
- test/dummy/test/functional/posts_controller_test.rb
|
135
|
+
- test/dummy/test/unit/helpers/home_helper_test.rb
|
136
|
+
- test/dummy/test/unit/helpers/posts_helper_test.rb
|
137
|
+
- test/dummy/test/unit/post_test.rb
|
138
|
+
- test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145
|
139
|
+
- test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6
|
140
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
141
|
+
- test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
|
142
|
+
- test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683
|
143
|
+
- test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
|
144
|
+
- test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
|
145
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
146
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
147
|
+
- test/dummy/tmp/cache/assets/D5A/DB0/sprockets%2F8d018be37aba1bc45344022ac32de7f7
|
148
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
149
|
+
- test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
|
150
|
+
- test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b
|
151
|
+
- test/dummy/tmp/cache/assets/DA4/280/sprockets%2Fd35f8ce1156cdff20d6da32835de94d6
|
152
|
+
- test/dummy/tmp/cache/assets/DCF/E80/sprockets%2Fd1c75b2b7b92bf135ea57e2bc4d739ef
|
153
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
154
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
155
|
+
- test/dummy/tmp/cache/assets/E10/A50/sprockets%2F3ceec61ba671c1fc8fec279989fb9d1d
|
156
|
+
- test/meta_tags_test.rb
|
157
|
+
- test/test_helper.rb
|
158
|
+
homepage: http://glyph.fr
|
159
|
+
licenses: []
|
160
|
+
metadata: {}
|
161
|
+
post_install_message:
|
162
|
+
rdoc_options: []
|
163
|
+
require_paths:
|
164
|
+
- lib
|
165
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
166
|
+
requirements:
|
167
|
+
- - ">="
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '0'
|
170
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
|
+
requirements:
|
172
|
+
- - ">="
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: '0'
|
175
|
+
requirements: []
|
176
|
+
rubyforge_project:
|
177
|
+
rubygems_version: 2.4.4
|
178
|
+
signing_key:
|
179
|
+
specification_version: 4
|
180
|
+
summary: 'Simple gem to handle basical title, meta tags and og: tags'
|
181
|
+
test_files:
|
182
|
+
- test/dummy/app/assets/images/illustration.jpg
|
183
|
+
- test/dummy/app/assets/javascripts/application.js
|
184
|
+
- test/dummy/app/assets/javascripts/home.js
|
185
|
+
- test/dummy/app/assets/javascripts/posts.js
|
186
|
+
- test/dummy/app/assets/stylesheets/application.css
|
187
|
+
- test/dummy/app/assets/stylesheets/home.css
|
188
|
+
- test/dummy/app/assets/stylesheets/posts.css
|
189
|
+
- test/dummy/app/controllers/application_controller.rb
|
190
|
+
- test/dummy/app/controllers/home_controller.rb
|
191
|
+
- test/dummy/app/controllers/posts_controller.rb
|
192
|
+
- test/dummy/app/helpers/application_helper.rb
|
193
|
+
- test/dummy/app/helpers/home_helper.rb
|
194
|
+
- test/dummy/app/helpers/posts_helper.rb
|
195
|
+
- test/dummy/app/models/post.rb
|
196
|
+
- test/dummy/app/views/home/index.html.erb
|
197
|
+
- test/dummy/app/views/layouts/application.html.erb
|
198
|
+
- test/dummy/app/views/posts/filter.html.erb
|
199
|
+
- test/dummy/app/views/posts/index.html.erb
|
200
|
+
- test/dummy/app/views/posts/show.html.erb
|
201
|
+
- test/dummy/config/application.rb
|
202
|
+
- test/dummy/config/boot.rb
|
203
|
+
- test/dummy/config/database.yml
|
204
|
+
- test/dummy/config/environment.rb
|
205
|
+
- test/dummy/config/environments/development.rb
|
206
|
+
- test/dummy/config/environments/production.rb
|
207
|
+
- test/dummy/config/environments/test.rb
|
208
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
209
|
+
- test/dummy/config/initializers/inflections.rb
|
210
|
+
- test/dummy/config/initializers/meta_tags.rb
|
211
|
+
- test/dummy/config/initializers/mime_types.rb
|
212
|
+
- test/dummy/config/initializers/secret_token.rb
|
213
|
+
- test/dummy/config/initializers/session_store.rb
|
214
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
215
|
+
- test/dummy/config/locales/en.yml
|
216
|
+
- test/dummy/config/routes.rb
|
217
|
+
- test/dummy/config.ru
|
218
|
+
- test/dummy/db/development.sqlite3
|
219
|
+
- test/dummy/db/migrate/20130131104614_create_posts.rb
|
220
|
+
- test/dummy/db/migrate/20130131104618_add_attachment_image_to_posts.rb
|
221
|
+
- test/dummy/db/schema.rb
|
222
|
+
- test/dummy/log/development.log
|
223
|
+
- test/dummy/public/404.html
|
224
|
+
- test/dummy/public/422.html
|
225
|
+
- test/dummy/public/500.html
|
226
|
+
- test/dummy/public/favicon.ico
|
227
|
+
- test/dummy/Rakefile
|
228
|
+
- test/dummy/README.rdoc
|
229
|
+
- test/dummy/script/rails
|
230
|
+
- test/dummy/test/fixtures/posts.yml
|
231
|
+
- test/dummy/test/functional/home_controller_test.rb
|
232
|
+
- test/dummy/test/functional/posts_controller_test.rb
|
233
|
+
- test/dummy/test/unit/helpers/home_helper_test.rb
|
234
|
+
- test/dummy/test/unit/helpers/posts_helper_test.rb
|
235
|
+
- test/dummy/test/unit/post_test.rb
|
236
|
+
- test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145
|
237
|
+
- test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6
|
238
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
239
|
+
- test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e
|
240
|
+
- test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683
|
241
|
+
- test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c
|
242
|
+
- test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
|
243
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
244
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
245
|
+
- test/dummy/tmp/cache/assets/D5A/DB0/sprockets%2F8d018be37aba1bc45344022ac32de7f7
|
246
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
247
|
+
- test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0
|
248
|
+
- test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b
|
249
|
+
- test/dummy/tmp/cache/assets/DA4/280/sprockets%2Fd35f8ce1156cdff20d6da32835de94d6
|
250
|
+
- test/dummy/tmp/cache/assets/DCF/E80/sprockets%2Fd1c75b2b7b92bf135ea57e2bc4d739ef
|
251
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
252
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
253
|
+
- test/dummy/tmp/cache/assets/E10/A50/sprockets%2F3ceec61ba671c1fc8fec279989fb9d1d
|
254
|
+
- test/meta_tags_test.rb
|
255
|
+
- test/test_helper.rb
|