zepto-for-rails 0.3.6 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +86 -84
- data/README.md +1 -1
- data/lib/zepto/for/rails/version.rb +1 -1
- data/zepto-for-rails.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab1bb4b7f2c6587261e7012b3ddb431be9c4eae3a197150b89bcffcea4128fc
|
4
|
+
data.tar.gz: 8e30aea6d7c113d88c46dbbc242e38605ec1547bf52bf8ab1adda42abe3355f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0870ac148a54d79188728d7a68c75158a5ce90c400af5d24514e581ab167f8580c265f17902886de34a65ec7a7b6ed7b34d9ed4f9ba0b5e61a7aa74d102c08b9'
|
7
|
+
data.tar.gz: 895caac0a633baff62b4d282792f609e30d94f69982c4826d4052b3d6d2b978e4342867617c44a349443a919c07c548d5a69847a70b7c77e696ac42a34043664
|
data/Gemfile.lock
CHANGED
@@ -1,76 +1,80 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zepto-for-rails (0.3.
|
5
|
-
rails (>
|
4
|
+
zepto-for-rails (0.3.11)
|
5
|
+
rails (> 4)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.
|
11
|
-
actionpack (= 6.
|
10
|
+
actioncable (6.1.1)
|
11
|
+
actionpack (= 6.1.1)
|
12
|
+
activesupport (= 6.1.1)
|
12
13
|
nio4r (~> 2.0)
|
13
14
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.
|
15
|
-
actionpack (= 6.
|
16
|
-
activejob (= 6.
|
17
|
-
activerecord (= 6.
|
18
|
-
activestorage (= 6.
|
19
|
-
activesupport (= 6.
|
15
|
+
actionmailbox (6.1.1)
|
16
|
+
actionpack (= 6.1.1)
|
17
|
+
activejob (= 6.1.1)
|
18
|
+
activerecord (= 6.1.1)
|
19
|
+
activestorage (= 6.1.1)
|
20
|
+
activesupport (= 6.1.1)
|
20
21
|
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.
|
22
|
-
actionpack (= 6.
|
23
|
-
actionview (= 6.
|
24
|
-
activejob (= 6.
|
22
|
+
actionmailer (6.1.1)
|
23
|
+
actionpack (= 6.1.1)
|
24
|
+
actionview (= 6.1.1)
|
25
|
+
activejob (= 6.1.1)
|
26
|
+
activesupport (= 6.1.1)
|
25
27
|
mail (~> 2.5, >= 2.5.4)
|
26
28
|
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.
|
28
|
-
actionview (= 6.
|
29
|
-
activesupport (= 6.
|
30
|
-
rack (~> 2.0, >= 2.0.
|
29
|
+
actionpack (6.1.1)
|
30
|
+
actionview (= 6.1.1)
|
31
|
+
activesupport (= 6.1.1)
|
32
|
+
rack (~> 2.0, >= 2.0.9)
|
31
33
|
rack-test (>= 0.6.3)
|
32
34
|
rails-dom-testing (~> 2.0)
|
33
35
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.
|
35
|
-
actionpack (= 6.
|
36
|
-
activerecord (= 6.
|
37
|
-
activestorage (= 6.
|
38
|
-
activesupport (= 6.
|
36
|
+
actiontext (6.1.1)
|
37
|
+
actionpack (= 6.1.1)
|
38
|
+
activerecord (= 6.1.1)
|
39
|
+
activestorage (= 6.1.1)
|
40
|
+
activesupport (= 6.1.1)
|
39
41
|
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.
|
41
|
-
activesupport (= 6.
|
42
|
+
actionview (6.1.1)
|
43
|
+
activesupport (= 6.1.1)
|
42
44
|
builder (~> 3.1)
|
43
45
|
erubi (~> 1.4)
|
44
46
|
rails-dom-testing (~> 2.0)
|
45
47
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.
|
47
|
-
activesupport (= 6.
|
48
|
+
activejob (6.1.1)
|
49
|
+
activesupport (= 6.1.1)
|
48
50
|
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.
|
50
|
-
activesupport (= 6.
|
51
|
-
activerecord (6.
|
52
|
-
activemodel (= 6.
|
53
|
-
activesupport (= 6.
|
54
|
-
activestorage (6.
|
55
|
-
actionpack (= 6.
|
56
|
-
activejob (= 6.
|
57
|
-
activerecord (= 6.
|
51
|
+
activemodel (6.1.1)
|
52
|
+
activesupport (= 6.1.1)
|
53
|
+
activerecord (6.1.1)
|
54
|
+
activemodel (= 6.1.1)
|
55
|
+
activesupport (= 6.1.1)
|
56
|
+
activestorage (6.1.1)
|
57
|
+
actionpack (= 6.1.1)
|
58
|
+
activejob (= 6.1.1)
|
59
|
+
activerecord (= 6.1.1)
|
60
|
+
activesupport (= 6.1.1)
|
58
61
|
marcel (~> 0.3.1)
|
59
|
-
|
62
|
+
mimemagic (~> 0.3.2)
|
63
|
+
activesupport (6.1.1)
|
60
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>=
|
62
|
-
minitest (
|
63
|
-
tzinfo (~>
|
64
|
-
zeitwerk (~> 2.
|
65
|
+
i18n (>= 1.6, < 2)
|
66
|
+
minitest (>= 5.1)
|
67
|
+
tzinfo (~> 2.0)
|
68
|
+
zeitwerk (~> 2.3)
|
65
69
|
builder (3.2.4)
|
66
|
-
concurrent-ruby (1.1.
|
70
|
+
concurrent-ruby (1.1.8)
|
67
71
|
crass (1.0.6)
|
68
|
-
erubi (1.
|
72
|
+
erubi (1.10.0)
|
69
73
|
globalid (0.4.2)
|
70
74
|
activesupport (>= 4.2.0)
|
71
|
-
i18n (1.8.
|
75
|
+
i18n (1.8.8)
|
72
76
|
concurrent-ruby (~> 1.0)
|
73
|
-
loofah (2.
|
77
|
+
loofah (2.9.0)
|
74
78
|
crass (~> 1.0.2)
|
75
79
|
nokogiri (>= 1.5.9)
|
76
80
|
mail (2.7.1)
|
@@ -78,67 +82,65 @@ GEM
|
|
78
82
|
marcel (0.3.3)
|
79
83
|
mimemagic (~> 0.3.2)
|
80
84
|
method_source (1.0.0)
|
81
|
-
mimemagic (0.3.
|
85
|
+
mimemagic (0.3.5)
|
82
86
|
mini_mime (1.0.2)
|
83
|
-
mini_portile2 (2.
|
84
|
-
minitest (5.14.
|
85
|
-
nio4r (2.5.
|
86
|
-
nokogiri (1.
|
87
|
-
mini_portile2 (~> 2.
|
88
|
-
|
89
|
-
|
90
|
-
rack (2.2.
|
87
|
+
mini_portile2 (2.5.0)
|
88
|
+
minitest (5.14.3)
|
89
|
+
nio4r (2.5.4)
|
90
|
+
nokogiri (1.11.1)
|
91
|
+
mini_portile2 (~> 2.5.0)
|
92
|
+
racc (~> 1.4)
|
93
|
+
racc (1.5.2)
|
94
|
+
rack (2.2.3)
|
91
95
|
rack-test (1.1.0)
|
92
96
|
rack (>= 1.0, < 3)
|
93
|
-
rails (6.
|
94
|
-
actioncable (= 6.
|
95
|
-
actionmailbox (= 6.
|
96
|
-
actionmailer (= 6.
|
97
|
-
actionpack (= 6.
|
98
|
-
actiontext (= 6.
|
99
|
-
actionview (= 6.
|
100
|
-
activejob (= 6.
|
101
|
-
activemodel (= 6.
|
102
|
-
activerecord (= 6.
|
103
|
-
activestorage (= 6.
|
104
|
-
activesupport (= 6.
|
105
|
-
bundler (>= 1.
|
106
|
-
railties (= 6.
|
97
|
+
rails (6.1.1)
|
98
|
+
actioncable (= 6.1.1)
|
99
|
+
actionmailbox (= 6.1.1)
|
100
|
+
actionmailer (= 6.1.1)
|
101
|
+
actionpack (= 6.1.1)
|
102
|
+
actiontext (= 6.1.1)
|
103
|
+
actionview (= 6.1.1)
|
104
|
+
activejob (= 6.1.1)
|
105
|
+
activemodel (= 6.1.1)
|
106
|
+
activerecord (= 6.1.1)
|
107
|
+
activestorage (= 6.1.1)
|
108
|
+
activesupport (= 6.1.1)
|
109
|
+
bundler (>= 1.15.0)
|
110
|
+
railties (= 6.1.1)
|
107
111
|
sprockets-rails (>= 2.0.0)
|
108
112
|
rails-dom-testing (2.0.3)
|
109
113
|
activesupport (>= 4.2.0)
|
110
114
|
nokogiri (>= 1.6)
|
111
115
|
rails-html-sanitizer (1.3.0)
|
112
116
|
loofah (~> 2.3)
|
113
|
-
railties (6.
|
114
|
-
actionpack (= 6.
|
115
|
-
activesupport (= 6.
|
117
|
+
railties (6.1.1)
|
118
|
+
actionpack (= 6.1.1)
|
119
|
+
activesupport (= 6.1.1)
|
116
120
|
method_source
|
117
121
|
rake (>= 0.8.7)
|
118
|
-
thor (
|
119
|
-
rake (13.0.
|
120
|
-
sprockets (4.0.
|
122
|
+
thor (~> 1.0)
|
123
|
+
rake (13.0.3)
|
124
|
+
sprockets (4.0.2)
|
121
125
|
concurrent-ruby (~> 1.0)
|
122
126
|
rack (> 1, < 3)
|
123
|
-
sprockets-rails (3.2.
|
127
|
+
sprockets-rails (3.2.2)
|
124
128
|
actionpack (>= 4.0)
|
125
129
|
activesupport (>= 4.0)
|
126
130
|
sprockets (>= 3.0.0)
|
127
|
-
thor (1.0
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
websocket-driver (0.7.1)
|
131
|
+
thor (1.1.0)
|
132
|
+
tzinfo (2.0.4)
|
133
|
+
concurrent-ruby (~> 1.0)
|
134
|
+
websocket-driver (0.7.3)
|
132
135
|
websocket-extensions (>= 0.1.0)
|
133
|
-
websocket-extensions (0.1.
|
134
|
-
zeitwerk (2.
|
136
|
+
websocket-extensions (0.1.5)
|
137
|
+
zeitwerk (2.4.2)
|
135
138
|
|
136
139
|
PLATFORMS
|
137
140
|
ruby
|
138
|
-
x86-mingw32
|
139
141
|
|
140
142
|
DEPENDENCIES
|
141
143
|
zepto-for-rails!
|
142
144
|
|
143
145
|
BUNDLED WITH
|
144
|
-
1.
|
146
|
+
2.1.4
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# zepto-for-rails [![Gem Version](https://badge.fury.io/rb/zepto-for-rails.png)](http://badge.fury.io/rb/zepto-for-rails)
|
2
|
-
Zepto for the Rails asset pipeline. This gem provides Zepto 1.
|
2
|
+
Zepto for the Rails asset pipeline. This gem provides Zepto 1.2.0
|
3
3
|
|
4
4
|
## Installation
|
5
5
|
Add zepto-for-rails to the Gemfile.
|
data/zepto-for-rails.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.description = 'Provides a the zepto.js for the rails asset pipeline'
|
15
15
|
s.licenses = ['MIT']
|
16
16
|
|
17
|
-
s.add_runtime_dependency 'rails', '>
|
17
|
+
s.add_runtime_dependency 'rails', '> 4'
|
18
18
|
|
19
19
|
s.files = `git ls-files`.split("\n")
|
20
20
|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
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.11
|
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: 2021-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '4'
|
27
27
|
description: Provides a the zepto.js for the rails asset pipeline
|
28
28
|
email:
|
29
29
|
- stefanvermaas1991@gmail.com
|
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
|
-
rubygems_version: 3.
|
63
|
+
rubygems_version: 3.1.4
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: Zepto.js for the rails asset pipeline
|