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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8894e2b935d49345e5556aba6549c0d84ba83f637e36159ea320455a746fddb
4
- data.tar.gz: 013c18402a6e00e2ad0fc76d1e8e54da13ad9f4d2ef642ad07ef79d2d2f98508
3
+ metadata.gz: 4ab1bb4b7f2c6587261e7012b3ddb431be9c4eae3a197150b89bcffcea4128fc
4
+ data.tar.gz: 8e30aea6d7c113d88c46dbbc242e38605ec1547bf52bf8ab1adda42abe3355f6
5
5
  SHA512:
6
- metadata.gz: 778af69b36e81ccd02ef935ee848c754fe56f5981c9828c8a556b9fa7045561b032e94000b3c27db270d38f7a9e4b30741a5280381fcaded12d4f9ffdfe995d4
7
- data.tar.gz: 8dda351e2676e5a1903aa7322b244ab9de6b18d3c51e1b512ecb8e1afae41844f9ec9a3a76694a8fa9a857454890666a050506bc7d5fee57eef36ef728526a4d
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.4)
5
- rails (> 3.2)
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.0.2.2)
11
- actionpack (= 6.0.2.2)
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.0.2.2)
15
- actionpack (= 6.0.2.2)
16
- activejob (= 6.0.2.2)
17
- activerecord (= 6.0.2.2)
18
- activestorage (= 6.0.2.2)
19
- activesupport (= 6.0.2.2)
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.0.2.2)
22
- actionpack (= 6.0.2.2)
23
- actionview (= 6.0.2.2)
24
- activejob (= 6.0.2.2)
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.0.2.2)
28
- actionview (= 6.0.2.2)
29
- activesupport (= 6.0.2.2)
30
- rack (~> 2.0, >= 2.0.8)
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.0.2.2)
35
- actionpack (= 6.0.2.2)
36
- activerecord (= 6.0.2.2)
37
- activestorage (= 6.0.2.2)
38
- activesupport (= 6.0.2.2)
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.0.2.2)
41
- activesupport (= 6.0.2.2)
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.0.2.2)
47
- activesupport (= 6.0.2.2)
48
+ activejob (6.1.1)
49
+ activesupport (= 6.1.1)
48
50
  globalid (>= 0.3.6)
49
- activemodel (6.0.2.2)
50
- activesupport (= 6.0.2.2)
51
- activerecord (6.0.2.2)
52
- activemodel (= 6.0.2.2)
53
- activesupport (= 6.0.2.2)
54
- activestorage (6.0.2.2)
55
- actionpack (= 6.0.2.2)
56
- activejob (= 6.0.2.2)
57
- activerecord (= 6.0.2.2)
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
- activesupport (6.0.2.2)
62
+ mimemagic (~> 0.3.2)
63
+ activesupport (6.1.1)
60
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
61
- i18n (>= 0.7, < 2)
62
- minitest (~> 5.1)
63
- tzinfo (~> 1.1)
64
- zeitwerk (~> 2.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.6)
70
+ concurrent-ruby (1.1.8)
67
71
  crass (1.0.6)
68
- erubi (1.9.0)
72
+ erubi (1.10.0)
69
73
  globalid (0.4.2)
70
74
  activesupport (>= 4.2.0)
71
- i18n (1.8.2)
75
+ i18n (1.8.8)
72
76
  concurrent-ruby (~> 1.0)
73
- loofah (2.4.0)
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.4)
85
+ mimemagic (0.3.5)
82
86
  mini_mime (1.0.2)
83
- mini_portile2 (2.4.0)
84
- minitest (5.14.0)
85
- nio4r (2.5.2)
86
- nokogiri (1.10.9)
87
- mini_portile2 (~> 2.4.0)
88
- nokogiri (1.10.9-x86-mingw32)
89
- mini_portile2 (~> 2.4.0)
90
- rack (2.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.0.2.2)
94
- actioncable (= 6.0.2.2)
95
- actionmailbox (= 6.0.2.2)
96
- actionmailer (= 6.0.2.2)
97
- actionpack (= 6.0.2.2)
98
- actiontext (= 6.0.2.2)
99
- actionview (= 6.0.2.2)
100
- activejob (= 6.0.2.2)
101
- activemodel (= 6.0.2.2)
102
- activerecord (= 6.0.2.2)
103
- activestorage (= 6.0.2.2)
104
- activesupport (= 6.0.2.2)
105
- bundler (>= 1.3.0)
106
- railties (= 6.0.2.2)
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.0.2.2)
114
- actionpack (= 6.0.2.2)
115
- activesupport (= 6.0.2.2)
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 (>= 0.20.3, < 2.0)
119
- rake (13.0.1)
120
- sprockets (4.0.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.1)
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.1)
128
- thread_safe (0.3.6)
129
- tzinfo (1.2.6)
130
- thread_safe (~> 0.1)
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.4)
134
- zeitwerk (2.3.0)
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.17.3
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.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.6'
4
+ VERSION = '0.3.11'
5
5
  end
6
6
  end
7
7
  end
@@ -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', '> 3.2'
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.6
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: 2020-03-20 00:00:00.000000000 Z
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: '3.2'
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: '3.2'
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.0.6
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