front_end_builds 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/front_end_builds/version.rb +1 -1
- metadata +6 -7
- data/public/front_end_builds/crossdomain.xml +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c79e8434a0ff0de302875b4a6e5659570622e6977514a2d7b6263eead44c0331
|
4
|
+
data.tar.gz: 378adb746ed9d7b0582ceb3d4243673c40552614797c945b4e540e7201f6dc85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '098a7f9411dc70118a4ec676fbd0f7a9c4ecdffe9324f04b380a409d044b7321faf073cd093451f14b0efe15d56ceda896e1d28442f59a5240d74ae2d77cafbc'
|
7
|
+
data.tar.gz: 6f96701912242573b2f4337eab6144341f60fe0a5ccd88d16ba1e8698c8a376e50293f2eed1b61cfec033b78a5ec692d32e3d7f107f830a6a00da2504a05f782
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: front_end_builds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Toronto
|
8
8
|
- Sam Selikoff
|
9
9
|
- John Hirbour
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-11-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -300,13 +300,12 @@ files:
|
|
300
300
|
- public/front_end_builds/assets/fontawesome-webfont.woff2
|
301
301
|
- public/front_end_builds/assets/vendor-23f9bdd567ccab65909edb0f4ac32394.css
|
302
302
|
- public/front_end_builds/assets/vendor-7c6d3f715703c96d6dce5d24fd762eb6.js
|
303
|
-
- public/front_end_builds/crossdomain.xml
|
304
303
|
- public/front_end_builds/robots.txt
|
305
304
|
homepage: http://github.com/tedconf/front_end_builds
|
306
305
|
licenses:
|
307
306
|
- MIT
|
308
307
|
metadata: {}
|
309
|
-
post_install_message:
|
308
|
+
post_install_message:
|
310
309
|
rdoc_options: []
|
311
310
|
require_paths:
|
312
311
|
- lib
|
@@ -321,9 +320,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
321
320
|
- !ruby/object:Gem::Version
|
322
321
|
version: '0'
|
323
322
|
requirements: []
|
324
|
-
rubyforge_project:
|
323
|
+
rubyforge_project:
|
325
324
|
rubygems_version: 2.7.8
|
326
|
-
signing_key:
|
325
|
+
signing_key:
|
327
326
|
specification_version: 4
|
328
327
|
summary: Summary of FrontEndBuilds.
|
329
328
|
test_files: []
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
|
3
|
-
<cross-domain-policy>
|
4
|
-
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
|
5
|
-
|
6
|
-
<!-- Most restrictive policy: -->
|
7
|
-
<site-control permitted-cross-domain-policies="none"/>
|
8
|
-
|
9
|
-
<!-- Least restrictive policy: -->
|
10
|
-
<!--
|
11
|
-
<site-control permitted-cross-domain-policies="all"/>
|
12
|
-
<allow-access-from domain="*" to-ports="*" secure="false"/>
|
13
|
-
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
|
14
|
-
-->
|
15
|
-
</cross-domain-policy>
|