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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb26c62ef093c524bb9d8d33db0815986a797555
4
- data.tar.gz: c5c199575b532840790bfac6ccead4ad44f37079
3
+ metadata.gz: 92d833d1e7046a85b19815527b1e952263f3b4e9
4
+ data.tar.gz: 6ab65a498002935ebfc6e47baf36b7de24a48b27
5
5
  SHA512:
6
- metadata.gz: 6f5637533ef3005f601ba227d461ae628488e9b9685c7f93f1dc6cd04fb0744a62a9f451673325fa57e0e5c26c6fd74d94efc59cff1c14991705c4b0b6002c88
7
- data.tar.gz: 26bd218f93363da207aa73a31efc3b0d82142401cd3e04dadaba1c742ad19ec4790df29d77cdd7b4bc1b268165b2c2ad9345190d8bbdfbfe87b0529dc3be33ca
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
 
@@ -6,7 +6,7 @@ class CreateSeoLandingPages < ActiveRecord::Migration
6
6
  t.string :description
7
7
  t.string :keywords
8
8
 
9
- t.timestamps
9
+ t.timestamps null: false
10
10
  end
11
11
  add_index :seo_landing_pages, :slug
12
12
  end
@@ -1,4 +1,4 @@
1
1
  module SeoLandingPages
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
4
4
 
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.1
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: 2015-10-02 00:00:00.000000000 Z
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.2.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.