jt-rails-meta 1.0.1 → 1.0.2
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 +4 -4
- data/jt-rails-meta.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4750041ac97d4118c0979a00666a7deeeb7b15b6
|
|
4
|
+
data.tar.gz: 2fecc85bd738dcd441ac89d8f615dc9a3bda9982
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07bf86b862058e3015f46bfdbb501aa43de181ed1aeecb870cc9c1e67f9c44703a628007b6c478592845f78c55724a32c4f3b1f15750c0061c92073f8537fce3
|
|
7
|
+
data.tar.gz: 01bd43b595114461ce607d29aa07b5a894ffadfed02ac995d3ef9d19d416502a8ec499fa766f48a380a5db256fb84e636dcdc2e4fd874211652e16d03cfa7d30
|
data/jt-rails-meta.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'jt-rails-meta'
|
|
3
|
-
s.summary = "Manage HTML meta tags for Ruby On Rails"
|
|
3
|
+
s.summary = "Manage HTML meta tags for SEO in Ruby On Rails"
|
|
4
4
|
s.description = "JTRailsMeta help you to manage HTML meta tags like title, description, keywords used in Search Engine Optimization (SEO)."
|
|
5
5
|
s.homepage = 'https://github.com/jonathantribouharet/jt-rails-meta'
|
|
6
|
-
s.version = '1.0.
|
|
6
|
+
s.version = '1.0.2'
|
|
7
7
|
s.files = `git ls-files`.split("\n")
|
|
8
8
|
s.require_paths = ['lib']
|
|
9
9
|
s.authors = ['Jonathan TRIBOUHARET']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jt-rails-meta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan TRIBOUHARET
|
|
@@ -49,5 +49,5 @@ rubyforge_project:
|
|
|
49
49
|
rubygems_version: 2.0.14
|
|
50
50
|
signing_key:
|
|
51
51
|
specification_version: 4
|
|
52
|
-
summary: Manage HTML meta tags for Ruby On Rails
|
|
52
|
+
summary: Manage HTML meta tags for SEO in Ruby On Rails
|
|
53
53
|
test_files: []
|