zepto-for-rails 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +48 -50
- data/lib/zepto/for/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c78291c0092e660b86dfd84eea3a07f4209cfe043f5f1c242622ddeed1ba238f
|
4
|
+
data.tar.gz: bdc3f85f51fd3b32a579dbab674385eac1c9cbf77977b46ca718a501d212148a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31956f76b0b5329e6fdc6da330ec0ae63082a1ea7ce7168b0001839c15e6931fe36d3703922374676e89729c4385346fb6346ba8f5f858e6da9858b9e8b0f952
|
7
|
+
data.tar.gz: 2a21d06e59d78a144a1251f138181bdac5a8dd1dbb37683d0fbdefbb1175f47cba0783e5e02def033564cef003518ca94630da2767fe71db1fcb02db215d5a35
|
data/Gemfile.lock
CHANGED
@@ -1,61 +1,61 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zepto-for-rails (0.3.
|
4
|
+
zepto-for-rails (0.3.4)
|
5
5
|
rails (> 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.2.1)
|
11
|
-
actionpack (= 5.2.1)
|
10
|
+
actioncable (5.2.2.1)
|
11
|
+
actionpack (= 5.2.2.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailer (5.2.1)
|
15
|
-
actionpack (= 5.2.1)
|
16
|
-
actionview (= 5.2.1)
|
17
|
-
activejob (= 5.2.1)
|
14
|
+
actionmailer (5.2.2.1)
|
15
|
+
actionpack (= 5.2.2.1)
|
16
|
+
actionview (= 5.2.2.1)
|
17
|
+
activejob (= 5.2.2.1)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.2.1)
|
21
|
-
actionview (= 5.2.1)
|
22
|
-
activesupport (= 5.2.1)
|
20
|
+
actionpack (5.2.2.1)
|
21
|
+
actionview (= 5.2.2.1)
|
22
|
+
activesupport (= 5.2.2.1)
|
23
23
|
rack (~> 2.0)
|
24
24
|
rack-test (>= 0.6.3)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.2.1)
|
28
|
-
activesupport (= 5.2.1)
|
27
|
+
actionview (5.2.2.1)
|
28
|
+
activesupport (= 5.2.2.1)
|
29
29
|
builder (~> 3.1)
|
30
30
|
erubi (~> 1.4)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
activejob (5.2.1)
|
34
|
-
activesupport (= 5.2.1)
|
33
|
+
activejob (5.2.2.1)
|
34
|
+
activesupport (= 5.2.2.1)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.2.1)
|
37
|
-
activesupport (= 5.2.1)
|
38
|
-
activerecord (5.2.1)
|
39
|
-
activemodel (= 5.2.1)
|
40
|
-
activesupport (= 5.2.1)
|
36
|
+
activemodel (5.2.2.1)
|
37
|
+
activesupport (= 5.2.2.1)
|
38
|
+
activerecord (5.2.2.1)
|
39
|
+
activemodel (= 5.2.2.1)
|
40
|
+
activesupport (= 5.2.2.1)
|
41
41
|
arel (>= 9.0)
|
42
|
-
activestorage (5.2.1)
|
43
|
-
actionpack (= 5.2.1)
|
44
|
-
activerecord (= 5.2.1)
|
42
|
+
activestorage (5.2.2.1)
|
43
|
+
actionpack (= 5.2.2.1)
|
44
|
+
activerecord (= 5.2.2.1)
|
45
45
|
marcel (~> 0.3.1)
|
46
|
-
activesupport (5.2.1)
|
46
|
+
activesupport (5.2.2.1)
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
48
|
i18n (>= 0.7, < 2)
|
49
49
|
minitest (~> 5.1)
|
50
50
|
tzinfo (~> 1.1)
|
51
51
|
arel (9.0.0)
|
52
52
|
builder (3.2.3)
|
53
|
-
concurrent-ruby (1.
|
53
|
+
concurrent-ruby (1.1.5)
|
54
54
|
crass (1.0.4)
|
55
|
-
erubi (1.
|
56
|
-
globalid (0.4.
|
55
|
+
erubi (1.8.0)
|
56
|
+
globalid (0.4.2)
|
57
57
|
activesupport (>= 4.2.0)
|
58
|
-
i18n (1.
|
58
|
+
i18n (1.6.0)
|
59
59
|
concurrent-ruby (~> 1.0)
|
60
60
|
loofah (2.2.3)
|
61
61
|
crass (~> 1.0.2)
|
@@ -64,44 +64,42 @@ GEM
|
|
64
64
|
mini_mime (>= 0.1.1)
|
65
65
|
marcel (0.3.3)
|
66
66
|
mimemagic (~> 0.3.2)
|
67
|
-
method_source (0.9.
|
68
|
-
mimemagic (0.3.
|
67
|
+
method_source (0.9.2)
|
68
|
+
mimemagic (0.3.3)
|
69
69
|
mini_mime (1.0.1)
|
70
|
-
mini_portile2 (2.
|
70
|
+
mini_portile2 (2.4.0)
|
71
71
|
minitest (5.11.3)
|
72
72
|
nio4r (2.3.1)
|
73
|
-
nokogiri (1.
|
74
|
-
mini_portile2 (~> 2.
|
75
|
-
nokogiri (1.8.5-x86-mingw32)
|
76
|
-
mini_portile2 (~> 2.3.0)
|
73
|
+
nokogiri (1.10.1)
|
74
|
+
mini_portile2 (~> 2.4.0)
|
77
75
|
rack (2.0.6)
|
78
76
|
rack-test (1.1.0)
|
79
77
|
rack (>= 1.0, < 3)
|
80
|
-
rails (5.2.1)
|
81
|
-
actioncable (= 5.2.1)
|
82
|
-
actionmailer (= 5.2.1)
|
83
|
-
actionpack (= 5.2.1)
|
84
|
-
actionview (= 5.2.1)
|
85
|
-
activejob (= 5.2.1)
|
86
|
-
activemodel (= 5.2.1)
|
87
|
-
activerecord (= 5.2.1)
|
88
|
-
activestorage (= 5.2.1)
|
89
|
-
activesupport (= 5.2.1)
|
78
|
+
rails (5.2.2.1)
|
79
|
+
actioncable (= 5.2.2.1)
|
80
|
+
actionmailer (= 5.2.2.1)
|
81
|
+
actionpack (= 5.2.2.1)
|
82
|
+
actionview (= 5.2.2.1)
|
83
|
+
activejob (= 5.2.2.1)
|
84
|
+
activemodel (= 5.2.2.1)
|
85
|
+
activerecord (= 5.2.2.1)
|
86
|
+
activestorage (= 5.2.2.1)
|
87
|
+
activesupport (= 5.2.2.1)
|
90
88
|
bundler (>= 1.3.0)
|
91
|
-
railties (= 5.2.1)
|
89
|
+
railties (= 5.2.2.1)
|
92
90
|
sprockets-rails (>= 2.0.0)
|
93
91
|
rails-dom-testing (2.0.3)
|
94
92
|
activesupport (>= 4.2.0)
|
95
93
|
nokogiri (>= 1.6)
|
96
94
|
rails-html-sanitizer (1.0.4)
|
97
95
|
loofah (~> 2.2, >= 2.2.2)
|
98
|
-
railties (5.2.1)
|
99
|
-
actionpack (= 5.2.1)
|
100
|
-
activesupport (= 5.2.1)
|
96
|
+
railties (5.2.2.1)
|
97
|
+
actionpack (= 5.2.2.1)
|
98
|
+
activesupport (= 5.2.2.1)
|
101
99
|
method_source
|
102
100
|
rake (>= 0.8.7)
|
103
101
|
thor (>= 0.19.0, < 2.0)
|
104
|
-
rake (12.3.
|
102
|
+
rake (12.3.2)
|
105
103
|
sprockets (3.7.2)
|
106
104
|
concurrent-ruby (~> 1.0)
|
107
105
|
rack (> 1, < 3)
|
@@ -109,7 +107,7 @@ GEM
|
|
109
107
|
actionpack (>= 4.0)
|
110
108
|
activesupport (>= 4.0)
|
111
109
|
sprockets (>= 3.0.0)
|
112
|
-
thor (0.20.
|
110
|
+
thor (0.20.3)
|
113
111
|
thread_safe (0.3.6)
|
114
112
|
tzinfo (1.2.5)
|
115
113
|
thread_safe (~> 0.1)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zepto-for-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Vermaas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|