discourse-qunit-rails 0.0.9 → 0.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b29369ee658e5501d62afddc69a58096bf16d136
4
- data.tar.gz: 90786240fabfdb71d0a684b602bcd1ccdf68f7c7
3
+ metadata.gz: 0d25ee55a627783784981f9be7332e3557fe87ea
4
+ data.tar.gz: cead2275c4e45cce6a72b5a2a107dff74033d6b6
5
5
  SHA512:
6
- metadata.gz: 31f792fb7e053bf1570b13dae0fd640494af3dd6afba5e8a6e8bf64314e5edd736fb9bf356af610424591f9e1100786439d769f95913c7d54745dd81e2e0ab56
7
- data.tar.gz: 64302bd11b4d98ca78d0e91ecfd7c1ab2cdd89955a40dcbadd81d3c65238108929892996a403c3f2492d5d02984825488a12ecead846f7f269ec6f7ef5daed3f
6
+ metadata.gz: ae2b2f4c25048b9341fbbfc3f69ec76097026faebf624990b56ca0b49748bb339211445af891a53babc85b6614a3ab97927ec2bee01a7f0a1e567669d9447a5b
7
+ data.tar.gz: cd8108470dd5f2b4e70da67479f7ab9d41151224a54e8015402048d861037dec1c215110c4a7b7c20dfb4d7e76d56ad2d6e9c3c25e8fe3bbdca8c52f64dacf30
@@ -4,7 +4,7 @@ QUnit::Rails::Engine.routes.draw do
4
4
  end
5
5
 
6
6
  Rails.application.routes.draw do
7
- unless Rails.application.routes.named_routes.routes[:q_unit_rails]
7
+ unless Rails.application.routes.named_routes.key?(:q_unit_rails)
8
8
  mount QUnit::Rails::Engine => "/qunit"
9
9
  end
10
10
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "discourse-qunit-rails"
3
- s.version = "0.0.9"
3
+ s.version = "0.0.11"
4
4
  s.authors = ["Francesco Rodriguez", "Robin Ward"]
5
5
  s.email = ["robin.ward@gmail.com"]
6
6
  s.homepage = "https://github.com/discourse/discourse-qunit-rails"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discourse-qunit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Rodriguez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-14 00:00:00.000000000 Z
12
+ date: 2017-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -70,9 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.5.1
73
+ rubygems_version: 2.6.11
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: QUnit for Rails
77
77
  test_files: []
78
- has_rdoc: