phcdevworks_core_modules 6.0.1 → 6.0.2

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
  SHA256:
3
- metadata.gz: 443e161d4e9a5046d561dc103e5d11f4e1fb6eb3297ff3e911323dc0ef8888bb
4
- data.tar.gz: 8fa84c439f6179a8251cfde33e974fc280d36085f3bcfe61f4fd051e2079dff3
3
+ metadata.gz: 1ae603ca0b65ea9a293a5d9ec3ed83e8c6d3407d4b087c0e23ddd44a5dc39b53
4
+ data.tar.gz: 1c63c22fdade607e87d12e28e245a6d598a07638cd8c33c1ce900406c693f32c
5
5
  SHA512:
6
- metadata.gz: 265d3603e8dc8bb6346ca3f9dbf0ed9232e8683484773a0435af1cb4f31d5f0d091ab4b2471652f28fa5319c8b0e9e0cff25f1eacea8bfc8084545e334a4d0c7
7
- data.tar.gz: '02935d276ff7a652fbc223631496e4c2521a2ad785436a5b49d5e6ff2d7f8a8f58b5aeec1f59997322272c6444000cf8167a11a0682a4f50803e4a7b35823a64'
6
+ metadata.gz: af4242106809e01dc8e0abcac988de527e85e5299f210f2ee19a8019543553b81d903d43e4129a8870be7328b33c98ea7185ac863e699099c574cf613118b3fa
7
+ data.tar.gz: c86f08eab9a3ed58086784b1fb6a5f1baf8cafb026aeb439f18253f3faa5d65e39be40fa0dc4281882081647fc0ab015bfc4d70200fc29d9c8262f2a7a85dfbc
@@ -28,7 +28,7 @@
28
28
 
29
29
  <div class="form-group">
30
30
  <%= form.label :marketing_optimization_og_type, "Open Graph Type" %>
31
- <%= form.text_field :marketing_optimization_og_type, class: "form-control" %>
31
+ <%= form.select( :marketing_optimization_og_type, [["Website","website"]], {}, {class: "form-control"}) %>
32
32
  </div>
33
33
 
34
34
  <div class="form-group">
@@ -58,6 +58,11 @@
58
58
 
59
59
  <div class="form-group">
60
60
  <%= form.label :marketing_optimization_twitter_type, "Twitter Card Type" %>
61
+ <%= form.select( :tutorial_step_number, [["Summary","summary"],["Summary Large Image","summary_large_image"]], {}, {class: "form-control"}) %>
62
+ </div>
63
+
64
+ <div class="form-group">
65
+
61
66
  <%= form.text_field :marketing_optimization_twitter_type, class: "form-control" %>
62
67
  </div>
63
68
 
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksCoreModules
2
- VERSION = '6.0.1'
2
+ VERSION = '6.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_core_modules
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-19 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails