texrack 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bfd05831d8152524aaffa8c9010236ae1df91bb
4
- data.tar.gz: 41f7804550ebcabcb899067ef2050447bb2178b2
3
+ metadata.gz: d0394c647c2c3c424406704915cb9afa78c669d5
4
+ data.tar.gz: dedf085db3b536e36d5eadf7f422301261ac8cc4
5
5
  SHA512:
6
- metadata.gz: 81f357de2ffe1d4e1e03f56013078a39c6373d41c060b9c5ccb8f4720dde78ded2e131ebe1c1c518be3c96c86528db4797a271756453c306531103fccd48c188
7
- data.tar.gz: 6c229ac6abbc7c03e1ad5cbe986e64e852f5901cea05e4c3e0a2e2524ec1284b7a002a0cd4c963a4cadce35ecb8e6f37c84e4b44275ab443440c942bf8b51ce5
6
+ metadata.gz: 7e51df751116864311e34995dd85a97742e03721d57168d04618b0a518dd69f26abd2662372ebd50da899384395f2cba50250e23534ee99613632a2b0263564d
7
+ data.tar.gz: 56b6ca7e68a0c0f34dcf0183ecdaee4d87d2338f046439035bd7fead426e4b3bc0f1a89d85b569d5106770d9a6e94ff386780dd2b4358611d8bcccc3d2be75a5
@@ -1,3 +1,7 @@
1
+ # 0.6.3 / 2014-10-27
2
+
3
+ * Now includes the crossdomain template in the repository
4
+
1
5
  # 0.6.2 / 2014-10-27
2
6
 
3
7
  * Respond to /crossdomain.xml for Flash-based usage
@@ -1,3 +1,3 @@
1
1
  module Texrack
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0"?>
2
+ <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
3
+ <cross-domain-policy>
4
+ <% Texrack.config.fetch(:allowed_domains, []).each do |domain| %>
5
+ <allow-access-from domain="<%= domain %>" />
6
+ <% end %>
7
+ </cross-domain-policy>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Per Christian B. Viken
@@ -62,6 +62,7 @@ files:
62
62
  - web/assets/latex-failed.png
63
63
  - web/assets/missing-convert.png
64
64
  - web/assets/missing-pdflatex.png
65
+ - web/views/crossdomain.erb
65
66
  - web/views/form.erb
66
67
  - web/views/latex.erb
67
68
  homepage: https://github.com/PerfectlyNormal/texrack