biola_wcms_components 0.13.0 → 0.14.0

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: 2802a6c200a51349a68b8605af8a8474f89ae163
4
- data.tar.gz: 2e1c869ef464d3da66b8e2888c741a4a31042903
3
+ metadata.gz: 06aa13966e7044b0d2955fd39cd17d5e8c571879
4
+ data.tar.gz: 041019fb232320f803194f084ea074018dbd1f85
5
5
  SHA512:
6
- metadata.gz: 57cb4ea0580a89a2fef1ff59266705db0670cc1589048e1924a6d58c767f20ad6afdedad94c2298ff951b64ef9d614d451c0d316ee3f793bf1f6e26590fdea31
7
- data.tar.gz: c0aaf7c89a469aa0582b5de4386f99143204bfb7a60b7c6fbf73df3f1c329a3f5bbff4375bfd2b17fb9968da76a7c49e47aeeebb94114e23a994d960453392ab
6
+ metadata.gz: b9b8acf764cdec4e1876a0e60e26ee951b7be577bca5d1be64199cdd9724984bff82f9f7d31a268382df267857cf794064c5a28a3e0bafa56c71c029ff48af86
7
+ data.tar.gz: afed75bddf2d1798de19967dbc4c826cc5d57ac1d0c595daa52574f7d45b06b4057ed580a8deccce7e226b5de29c99cf6f28cfb450f9e1ce2f47fa9f5337d948
@@ -51,6 +51,7 @@ button_to_tag_mapping =
51
51
  orderedlist: ['ol', 'li']
52
52
  table: ['table', 'tr', 'tbody', 'td']
53
53
  unorderedlist: ['ul', 'li']
54
+ video: ['iframe']
54
55
 
55
56
  buttonsToTags = (buttons) ->
56
57
  tags = []
@@ -1,3 +1,3 @@
1
1
  module BiolaWcmsComponents
2
- VERSION = "0.13.0"
2
+ VERSION = "0.14.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_wcms_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-18 00:00:00.000000000 Z
11
+ date: 2015-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ace-rails-ap
@@ -160,7 +160,6 @@ files:
160
160
  - ".gitignore"
161
161
  - ".ruby-version"
162
162
  - Gemfile
163
- - LICENSE.txt
164
163
  - README.md
165
164
  - Rakefile
166
165
  - app/assets/images/.gitkeep
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Ryan Hall
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.