seo_landing_pages 0.2.1 → 0.2.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/README.md +1 -1
- data/lib/generators/templates/migration.rb +1 -1
- data/lib/seo_landing_pages/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92d833d1e7046a85b19815527b1e952263f3b4e9
|
|
4
|
+
data.tar.gz: 6ab65a498002935ebfc6e47baf36b7de24a48b27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53ae47ed93c001fc55c669c487989d0b814e84293434a286d3ad90d862524b9a57fb07f2ab99ba18ea5a66ddc1f2ac6edf86c8d00e86dbaec5e0af46426f1ab6
|
|
7
|
+
data.tar.gz: 6fec55652e52dc056d725a7e688900a8ec176ab7def1343d51fc6a338201a004b069bbb708ef2f810fe82f4970fdcec1b6ebda4bf315918bc07a061820d6a328
|
data/README.md
CHANGED
|
@@ -127,6 +127,6 @@ a Pull Request having it ;-)
|
|
|
127
127
|
|
|
128
128
|
## Credits
|
|
129
129
|
|
|
130
|
-
This gem was developed in the [Hack Week at XING Barcelona](https://twitter.com/hashtag/hackweekxing)
|
|
130
|
+
This gem was developed in the [Hack Week at XING Barcelona](https://twitter.com/hashtag/hackweekxing),
|
|
131
131
|
Big thanks to XING for providing the time to see ideas being realized.
|
|
132
132
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seo_landing_pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joaquin Rivera Padron
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.5.1
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Manage SEO key elements of landing pages in Rails easily.
|