mastalk 0.5.8 → 0.5.9

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: 4d9e5f507787243b93630c430df2837102bcd98a
4
- data.tar.gz: 4bb8ba2d0f21eb47e6a34d4d51842980522f2532
3
+ metadata.gz: 7321942f219953dc7187860cf070e6c87159c7f4
4
+ data.tar.gz: b636486637b21c9e04f024d9f3d37b466bc5c015
5
5
  SHA512:
6
- metadata.gz: 6e66c08f478eaf10bc6f42813af600393354180c79b83e26512efec5778aab44ce2d9055998dd9729f5fd5f6878971e49fd8123824401866184e8357d93066b8
7
- data.tar.gz: aaea272cccab7440dfe55aa8615f5ab46bed7ccd8e3129625f2b0e2093c4ca34584dec5dba0dccb8aa0631a81d8b5aabeadc937238bdf7c47c636be8a7362898
6
+ metadata.gz: 7cbb3acc7300f4f1cc7dcd22ebe9c8a5c23a9497459b7480a21cf0d92da9ac7cf61d7ccee293e20dc2fb87cbd5fbfe74b0b16005f41ea1526575c3145207bfe3
7
+ data.tar.gz: b8764593907b93a106b62127bf6a10f0048ffdbf1a3fb8a6e4e94cc8a76b9a37ee5e598fe304a07231b818b89db6ce1fd8e0f206d58f0712213ad344c429217e
data/.travis.yml CHANGED
@@ -2,3 +2,5 @@ language: ruby
2
2
  rvm:
3
3
  - 2.1.2
4
4
  - 1.9.3
5
+ before_install:
6
+ - gem install bundler
data/README.md CHANGED
@@ -156,14 +156,40 @@ Outputs:
156
156
  ```
157
157
 
158
158
  ```
159
- (@3739688349001@)
159
+ $~brightcove_video
160
+ 3739688349001
161
+ ~$
162
+
163
+ ```
164
+
165
+ Outputs:
166
+
167
+ ```
168
+ <iframe src='//players.brightcove.net/3608769895001/b15c0e6a-51da-4bb1-b717-bccae778670d_default/index.html?videoId=3739688349001'
169
+ frameBorder="0"
170
+ allowfullscreen=""
171
+ webkitallowfullscreen=""
172
+ mozallowfullscreen=""
173
+ height="413"
174
+ width="680" >
175
+ </iframe>
176
+ ```
160
177
 
161
178
  ```
179
+ $~vimeo_video
180
+ 146226360
181
+ ~$
162
182
 
183
+ ```
163
184
  Outputs:
164
185
 
165
186
  ```
166
- Brightcove video embed
187
+ <iframe src="https://player.vimeo.com/video/146226360?portrait=0&title=0&byline=0"
188
+ frameborder="0"
189
+ webkitallowfullscreen
190
+ mozallowfullscreen
191
+ allowfullscreen>
192
+ </iframe>
167
193
  ```
168
194
 
169
195
  ### Action Item
@@ -8,5 +8,5 @@
8
8
  class="calculator-preview__iframe"
9
9
  src="https://www.moneyadviceservice.org.uk/en/cost-calculator-builder/embed/calculators/<%= Mastalk::Document.new(body.strip).to_html.gsub(/<br \/>|<p>|<\/p>|\n/, '') %>">
10
10
  </iframe>
11
- <script src="https://6716c801720b2d014ddd-90dd74bb468e514261468bbc28ae4817.ssl.cf3.rackcdn.com/a/cost_calculator_builder/embed-06ce0df8c79534fead5871af5a3875bd.js"></script>
11
+ <script src="https://masjumpprdstorage.blob.core.windows.net/responsive-assets/a/cost_calculator_builder/embed-06ce0df8c79534fead5871af5a3875bd.js"></script>
12
12
  </div>
data/mastalk.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'mastalk'
6
- s.version = '0.5.8'
6
+ s.version = '0.5.9'
7
7
  s.summary = 'mastalk'
8
8
  s.description = 'Mastalk markdown extension language'
9
9
  s.authors = ['Douglas Roper', 'Justin Perry']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Roper
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-30 00:00:00.000000000 Z
12
+ date: 2016-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: kramdown