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 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 with a single call!
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
1
+ 0.1.2
@@ -108,7 +108,8 @@ module MetaTagsHelpers
108
108
  @meta_type
109
109
  end
110
110
  end
111
-
111
+
112
+ end
112
113
  end
113
114
  ActionController::Base.send :include, MetaTagsHelpers::ActionControllerExtension
114
115
  ActionView::Base.send :include, MetaTagsHelpers::ActionViewExtension
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "meta-tags-helpers"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
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.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: -3286765402056605777
92
+ hash: -4239134823278248270
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements: