rails-sandbox-assets 0.2.0 → 0.2.1
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 +4 -4
- data/config/routes.rb +3 -1
- data/lib/sandbox_assets/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f8a816660e2fd7dbff90dda41dca22945de9b36
|
|
4
|
+
data.tar.gz: b5fc39f286b59a0490e4da01e5e1c69cb68895a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13dbd36c996174249bd6f3304e02f58e7e6b47d07911bc55e28f00b910a97af87377be09d19ed0f8be2d02fd00cb8f4c1be8ba9da91ba0888a0b8782dbd567ad
|
|
7
|
+
data.tar.gz: 720879d52e416187f6e6eb800ccd92342b164806b35d5136e431a2ff24b7a50bf6e83c9038f7135fa2529aa46fcbba59766fd4e98fb400bb7fa224fc3c9de1e3
|
data/config/routes.rb
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
SandboxAssets::Engine.routes.draw do
|
|
2
|
-
|
|
2
|
+
# When the application is booted by sidekiq (tested with 4.0.1) Rails.application.assets may not
|
|
3
|
+
# be loaded
|
|
4
|
+
mount Rails.application.assets => Rails.configuration.assets.prefix if Rails.application.assets
|
|
3
5
|
get '_iframe/*path' => 'sandbox_assets/test_runner#iframe', format: false,
|
|
4
6
|
as: :sandbox_assets_iframe
|
|
5
7
|
['', '*path'].each do |p|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-sandbox-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Rosenfeld Rosas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|