eita-jrails 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jrails/selector_assertions.rb +4 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c8af6ad5c256b2f6c2ce66d697b9a7ece8aa39b
|
4
|
+
data.tar.gz: 102821cafc0af8b1f14cafe4fffb053998590687
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd83ca87af0f427fc7c105d4d34dd259281ddcaa5e7b5c9b6693e29443b5f54a503715b6dd729c228b7df991fdc908588c032e16c71ba7af7d475fce830ca95f
|
7
|
+
data.tar.gz: 626ef1d8140210df2864c2492f35fe8dfbebcbe6ed89e951f1599a663f689f489f3c4eb6da2fd9d2ee06dfee045236fb4a0b1741319511c96d16c941ce46cb83
|
@@ -7,8 +7,11 @@ elsif Rails::VERSION::STRING < "4.1.0"
|
|
7
7
|
else
|
8
8
|
require 'action_view/vendor/html-scanner'
|
9
9
|
end
|
10
|
+
|
10
11
|
require 'action_dispatch/testing/assertions'
|
11
|
-
|
12
|
+
if Rails::VERSION::STRING < "5.0.0"
|
13
|
+
require 'action_dispatch/testing/assertions/selector'
|
14
|
+
end
|
12
15
|
|
13
16
|
#--
|
14
17
|
# Copyright (c) 2006 Assaf Arkin (http://labnotes.org)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eita-jrails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Eisenberger
|
@@ -111,9 +111,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
113
|
rubyforge_project:
|
114
|
-
rubygems_version: 2.
|
114
|
+
rubygems_version: 2.5.1
|
115
115
|
signing_key:
|
116
116
|
specification_version: 4
|
117
117
|
summary: RJS and JqueryHelper/JqueryUiHelper with the same API from prototype-rails
|
118
118
|
gem, for Rails 3.1+
|
119
119
|
test_files: []
|
120
|
+
has_rdoc:
|