cortex-plugins-core 0.4.0 → 0.4.1

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: 52ba8f598906bf3fcbcb195dfeba41cc2e3cc060
4
- data.tar.gz: 5eeb2df6aaca564832b6995120194382d1246f57
3
+ metadata.gz: eef4e993c8285a964b573870355b3ea0a9f3b8ee
4
+ data.tar.gz: a07339bbaeaf7566a3c9232fd0725707ae129168
5
5
  SHA512:
6
- metadata.gz: 0530f8c7a10dc9a770c4a67a316b58311c1dac467fc6007b7a0fa4dd5e98fbe25ca916729fcf90b24fcdc57b51508b17dad972188957468e1d373d39b63a0ea9
7
- data.tar.gz: dd131c537b78e03bd4941d903b826df82c5b0f998f496a2ce49075ef5ccacbe02dc2e90e3d0784a42f2031d2b4f510721990d8a5f85eb2e95ccbf471eb37825a
6
+ metadata.gz: 6f6acb7632a9870260235fc79fbb7a9448179096ded810c295f23bb1befe5d58dbae148e3037479256768982354bbb96a96b81f25a4a9b6809574082bdc38514
7
+ data.tar.gz: d076b9d5dd73d6f461f256d28a993d1056f2929dd76e76fbcdbb3ad2774f76b52be1303ea483679c049ef3bf1d3d7b3a57f33025d4bf7e44673f265b4063103b
@@ -1,7 +1,7 @@
1
1
  module Cortex
2
2
  module Plugins
3
3
  module Core
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
6
6
  end
7
7
  end
@@ -46,7 +46,7 @@ namespace :cortex do
46
46
  media.fields.new(name: 'Description', field_type: 'text_field_type', validations: {presence: true})
47
47
  media.fields.new(name: 'Tags', field_type: 'tag_field_type')
48
48
  media.fields.new(name: 'Expiration Date', field_type: 'date_time_field_type')
49
- media.fields.new(name: 'Alt Tag', field_type: 'text_field_type', order_position: 6)
49
+ media.fields.new(name: 'Alt Tag', field_type: 'text_field_type')
50
50
  media.save
51
51
 
52
52
  puts "Creating Wizard Decorators..."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cortex-plugins-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CareerBuilder Employer Site & Content Products