zepto-for-rails 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +98 -82
- data/lib/zepto/for/rails/version.rb +1 -1
- data/zepto-for-rails.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 217afad90fcf8a86cb0475d42306e2c9a62304fa24fc6cdc36696087530bfcc7
|
4
|
+
data.tar.gz: 7121a294d5687e5d0a46853c8abda96835a54b96bf4525172704b039ec6c9935
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0778f0b3663cbf6970e8b01b3d0c3498d4a17e634ae80363423b21ad618ab209026bdf23c199799bfce2491d64f18149e7a78dbd99da2d0e72c920dc3afee5f4'
|
7
|
+
data.tar.gz: ce61696d8fcb760bb7bae117276969a7c6e4360c6485b67ced9ac669df6d5ba11a95f38a1e6462211f0735843fdf2dbfaae8c56d79e13769cd61aa57dc438221
|
data/Gemfile.lock
CHANGED
@@ -1,105 +1,121 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
zepto-for-rails (0.
|
5
|
-
rails (
|
4
|
+
zepto-for-rails (0.3.0)
|
5
|
+
rails (> 3.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
11
|
-
actionpack (=
|
12
|
-
|
13
|
-
|
10
|
+
actioncable (5.2.0)
|
11
|
+
actionpack (= 5.2.0)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
actionmailer (5.2.0)
|
15
|
+
actionpack (= 5.2.0)
|
16
|
+
actionview (= 5.2.0)
|
17
|
+
activejob (= 5.2.0)
|
14
18
|
mail (~> 2.5, >= 2.5.4)
|
15
|
-
rails-dom-testing (~>
|
16
|
-
actionpack (
|
17
|
-
actionview (=
|
18
|
-
activesupport (=
|
19
|
-
rack (~>
|
20
|
-
rack-test (
|
21
|
-
rails-dom-testing (~>
|
19
|
+
rails-dom-testing (~> 2.0)
|
20
|
+
actionpack (5.2.0)
|
21
|
+
actionview (= 5.2.0)
|
22
|
+
activesupport (= 5.2.0)
|
23
|
+
rack (~> 2.0)
|
24
|
+
rack-test (>= 0.6.3)
|
25
|
+
rails-dom-testing (~> 2.0)
|
22
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
actionview (
|
24
|
-
activesupport (=
|
27
|
+
actionview (5.2.0)
|
28
|
+
activesupport (= 5.2.0)
|
25
29
|
builder (~> 3.1)
|
26
|
-
|
27
|
-
rails-dom-testing (~>
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
29
|
-
activejob (
|
30
|
-
activesupport (=
|
31
|
-
globalid (>= 0.3.
|
32
|
-
activemodel (
|
33
|
-
activesupport (=
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
30
|
+
erubi (~> 1.4)
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
+
activejob (5.2.0)
|
34
|
+
activesupport (= 5.2.0)
|
35
|
+
globalid (>= 0.3.6)
|
36
|
+
activemodel (5.2.0)
|
37
|
+
activesupport (= 5.2.0)
|
38
|
+
activerecord (5.2.0)
|
39
|
+
activemodel (= 5.2.0)
|
40
|
+
activesupport (= 5.2.0)
|
41
|
+
arel (>= 9.0)
|
42
|
+
activestorage (5.2.0)
|
43
|
+
actionpack (= 5.2.0)
|
44
|
+
activerecord (= 5.2.0)
|
45
|
+
marcel (~> 0.3.1)
|
46
|
+
activesupport (5.2.0)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
+
i18n (>= 0.7, < 2)
|
42
49
|
minitest (~> 5.1)
|
43
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
44
50
|
tzinfo (~> 1.1)
|
45
|
-
arel (
|
46
|
-
builder (3.2.
|
47
|
-
concurrent-ruby (1.0.
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
51
|
+
arel (9.0.0)
|
52
|
+
builder (3.2.3)
|
53
|
+
concurrent-ruby (1.0.5)
|
54
|
+
crass (1.0.4)
|
55
|
+
erubi (1.7.1)
|
56
|
+
globalid (0.4.1)
|
57
|
+
activesupport (>= 4.2.0)
|
58
|
+
i18n (1.0.1)
|
59
|
+
concurrent-ruby (~> 1.0)
|
60
|
+
loofah (2.2.2)
|
61
|
+
crass (~> 1.0.2)
|
54
62
|
nokogiri (>= 1.5.9)
|
55
|
-
mail (2.
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
activesupport (
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
63
|
+
mail (2.7.0)
|
64
|
+
mini_mime (>= 0.1.1)
|
65
|
+
marcel (0.3.2)
|
66
|
+
mimemagic (~> 0.3.2)
|
67
|
+
method_source (0.9.0)
|
68
|
+
mimemagic (0.3.2)
|
69
|
+
mini_mime (1.0.0)
|
70
|
+
mini_portile2 (2.3.0)
|
71
|
+
minitest (5.11.3)
|
72
|
+
nio4r (2.3.1)
|
73
|
+
nokogiri (1.8.3)
|
74
|
+
mini_portile2 (~> 2.3.0)
|
75
|
+
nokogiri (1.8.3-x86-mingw32)
|
76
|
+
mini_portile2 (~> 2.3.0)
|
77
|
+
rack (2.0.5)
|
78
|
+
rack-test (1.0.0)
|
79
|
+
rack (>= 1.0, < 3)
|
80
|
+
rails (5.2.0)
|
81
|
+
actioncable (= 5.2.0)
|
82
|
+
actionmailer (= 5.2.0)
|
83
|
+
actionpack (= 5.2.0)
|
84
|
+
actionview (= 5.2.0)
|
85
|
+
activejob (= 5.2.0)
|
86
|
+
activemodel (= 5.2.0)
|
87
|
+
activerecord (= 5.2.0)
|
88
|
+
activestorage (= 5.2.0)
|
89
|
+
activesupport (= 5.2.0)
|
90
|
+
bundler (>= 1.3.0)
|
91
|
+
railties (= 5.2.0)
|
92
|
+
sprockets-rails (>= 2.0.0)
|
93
|
+
rails-dom-testing (2.0.3)
|
94
|
+
activesupport (>= 4.2.0)
|
95
|
+
nokogiri (>= 1.6)
|
96
|
+
rails-html-sanitizer (1.0.4)
|
97
|
+
loofah (~> 2.2, >= 2.2.2)
|
98
|
+
railties (5.2.0)
|
99
|
+
actionpack (= 5.2.0)
|
100
|
+
activesupport (= 5.2.0)
|
101
|
+
method_source
|
89
102
|
rake (>= 0.8.7)
|
90
103
|
thor (>= 0.18.1, < 2.0)
|
91
|
-
rake (
|
92
|
-
sprockets (3.
|
104
|
+
rake (12.3.1)
|
105
|
+
sprockets (3.7.2)
|
93
106
|
concurrent-ruby (~> 1.0)
|
94
107
|
rack (> 1, < 3)
|
95
|
-
sprockets-rails (3.
|
108
|
+
sprockets-rails (3.2.1)
|
96
109
|
actionpack (>= 4.0)
|
97
110
|
activesupport (>= 4.0)
|
98
111
|
sprockets (>= 3.0.0)
|
99
|
-
thor (0.
|
100
|
-
thread_safe (0.3.
|
101
|
-
tzinfo (1.2.
|
112
|
+
thor (0.20.0)
|
113
|
+
thread_safe (0.3.6)
|
114
|
+
tzinfo (1.2.5)
|
102
115
|
thread_safe (~> 0.1)
|
116
|
+
websocket-driver (0.7.0)
|
117
|
+
websocket-extensions (>= 0.1.0)
|
118
|
+
websocket-extensions (0.1.3)
|
103
119
|
|
104
120
|
PLATFORMS
|
105
121
|
ruby
|
@@ -109,4 +125,4 @@ DEPENDENCIES
|
|
109
125
|
zepto-for-rails!
|
110
126
|
|
111
127
|
BUNDLED WITH
|
112
|
-
1.
|
128
|
+
1.16.1
|
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', '> 3.2'
|
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,27 +1,27 @@
|
|
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.1
|
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: 2018-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '3.2'
|
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
26
|
version: '3.2'
|
27
27
|
description: Provides a the zepto.js for the rails asset pipeline
|
@@ -61,9 +61,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
63
|
rubyforge_project:
|
64
|
-
rubygems_version: 2.
|
64
|
+
rubygems_version: 2.7.3
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Zepto.js for the rails asset pipeline
|
68
68
|
test_files: []
|
69
|
-
has_rdoc:
|