mastalk 0.5.0 → 0.5.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: 0787c8784cd7f56796e1b561b2a8af8037466379
4
- data.tar.gz: 81cbfa800282ffa2de7fe7f559f841ccdc709324
3
+ metadata.gz: 4506712b0c38f246ee43c8aa2d75692720316206
4
+ data.tar.gz: 5df8960f4558ca82867ac5695f6096b5969d47a3
5
5
  SHA512:
6
- metadata.gz: 130654096e8b6495490769fc4d5e7be2c5ddfc42962ec08cf4d5759a916585cc88067da1b32792847caedc0d3269194fca2ce58a3d3e7ceed88e3127911b3884
7
- data.tar.gz: cdf6e6f085b3e8e579ae6f3a43dcebc24c96de8875833ca6bef9530353ac7e6184049440ed33c07bbf61a1388e51c9cfca089e8b2890626632826d7144f79095
6
+ metadata.gz: e24c7bea3cef2baf617366687007d9e892508ad03bdc1d88acc30f08cc27f7ab62222003c252ae2995172466dc3cfd6eb7e7388e5aa1efeb6dd12df87db2cffe
7
+ data.tar.gz: 40e277f56abd5a77ec2db9dae1f5ecbec5b44d623cb6f7d5a486e6324971a14d630d28889ebf4f381d3f546c4c74d08898e6f441baf11a44fd2b07a9d523dbb3
@@ -1,7 +1,7 @@
1
1
  # $~brightcove_video, ~$
2
2
 
3
3
  <object id="flashObj" width="645" height="345" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0">
4
- <param name="movie" value="https://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" />
4
+ <param name="movie" value="https://secure.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" />
5
5
  <param name="bgcolor" value="#FFFFFF" />
6
6
  <param name="flashVars" value="videoId=<%= body.strip %>&playerID=3608340927001&playerKey=AQ~~,AAADSDtymlk~,HgUAk1SkaoHN7jMCiJiPFOJjIpX50s8e&domain=embed&dynamicStreaming=true&secureConnections=true&secureHTMLConnections=true" />
7
7
  <param name="base" value="https://sadmin.brightcove.com" />
@@ -11,6 +11,6 @@
11
11
  <param name="allowScriptAccess" value="always" />
12
12
  <param name="secureConnections" value="true" />
13
13
  <param name="secureHTMLConnections" value="true" />
14
- <embed src="https://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=<%= body.strip %>&playerID=3608340927001&playerKey=AQ~~,AAADSDtymlk~,HgUAk1SkaoHN7jMCiJiPFOJjIpX50s8e&domain=embed&dynamicStreaming=true&secureConnections=true&secureHTMLConnections=true" base="https://sadmin.brightcove.com" name="flashObj" width="645" height="345" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" secureConnections="true" secureHTMLConnections="true">
14
+ <embed src="https://secure.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=<%= body.strip %>&playerID=3608340927001&playerKey=AQ~~,AAADSDtymlk~,HgUAk1SkaoHN7jMCiJiPFOJjIpX50s8e&domain=embed&dynamicStreaming=true&secureConnections=true&secureHTMLConnections=true" base="https://sadmin.brightcove.com" name="flashObj" width="645" height="345" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" secureConnections="true" secureHTMLConnections="true">
15
15
  </embed>
16
16
  </object>
@@ -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.0'
6
+ s.version = '0.5.1'
7
7
  s.date = '2015-03-02'
8
8
  s.summary = 'mastalk'
9
9
  s.description = 'Mastalk markdown extension language'
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.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Roper