meta-tags-helpers 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -2
- data/VERSION +1 -1
- data/lib/meta_tags_helpers.rb +2 -1
- data/meta-tags-helpers.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
## Rails meta tags helpers
|
4
4
|
|
5
|
-
Seo and future-proof meta-tags for Rails, with good customizable defaults that support open-graph: all your meta tags
|
5
|
+
Seo and future-proof meta-tags for Rails, with good customizable defaults that also provide support for open-graph and csrf: all your meta tags in a single call.
|
6
6
|
|
7
7
|
### Install
|
8
8
|
|
@@ -85,7 +85,6 @@ default = {
|
|
85
85
|
}
|
86
86
|
```
|
87
87
|
|
88
|
-
|
89
88
|
---
|
90
89
|
|
91
90
|
Copyright (c) 2012 mcasimir
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/lib/meta_tags_helpers.rb
CHANGED
data/meta-tags-helpers.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: meta-tags-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
segments:
|
91
91
|
- 0
|
92
|
-
hash: -
|
92
|
+
hash: -4239134823278248270
|
93
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|