zepto-for-rails 0.3.4 → 0.3.9

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: ab39d277148fd33622a9374252114bca2f47d209accc73c96c4e1bb8f04ccee1
4
+ data.tar.gz: fc72173919b43df2eff928877de23764d1dbf9289f001c85fd9289e3757d5d36
5
5
  SHA512:
6
- metadata.gz: 31956f76b0b5329e6fdc6da330ec0ae63082a1ea7ce7168b0001839c15e6931fe36d3703922374676e89729c4385346fb6346ba8f5f858e6da9858b9e8b0f952
7
- data.tar.gz: 2a21d06e59d78a144a1251f138181bdac5a8dd1dbb37683d0fbdefbb1175f47cba0783e5e02def033564cef003518ca94630da2767fe71db1fcb02db215d5a35
6
+ metadata.gz: f7d3fcc5493c5dad48c5dfd7602a9556142f57e76229acc2ead9a4fb16594010aff82075d74bb88eacf8ec5aab40b50e8329ca70ce882a92940e7997897e1be9
7
+ data.tar.gz: c070f5f6b47883349b2d21b2d0385d321feac695312dad94084f9aecb22fc266e6242dbfa56a4346cff152299c2769b0341fd832b46df1add69ab22d0846ceb1
@@ -1,119 +1,137 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zepto-for-rails (0.3.4)
4
+ zepto-for-rails (0.3.8)
5
5
  rails (> 3.2)
6
6
 
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.3.2)
11
+ actionpack (= 6.0.3.2)
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.3.2)
15
+ actionpack (= 6.0.3.2)
16
+ activejob (= 6.0.3.2)
17
+ activerecord (= 6.0.3.2)
18
+ activestorage (= 6.0.3.2)
19
+ activesupport (= 6.0.3.2)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.3.2)
22
+ actionpack (= 6.0.3.2)
23
+ actionview (= 6.0.3.2)
24
+ activejob (= 6.0.3.2)
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)
23
- rack (~> 2.0)
27
+ actionpack (6.0.3.2)
28
+ actionview (= 6.0.3.2)
29
+ activesupport (= 6.0.3.2)
30
+ rack (~> 2.0, >= 2.0.8)
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.3.2)
35
+ actionpack (= 6.0.3.2)
36
+ activerecord (= 6.0.3.2)
37
+ activestorage (= 6.0.3.2)
38
+ activesupport (= 6.0.3.2)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.3.2)
41
+ activesupport (= 6.0.3.2)
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.3.2)
47
+ activesupport (= 6.0.3.2)
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.3.2)
50
+ activesupport (= 6.0.3.2)
51
+ activerecord (6.0.3.2)
52
+ activemodel (= 6.0.3.2)
53
+ activesupport (= 6.0.3.2)
54
+ activestorage (6.0.3.2)
55
+ actionpack (= 6.0.3.2)
56
+ activejob (= 6.0.3.2)
57
+ activerecord (= 6.0.3.2)
45
58
  marcel (~> 0.3.1)
46
- activesupport (5.2.2.1)
59
+ activesupport (6.0.3.2)
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)
52
- builder (3.2.3)
53
- concurrent-ruby (1.1.5)
54
- crass (1.0.4)
55
- erubi (1.8.0)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
65
+ builder (3.2.4)
66
+ concurrent-ruby (1.1.6)
67
+ crass (1.0.6)
68
+ erubi (1.9.0)
56
69
  globalid (0.4.2)
57
70
  activesupport (>= 4.2.0)
58
- i18n (1.6.0)
71
+ i18n (1.8.3)
59
72
  concurrent-ruby (~> 1.0)
60
- loofah (2.2.3)
73
+ loofah (2.6.0)
61
74
  crass (~> 1.0.2)
62
75
  nokogiri (>= 1.5.9)
63
76
  mail (2.7.1)
64
77
  mini_mime (>= 0.1.1)
65
78
  marcel (0.3.3)
66
79
  mimemagic (~> 0.3.2)
67
- method_source (0.9.2)
68
- mimemagic (0.3.3)
69
- mini_mime (1.0.1)
80
+ method_source (1.0.0)
81
+ mimemagic (0.3.5)
82
+ mini_mime (1.0.2)
70
83
  mini_portile2 (2.4.0)
71
- minitest (5.11.3)
72
- nio4r (2.3.1)
73
- nokogiri (1.10.1)
84
+ minitest (5.14.1)
85
+ nio4r (2.5.2)
86
+ nokogiri (1.10.9)
74
87
  mini_portile2 (~> 2.4.0)
75
- rack (2.0.6)
88
+ nokogiri (1.10.9-x86-mingw32)
89
+ mini_portile2 (~> 2.4.0)
90
+ rack (2.2.3)
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.3.2)
94
+ actioncable (= 6.0.3.2)
95
+ actionmailbox (= 6.0.3.2)
96
+ actionmailer (= 6.0.3.2)
97
+ actionpack (= 6.0.3.2)
98
+ actiontext (= 6.0.3.2)
99
+ actionview (= 6.0.3.2)
100
+ activejob (= 6.0.3.2)
101
+ activemodel (= 6.0.3.2)
102
+ activerecord (= 6.0.3.2)
103
+ activestorage (= 6.0.3.2)
104
+ activesupport (= 6.0.3.2)
88
105
  bundler (>= 1.3.0)
89
- railties (= 5.2.2.1)
106
+ railties (= 6.0.3.2)
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)
95
- loofah (~> 2.2, >= 2.2.2)
96
- railties (5.2.2.1)
97
- actionpack (= 5.2.2.1)
98
- activesupport (= 5.2.2.1)
111
+ rails-html-sanitizer (1.3.0)
112
+ loofah (~> 2.3)
113
+ railties (6.0.3.2)
114
+ actionpack (= 6.0.3.2)
115
+ activesupport (= 6.0.3.2)
99
116
  method_source
100
117
  rake (>= 0.8.7)
101
- thor (>= 0.19.0, < 2.0)
102
- rake (12.3.2)
103
- sprockets (3.7.2)
118
+ thor (>= 0.20.3, < 2.0)
119
+ rake (13.0.1)
120
+ sprockets (4.0.2)
104
121
  concurrent-ruby (~> 1.0)
105
122
  rack (> 1, < 3)
106
123
  sprockets-rails (3.2.1)
107
124
  actionpack (>= 4.0)
108
125
  activesupport (>= 4.0)
109
126
  sprockets (>= 3.0.0)
110
- thor (0.20.3)
127
+ thor (1.0.1)
111
128
  thread_safe (0.3.6)
112
- tzinfo (1.2.5)
129
+ tzinfo (1.2.7)
113
130
  thread_safe (~> 0.1)
114
- websocket-driver (0.7.0)
131
+ websocket-driver (0.7.2)
115
132
  websocket-extensions (>= 0.1.0)
116
- websocket-extensions (0.1.3)
133
+ websocket-extensions (0.1.5)
134
+ zeitwerk (2.3.0)
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
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.1.6
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.
@@ -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.9'
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.9
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: 2020-06-25 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