zepto-for-rails 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c78291c0092e660b86dfd84eea3a07f4209cfe043f5f1c242622ddeed1ba238f
4
- data.tar.gz: bdc3f85f51fd3b32a579dbab674385eac1c9cbf77977b46ca718a501d212148a
3
+ metadata.gz: 7793f4820020e8ce6a9026ab0c919ab0c5dfec33536a29d9b09781665898dca0
4
+ data.tar.gz: c61c084f165ec84d5088073eede0b95544eec1ae2c77470c9db05e11af287e53
5
5
  SHA512:
6
- metadata.gz: 31956f76b0b5329e6fdc6da330ec0ae63082a1ea7ce7168b0001839c15e6931fe36d3703922374676e89729c4385346fb6346ba8f5f858e6da9858b9e8b0f952
7
- data.tar.gz: 2a21d06e59d78a144a1251f138181bdac5a8dd1dbb37683d0fbdefbb1175f47cba0783e5e02def033564cef003518ca94630da2767fe71db1fcb02db215d5a35
6
+ metadata.gz: f5136c240327b54d6f7609243a5b959db70b6167e1c15f63781dda560ae9e92523eca27cbd3714dd4c949ea24e058d07b4f2cf8559863feeec89dbaef5c2e80b
7
+ data.tar.gz: bbaf60ddde85b0f686ed8a9baa7ab283aaf396261d66967136543b0ae4547cb7fd616e5dc2e8cfe97f0b35762a5b7a88db42463fd7852734caf3d06b8a26a584
data/Gemfile.lock CHANGED
@@ -7,48 +7,61 @@ PATH
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.2.1)
11
- actionpack (= 5.2.2.1)
10
+ actioncable (6.0.0)
11
+ actionpack (= 6.0.0)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.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)
14
+ actionmailbox (6.0.0)
15
+ actionpack (= 6.0.0)
16
+ activejob (= 6.0.0)
17
+ activerecord (= 6.0.0)
18
+ activestorage (= 6.0.0)
19
+ activesupport (= 6.0.0)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.0)
22
+ actionpack (= 6.0.0)
23
+ actionview (= 6.0.0)
24
+ activejob (= 6.0.0)
18
25
  mail (~> 2.5, >= 2.5.4)
19
26
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.2.1)
21
- actionview (= 5.2.2.1)
22
- activesupport (= 5.2.2.1)
27
+ actionpack (6.0.0)
28
+ actionview (= 6.0.0)
29
+ activesupport (= 6.0.0)
23
30
  rack (~> 2.0)
24
31
  rack-test (>= 0.6.3)
25
32
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.2.1)
28
- activesupport (= 5.2.2.1)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.0)
35
+ actionpack (= 6.0.0)
36
+ activerecord (= 6.0.0)
37
+ activestorage (= 6.0.0)
38
+ activesupport (= 6.0.0)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.0)
41
+ activesupport (= 6.0.0)
29
42
  builder (~> 3.1)
30
43
  erubi (~> 1.4)
31
44
  rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.2.1)
34
- activesupport (= 5.2.2.1)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.0)
47
+ activesupport (= 6.0.0)
35
48
  globalid (>= 0.3.6)
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
- arel (>= 9.0)
42
- activestorage (5.2.2.1)
43
- actionpack (= 5.2.2.1)
44
- activerecord (= 5.2.2.1)
49
+ activemodel (6.0.0)
50
+ activesupport (= 6.0.0)
51
+ activerecord (6.0.0)
52
+ activemodel (= 6.0.0)
53
+ activesupport (= 6.0.0)
54
+ activestorage (6.0.0)
55
+ actionpack (= 6.0.0)
56
+ activejob (= 6.0.0)
57
+ activerecord (= 6.0.0)
45
58
  marcel (~> 0.3.1)
46
- activesupport (5.2.2.1)
59
+ activesupport (6.0.0)
47
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
61
  i18n (>= 0.7, < 2)
49
62
  minitest (~> 5.1)
50
63
  tzinfo (~> 1.1)
51
- arel (9.0.0)
64
+ zeitwerk (~> 2.1, >= 2.1.8)
52
65
  builder (3.2.3)
53
66
  concurrent-ruby (1.1.5)
54
67
  crass (1.0.4)
@@ -66,40 +79,44 @@ GEM
66
79
  mimemagic (~> 0.3.2)
67
80
  method_source (0.9.2)
68
81
  mimemagic (0.3.3)
69
- mini_mime (1.0.1)
82
+ mini_mime (1.0.2)
70
83
  mini_portile2 (2.4.0)
71
84
  minitest (5.11.3)
72
- nio4r (2.3.1)
73
- nokogiri (1.10.1)
85
+ nio4r (2.4.0)
86
+ nokogiri (1.10.4)
74
87
  mini_portile2 (~> 2.4.0)
75
- rack (2.0.6)
88
+ nokogiri (1.10.4-x86-mingw32)
89
+ mini_portile2 (~> 2.4.0)
90
+ rack (2.0.7)
76
91
  rack-test (1.1.0)
77
92
  rack (>= 1.0, < 3)
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)
93
+ rails (6.0.0)
94
+ actioncable (= 6.0.0)
95
+ actionmailbox (= 6.0.0)
96
+ actionmailer (= 6.0.0)
97
+ actionpack (= 6.0.0)
98
+ actiontext (= 6.0.0)
99
+ actionview (= 6.0.0)
100
+ activejob (= 6.0.0)
101
+ activemodel (= 6.0.0)
102
+ activerecord (= 6.0.0)
103
+ activestorage (= 6.0.0)
104
+ activesupport (= 6.0.0)
88
105
  bundler (>= 1.3.0)
89
- railties (= 5.2.2.1)
106
+ railties (= 6.0.0)
90
107
  sprockets-rails (>= 2.0.0)
91
108
  rails-dom-testing (2.0.3)
92
109
  activesupport (>= 4.2.0)
93
110
  nokogiri (>= 1.6)
94
- rails-html-sanitizer (1.0.4)
111
+ rails-html-sanitizer (1.2.0)
95
112
  loofah (~> 2.2, >= 2.2.2)
96
- railties (5.2.2.1)
97
- actionpack (= 5.2.2.1)
98
- activesupport (= 5.2.2.1)
113
+ railties (6.0.0)
114
+ actionpack (= 6.0.0)
115
+ activesupport (= 6.0.0)
99
116
  method_source
100
117
  rake (>= 0.8.7)
101
- thor (>= 0.19.0, < 2.0)
102
- rake (12.3.2)
118
+ thor (>= 0.20.3, < 2.0)
119
+ rake (12.3.3)
103
120
  sprockets (3.7.2)
104
121
  concurrent-ruby (~> 1.0)
105
122
  rack (> 1, < 3)
@@ -111,9 +128,10 @@ GEM
111
128
  thread_safe (0.3.6)
112
129
  tzinfo (1.2.5)
113
130
  thread_safe (~> 0.1)
114
- websocket-driver (0.7.0)
131
+ websocket-driver (0.7.1)
115
132
  websocket-extensions (>= 0.1.0)
116
- websocket-extensions (0.1.3)
133
+ websocket-extensions (0.1.4)
134
+ zeitwerk (2.1.9)
117
135
 
118
136
  PLATFORMS
119
137
  ruby
@@ -123,4 +141,4 @@ DEPENDENCIES
123
141
  zepto-for-rails!
124
142
 
125
143
  BUNDLED WITH
126
- 1.16.3
144
+ 1.17.3
@@ -1,7 +1,7 @@
1
1
  module Zepto
2
2
  module For
3
3
  module Rails
4
- VERSION = '0.3.4'
4
+ VERSION = '0.3.5'
5
5
  end
6
6
  end
7
7
  end
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
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Vermaas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-18 00:00:00.000000000 Z
11
+ date: 2019-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -60,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubyforge_project:
64
- rubygems_version: 2.7.6
63
+ rubygems_version: 3.0.3
65
64
  signing_key:
66
65
  specification_version: 4
67
66
  summary: Zepto.js for the rails asset pipeline