cama_contact_form 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac9d232c087c6da9750c56fa75175057b06d9bdb
|
4
|
+
data.tar.gz: bc3a4141e2239b671ec0d8335613f8a55567251d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf3c887a2ba812faba249df7680612c59de3b7c4beddecdcfcbe9fa580a3513a70751505777b39a1f046842c8d36023f67a47ec2fe688a781d0dcc8f38901d0c
|
7
|
+
data.tar.gz: d83aec5505ce3f3263dee5a0d8dba3024998a5e537fab9f1b2bc003b24a47f4cfbfb490cba39cde05c8105215c26ff50ba378aca9bb5e6821acfe0fadbb77029
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# This migration comes from cama_contact_form_engine (originally 20160517143441)
|
2
|
-
class CreateDbStructure <
|
2
|
+
class CreateDbStructure < PluginRoutes.migration_class
|
3
3
|
def change
|
4
4
|
unless table_exists? 'plugins_contact_forms'
|
5
5
|
create_table :plugins_contact_forms do |t|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cama_contact_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Owen Peredo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|