qunit_for_rails 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@
7
7
  %script{:type => "text/javascript", :src => "#{root_url}/javascripts/qunit_for_rails/qunit.js"}
8
8
  %script{:type => "text/javascript", :src => "#{root_url}/javascripts/qunit_for_rails/qunit.test_loader.js"}
9
9
  %script{:type => "text/javascript", :src => "#{root_url}/javascripts/qunit_for_rails/qunit_for_rails.js"}
10
- %script{:type => "text/javascript", :src => "#{root_url}/javascripts/qunit_for_rails/jquery.mockjax.js"}
11
10
 
12
11
  :javascript
13
12
  var QFR = {};
@@ -1,3 +1,3 @@
1
1
  module QunitForRails
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -66,6 +66,7 @@ QUnit.extensions.test_loader = (function(){
66
66
  scripts.push($('<link />', { href : '/katello/stylesheets/qunit.css', rel : 'stylesheet', type : 'text/css' }));
67
67
  scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/jquery-1.6.4.min.js', type : 'text/javascript' }));
68
68
  scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/qunit.js', type : 'text/javascript' }));
69
+ scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/jquery.mockjax.js', type : 'text/javascript' }));
69
70
  scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/qunit.test_page.js', type : 'text/javascript' }));
70
71
 
71
72
  for( script in scripts){
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qunit_for_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Krisher