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: e857bfd46d47e32d37dbbae8d46117d36d3a2e79
4
- data.tar.gz: 8b82e5eac78c251375927f40ff745e71d1025c3f
3
+ metadata.gz: ac9d232c087c6da9750c56fa75175057b06d9bdb
4
+ data.tar.gz: bc3a4141e2239b671ec0d8335613f8a55567251d
5
5
  SHA512:
6
- metadata.gz: c657a6a584448301ed06e4046eefd93e5a87e1d5de0ba23cf47ac7ba1e644485bcd099e1c983c42f018e3a2b045a05d70818977a9677cf121142a1745b5c260e
7
- data.tar.gz: 9f0a1b3b02df99b2cb76073bab6e2f6d4d6c1d0b9c908f1b7c6d03cbcdf81cfc7b1bb85f42cebe55d93978496323a3aa697ff36a12f92fcbf6a76eb3b5452c7c
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 < ActiveRecord::Migration
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|
@@ -1,3 +1,3 @@
1
1
  module CamaContactForm
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
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.22
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-04 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails