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: 8739f4e97e89442f33f6ba2043fab2799d5ad691
4
- data.tar.gz: b38ac59ac90b77a0b771d217ad373b6f6baf7e98
3
+ metadata.gz: daa5aa66fe352b4fc9222661a9d728ae944b1ffb
4
+ data.tar.gz: a77d6dcdfa3059f31f90b75c86f826b54b58e530
5
5
  SHA512:
6
- metadata.gz: f75a09d45e1e6dd64d531c97efc2aba2ddbf03e698007ad897eed1a648d0169805bf4442e53c432e08d58c1514e6e7af7a331f9f583fa083cc443a8dc4d83c36
7
- data.tar.gz: ae801742334d99a71555f8e63df3e6374e4d9a9a1b9d593057cdb529446998936c7dd926e018d5d599cb9dd8d3d3d8f4cff9d73ad5943f4849c0ab55cbbd2d81
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)
@@ -1,5 +1,5 @@
1
1
  module Teaspoon
2
2
  module Bundle
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
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.5
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-06-22 00:00:00.000000000 Z
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.4.5.1
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