screw_server 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/screw_server.gemspec CHANGED
@@ -2,7 +2,7 @@ require File.expand_path("../bundler_version", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{screw_server}
5
- s.version = '0.1.11'
5
+ s.version = '0.1.12'
6
6
  s.authors = ["Kristian Hanekamp", "Infopark AG"]
7
7
  s.description = %q{Screw Server - easy javascript unit tests}
8
8
  s.email = %q{kristian.hanekamp@infopark.de}
data/views/run_spec.haml CHANGED
@@ -10,7 +10,7 @@
10
10
  %script{:type => "text/javascript", :src => url_for_screw_asset(asset)}
11
11
 
12
12
  - spec_helpers.each do |asset|
13
- %script{:type => "text/javascript", :src => url_for_source_file(asset)}
13
+ %script{:type => "text/javascript", :src => cache_busting_url(url_for_source_file(asset))}
14
14
 
15
15
  %script{:type => "text/javascript"}
16
16
  = "fixture_container = #{fixture_html.to_json}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: screw_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-13 00:00:00.000000000 Z
13
+ date: 2013-03-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json