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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f9de766fb3ce9711a7b045646bd4ba296c549228
4
- data.tar.gz: 568eaca2d72611a3009d58e3642d0893083134ad
2
+ SHA256:
3
+ metadata.gz: 217afad90fcf8a86cb0475d42306e2c9a62304fa24fc6cdc36696087530bfcc7
4
+ data.tar.gz: 7121a294d5687e5d0a46853c8abda96835a54b96bf4525172704b039ec6c9935
5
5
  SHA512:
6
- metadata.gz: 0cb2d8e46ef6ddf88b0bf3cba4834f41748df3d8080121576e11a65539874e6045aee7543fd2a1b38059968ed38121d0c689f67fb77b9286b649da7e79ce4d5c
7
- data.tar.gz: f95c13f34df273184e2b2903b4845c5ed1e4bc300a8904d40797f108627b6af96f3a2a231d0f82451995cede07e7b3a47097c3883f26707d94b4be7208b00a7f
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.2.4)
5
- rails (>= 3.2)
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
- actionmailer (4.2.5)
11
- actionpack (= 4.2.5)
12
- actionview (= 4.2.5)
13
- activejob (= 4.2.5)
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 (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.5)
17
- actionview (= 4.2.5)
18
- activesupport (= 4.2.5)
19
- rack (~> 1.6)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
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 (4.2.5)
24
- activesupport (= 4.2.5)
27
+ actionview (5.2.0)
28
+ activesupport (= 5.2.0)
25
29
  builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- activejob (4.2.5)
30
- activesupport (= 4.2.5)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.5)
33
- activesupport (= 4.2.5)
34
- builder (~> 3.1)
35
- activerecord (4.2.5)
36
- activemodel (= 4.2.5)
37
- activesupport (= 4.2.5)
38
- arel (~> 6.0)
39
- activesupport (4.2.5)
40
- i18n (~> 0.7)
41
- json (~> 1.7, >= 1.7.7)
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 (6.0.3)
46
- builder (3.2.2)
47
- concurrent-ruby (1.0.0)
48
- erubis (2.7.0)
49
- globalid (0.3.6)
50
- activesupport (>= 4.1.0)
51
- i18n (0.7.0)
52
- json (1.8.3)
53
- loofah (2.0.3)
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.6.3)
56
- mime-types (>= 1.16, < 3)
57
- mime-types (2.99)
58
- mini_portile2 (2.0.0)
59
- minitest (5.8.3)
60
- nokogiri (1.6.7.1)
61
- mini_portile2 (~> 2.0.0.rc2)
62
- nokogiri (1.6.7.1-x86-mingw32)
63
- mini_portile2 (~> 2.0.0.rc2)
64
- rack (1.6.4)
65
- rack-test (0.6.3)
66
- rack (>= 1.0)
67
- rails (4.2.5)
68
- actionmailer (= 4.2.5)
69
- actionpack (= 4.2.5)
70
- actionview (= 4.2.5)
71
- activejob (= 4.2.5)
72
- activemodel (= 4.2.5)
73
- activerecord (= 4.2.5)
74
- activesupport (= 4.2.5)
75
- bundler (>= 1.3.0, < 2.0)
76
- railties (= 4.2.5)
77
- sprockets-rails
78
- rails-deprecated_sanitizer (1.0.3)
79
- activesupport (>= 4.2.0.alpha)
80
- rails-dom-testing (1.0.7)
81
- activesupport (>= 4.2.0.beta, < 5.0)
82
- nokogiri (~> 1.6.0)
83
- rails-deprecated_sanitizer (>= 1.0.1)
84
- rails-html-sanitizer (1.0.2)
85
- loofah (~> 2.0)
86
- railties (4.2.5)
87
- actionpack (= 4.2.5)
88
- activesupport (= 4.2.5)
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 (10.4.2)
92
- sprockets (3.5.2)
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.0.0)
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.19.1)
100
- thread_safe (0.3.5)
101
- tzinfo (1.2.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.11.2
128
+ 1.16.1
@@ -1,7 +1,7 @@
1
1
  module Zepto
2
2
  module For
3
3
  module Rails
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
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', '> 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.0
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: 2016-08-10 00:00:00.000000000 Z
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.5.1
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: