seo_fuel 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +8 -0
- data/lib/seo_fuel/version.rb +1 -1
- data/seo_fuel.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
@@ -46,6 +46,14 @@ Display the edit button and the form on every page, by including these commands
|
|
46
46
|
<%= edit_seo_dialog %>
|
47
47
|
|
48
48
|
|
49
|
+
## TODO
|
50
|
+
This gem is in early development, there are still some things to do:
|
51
|
+
- add system for default values (default_title(@article.title) for example)
|
52
|
+
- add options for open_graph
|
53
|
+
- add documentation
|
54
|
+
- include testing
|
55
|
+
|
56
|
+
|
49
57
|
## Contributing
|
50
58
|
|
51
59
|
1. Fork it
|
data/lib/seo_fuel/version.rb
CHANGED
data/seo_fuel.gemspec
CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/seo_fuel/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Henk Meijer"]
|
6
6
|
gem.email = ["meijerhenk@gmail.com"]
|
7
|
-
gem.description =
|
8
|
-
gem.summary =
|
7
|
+
gem.description = "Customize the SEO options for every single page of your rails app. Each url has its own SEO options."
|
8
|
+
gem.summary = "Add exstensive SEO options to every page on your website."
|
9
9
|
gem.homepage = "https://github.com/henkm/seo_fuel"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: seo_fuel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,8 +27,8 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description:
|
31
|
-
|
30
|
+
description: Customize the SEO options for every single page of your rails app. Each
|
31
|
+
url has its own SEO options.
|
32
32
|
email:
|
33
33
|
- meijerhenk@gmail.com
|
34
34
|
executables: []
|
@@ -85,6 +85,6 @@ rubyforge_project:
|
|
85
85
|
rubygems_version: 1.8.24
|
86
86
|
signing_key:
|
87
87
|
specification_version: 3
|
88
|
-
summary:
|
88
|
+
summary: Add exstensive SEO options to every page on your website.
|
89
89
|
test_files: []
|
90
90
|
has_rdoc:
|