zepto-for-rails 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +46 -48
- data/lib/zepto/for/rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 191521f8246ca4299ba0bbf42309d6521ac2419039e70a0cb84f30e757eb4801
|
4
|
+
data.tar.gz: 25b06614b4df8db9d5b97554fcf5b4e6ab683ac1ff9f47714337de4ea5010e05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b790c494fa85ce720921a08a8e403eaa69f6d1b86fbff8bdbb11db3d3f055e541704d1a72cc2c747dd247165751d23d6c1576cb964249969efc241088236fba8
|
7
|
+
data.tar.gz: 600e40ad23bc930c288afa5a3cfb37c30d86ede22ca9073d45475eda85f24f7c4fb4769223a4c9dac806925c106873f5ec4e07e9ae2402beb90d16be23cda3da
|
data/Gemfile.lock
CHANGED
@@ -1,49 +1,49 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zepto-for-rails (0.3.
|
4
|
+
zepto-for-rails (0.3.2)
|
5
5
|
rails (> 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.2.
|
11
|
-
actionpack (= 5.2.
|
10
|
+
actioncable (5.2.1)
|
11
|
+
actionpack (= 5.2.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailer (5.2.
|
15
|
-
actionpack (= 5.2.
|
16
|
-
actionview (= 5.2.
|
17
|
-
activejob (= 5.2.
|
14
|
+
actionmailer (5.2.1)
|
15
|
+
actionpack (= 5.2.1)
|
16
|
+
actionview (= 5.2.1)
|
17
|
+
activejob (= 5.2.1)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.2.
|
21
|
-
actionview (= 5.2.
|
22
|
-
activesupport (= 5.2.
|
20
|
+
actionpack (5.2.1)
|
21
|
+
actionview (= 5.2.1)
|
22
|
+
activesupport (= 5.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.
|
28
|
-
activesupport (= 5.2.
|
27
|
+
actionview (5.2.1)
|
28
|
+
activesupport (= 5.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.
|
34
|
-
activesupport (= 5.2.
|
33
|
+
activejob (5.2.1)
|
34
|
+
activesupport (= 5.2.1)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.2.
|
37
|
-
activesupport (= 5.2.
|
38
|
-
activerecord (5.2.
|
39
|
-
activemodel (= 5.2.
|
40
|
-
activesupport (= 5.2.
|
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)
|
41
41
|
arel (>= 9.0)
|
42
|
-
activestorage (5.2.
|
43
|
-
actionpack (= 5.2.
|
44
|
-
activerecord (= 5.2.
|
42
|
+
activestorage (5.2.1)
|
43
|
+
actionpack (= 5.2.1)
|
44
|
+
activerecord (= 5.2.1)
|
45
45
|
marcel (~> 0.3.1)
|
46
|
-
activesupport (5.2.
|
46
|
+
activesupport (5.2.1)
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
48
|
i18n (>= 0.7, < 2)
|
49
49
|
minitest (~> 5.1)
|
@@ -55,52 +55,50 @@ GEM
|
|
55
55
|
erubi (1.7.1)
|
56
56
|
globalid (0.4.1)
|
57
57
|
activesupport (>= 4.2.0)
|
58
|
-
i18n (1.
|
58
|
+
i18n (1.1.1)
|
59
59
|
concurrent-ruby (~> 1.0)
|
60
|
-
loofah (2.2.
|
60
|
+
loofah (2.2.3)
|
61
61
|
crass (~> 1.0.2)
|
62
62
|
nokogiri (>= 1.5.9)
|
63
|
-
mail (2.7.
|
63
|
+
mail (2.7.1)
|
64
64
|
mini_mime (>= 0.1.1)
|
65
|
-
marcel (0.3.
|
65
|
+
marcel (0.3.3)
|
66
66
|
mimemagic (~> 0.3.2)
|
67
67
|
method_source (0.9.0)
|
68
68
|
mimemagic (0.3.2)
|
69
|
-
mini_mime (1.0.
|
69
|
+
mini_mime (1.0.1)
|
70
70
|
mini_portile2 (2.3.0)
|
71
71
|
minitest (5.11.3)
|
72
72
|
nio4r (2.3.1)
|
73
|
-
nokogiri (1.8.
|
74
|
-
mini_portile2 (~> 2.3.0)
|
75
|
-
nokogiri (1.8.3-x86-mingw32)
|
73
|
+
nokogiri (1.8.5)
|
76
74
|
mini_portile2 (~> 2.3.0)
|
77
75
|
rack (2.0.5)
|
78
|
-
rack-test (1.
|
76
|
+
rack-test (1.1.0)
|
79
77
|
rack (>= 1.0, < 3)
|
80
|
-
rails (5.2.
|
81
|
-
actioncable (= 5.2.
|
82
|
-
actionmailer (= 5.2.
|
83
|
-
actionpack (= 5.2.
|
84
|
-
actionview (= 5.2.
|
85
|
-
activejob (= 5.2.
|
86
|
-
activemodel (= 5.2.
|
87
|
-
activerecord (= 5.2.
|
88
|
-
activestorage (= 5.2.
|
89
|
-
activesupport (= 5.2.
|
78
|
+
rails (5.2.1)
|
79
|
+
actioncable (= 5.2.1)
|
80
|
+
actionmailer (= 5.2.1)
|
81
|
+
actionpack (= 5.2.1)
|
82
|
+
actionview (= 5.2.1)
|
83
|
+
activejob (= 5.2.1)
|
84
|
+
activemodel (= 5.2.1)
|
85
|
+
activerecord (= 5.2.1)
|
86
|
+
activestorage (= 5.2.1)
|
87
|
+
activesupport (= 5.2.1)
|
90
88
|
bundler (>= 1.3.0)
|
91
|
-
railties (= 5.2.
|
89
|
+
railties (= 5.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.
|
99
|
-
actionpack (= 5.2.
|
100
|
-
activesupport (= 5.2.
|
96
|
+
railties (5.2.1)
|
97
|
+
actionpack (= 5.2.1)
|
98
|
+
activesupport (= 5.2.1)
|
101
99
|
method_source
|
102
100
|
rake (>= 0.8.7)
|
103
|
-
thor (>= 0.
|
101
|
+
thor (>= 0.19.0, < 2.0)
|
104
102
|
rake (12.3.1)
|
105
103
|
sprockets (3.7.2)
|
106
104
|
concurrent-ruby (~> 1.0)
|
@@ -125,4 +123,4 @@ DEPENDENCIES
|
|
125
123
|
zepto-for-rails!
|
126
124
|
|
127
125
|
BUNDLED WITH
|
128
|
-
1.16.
|
126
|
+
1.16.3
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Vermaas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
63
|
rubyforge_project:
|
64
|
-
rubygems_version: 2.7.
|
64
|
+
rubygems_version: 2.7.6
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Zepto.js for the rails asset pipeline
|