teaspoon-bundle 0.1.5 → 0.1.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: daa5aa66fe352b4fc9222661a9d728ae944b1ffb
|
4
|
+
data.tar.gz: a77d6dcdfa3059f31f90b75c86f826b54b58e530
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8d5faf85e076866424cc593bc6791bba2812289014da9c0c20ccff50983cb81bd7e8d802baae9001b0f970a32fcbc8e4057ef8e1a4c04467e81e7bd28834b7a
|
7
|
+
data.tar.gz: 6dd4d13b9f57540e797915255d3015ce5aca1d1cb2c4c0e5bf86c87c400c299a5d8adbfc374014706438208dac8abb8c8b5b9026cd7e9adc6ee66637fe48d8c2
|
@@ -4,7 +4,7 @@ module Teaspoon::Bundle
|
|
4
4
|
file = File.join(Teaspoon::Bundle.dir, "teaspoon_bundle_#{params[:suite]}.js.erb")
|
5
5
|
File.write(file, contents)
|
6
6
|
begin
|
7
|
-
asset = Rails.application.assets.find_asset(file)
|
7
|
+
asset = Rails.application.assets.find_asset(file, accept: 'application/javascript')
|
8
8
|
render js: asset.to_s
|
9
9
|
ensure
|
10
10
|
File.delete(file)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: teaspoon-bundle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bouke van der Bijl
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: teaspoon
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
112
|
rubyforge_project:
|
113
|
-
rubygems_version: 2.
|
113
|
+
rubygems_version: 2.5.1
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Dynamically create a test bundle for Teaspoon that contains all the files
|