js-packer-rails 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +89 -74
- data/js-packer-rails.gemspec +3 -3
- data/lib/js/packer/rails/version.rb +1 -1
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3686e18b7e33d5e4f8c983ddc7f7a5b77387634e81703784a9082c71056b8179
|
4
|
+
data.tar.gz: 4d677397adcbcb08379ea4f8f4e5d054009cc57d76ec2bc2dcea71b57621329b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 353aa3c2c3153d83f9829f000d6836de7cff12b518e9fcec05ed8d3872cfe77af3c68022235ca66472abf71e79c3f1a537a4577540e44377daeb3aded5fb0a18
|
7
|
+
data.tar.gz: a0a258fc01585eba4f91ae9aca71fc694725d02921212e77ae7f31eec39b00ab3763cb0b8df339c16071d189ace5272876777eea91c47fd5bb52a5fa4ae87520
|
data/Gemfile.lock
CHANGED
@@ -1,92 +1,104 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
js-packer-rails (0.1.
|
5
|
-
railties (>=
|
4
|
+
js-packer-rails (0.1.8)
|
5
|
+
railties (>= 5.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
11
|
-
actionpack (=
|
12
|
-
|
13
|
-
|
10
|
+
actioncable (5.2.3)
|
11
|
+
actionpack (= 5.2.3)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
actionmailer (5.2.3)
|
15
|
+
actionpack (= 5.2.3)
|
16
|
+
actionview (= 5.2.3)
|
17
|
+
activejob (= 5.2.3)
|
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.3)
|
21
|
+
actionview (= 5.2.3)
|
22
|
+
activesupport (= 5.2.3)
|
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.3)
|
28
|
+
activesupport (= 5.2.3)
|
25
29
|
builder (~> 3.1)
|
26
|
-
|
27
|
-
rails-dom-testing (~>
|
30
|
+
erubi (~> 1.4)
|
31
|
+
rails-dom-testing (~> 2.0)
|
28
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
29
|
-
activejob (
|
30
|
-
activesupport (=
|
31
|
-
globalid (>= 0.3.
|
32
|
-
activemodel (
|
33
|
-
activesupport (=
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
33
|
+
activejob (5.2.3)
|
34
|
+
activesupport (= 5.2.3)
|
35
|
+
globalid (>= 0.3.6)
|
36
|
+
activemodel (5.2.3)
|
37
|
+
activesupport (= 5.2.3)
|
38
|
+
activerecord (5.2.3)
|
39
|
+
activemodel (= 5.2.3)
|
40
|
+
activesupport (= 5.2.3)
|
41
|
+
arel (>= 9.0)
|
42
|
+
activestorage (5.2.3)
|
43
|
+
actionpack (= 5.2.3)
|
44
|
+
activerecord (= 5.2.3)
|
45
|
+
marcel (~> 0.3.1)
|
46
|
+
activesupport (5.2.3)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
+
i18n (>= 0.7, < 2)
|
41
49
|
minitest (~> 5.1)
|
42
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
43
50
|
tzinfo (~> 1.1)
|
44
|
-
arel (
|
45
|
-
builder (3.2.
|
46
|
-
concurrent-ruby (1.1.
|
47
|
-
crass (1.0.
|
48
|
-
|
49
|
-
globalid (0.4.
|
51
|
+
arel (9.0.0)
|
52
|
+
builder (3.2.4)
|
53
|
+
concurrent-ruby (1.1.6)
|
54
|
+
crass (1.0.6)
|
55
|
+
erubi (1.9.0)
|
56
|
+
globalid (0.4.2)
|
50
57
|
activesupport (>= 4.2.0)
|
51
|
-
i18n (
|
58
|
+
i18n (1.8.2)
|
52
59
|
concurrent-ruby (~> 1.0)
|
53
|
-
loofah (2.
|
60
|
+
loofah (2.4.0)
|
54
61
|
crass (~> 1.0.2)
|
55
62
|
nokogiri (>= 1.5.9)
|
56
63
|
mail (2.7.1)
|
57
64
|
mini_mime (>= 0.1.1)
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
activesupport (
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
65
|
+
marcel (0.3.3)
|
66
|
+
mimemagic (~> 0.3.2)
|
67
|
+
method_source (0.9.2)
|
68
|
+
mimemagic (0.3.4)
|
69
|
+
mini_mime (1.0.2)
|
70
|
+
mini_portile2 (2.4.0)
|
71
|
+
minitest (5.14.0)
|
72
|
+
nio4r (2.5.2)
|
73
|
+
nokogiri (1.10.9)
|
74
|
+
mini_portile2 (~> 2.4.0)
|
75
|
+
rack (2.2.2)
|
76
|
+
rack-test (1.1.0)
|
77
|
+
rack (>= 1.0, < 3)
|
78
|
+
rails (5.2.3)
|
79
|
+
actioncable (= 5.2.3)
|
80
|
+
actionmailer (= 5.2.3)
|
81
|
+
actionpack (= 5.2.3)
|
82
|
+
actionview (= 5.2.3)
|
83
|
+
activejob (= 5.2.3)
|
84
|
+
activemodel (= 5.2.3)
|
85
|
+
activerecord (= 5.2.3)
|
86
|
+
activestorage (= 5.2.3)
|
87
|
+
activesupport (= 5.2.3)
|
88
|
+
bundler (>= 1.3.0)
|
89
|
+
railties (= 5.2.3)
|
90
|
+
sprockets-rails (>= 2.0.0)
|
91
|
+
rails-dom-testing (2.0.3)
|
92
|
+
activesupport (>= 4.2.0)
|
93
|
+
nokogiri (>= 1.6)
|
94
|
+
rails-html-sanitizer (1.3.0)
|
95
|
+
loofah (~> 2.3)
|
96
|
+
railties (5.2.3)
|
97
|
+
actionpack (= 5.2.3)
|
98
|
+
activesupport (= 5.2.3)
|
99
|
+
method_source
|
88
100
|
rake (>= 0.8.7)
|
89
|
-
thor (>= 0.
|
101
|
+
thor (>= 0.19.0, < 2.0)
|
90
102
|
rake (10.5.0)
|
91
103
|
sprockets (3.7.2)
|
92
104
|
concurrent-ruby (~> 1.0)
|
@@ -95,19 +107,22 @@ GEM
|
|
95
107
|
actionpack (>= 4.0)
|
96
108
|
activesupport (>= 4.0)
|
97
109
|
sprockets (>= 3.0.0)
|
98
|
-
thor (0.
|
110
|
+
thor (1.0.1)
|
99
111
|
thread_safe (0.3.6)
|
100
|
-
tzinfo (1.2.
|
112
|
+
tzinfo (1.2.6)
|
101
113
|
thread_safe (~> 0.1)
|
114
|
+
websocket-driver (0.7.1)
|
115
|
+
websocket-extensions (>= 0.1.0)
|
116
|
+
websocket-extensions (0.1.4)
|
102
117
|
|
103
118
|
PLATFORMS
|
104
119
|
ruby
|
105
120
|
|
106
121
|
DEPENDENCIES
|
107
|
-
bundler (~>
|
122
|
+
bundler (~> 2.0)
|
108
123
|
js-packer-rails!
|
109
|
-
rails (~>
|
124
|
+
rails (~> 5.2)
|
110
125
|
rake (~> 10.0)
|
111
126
|
|
112
127
|
BUNDLED WITH
|
113
|
-
|
128
|
+
2.0.2
|
data/js-packer-rails.gemspec
CHANGED
@@ -21,9 +21,9 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ["lib"]
|
23
23
|
|
24
|
-
spec.add_dependency "railties", ">=
|
24
|
+
spec.add_dependency "railties", ">= 5.2"
|
25
25
|
|
26
|
-
spec.add_development_dependency "bundler", "~>
|
26
|
+
spec.add_development_dependency "bundler", "~> 2.0"
|
27
27
|
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
-
spec.add_development_dependency "rails", "~>
|
28
|
+
spec.add_development_dependency "rails", "~> 5.2"
|
29
29
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: js-packer-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Cieslar
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '5.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
|
-
version: '
|
26
|
+
version: '5.2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '2.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '2.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '5.2'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '5.2'
|
69
69
|
description: The Packer allows you to easily include JavaScript bundle into your Rails
|
70
70
|
project. Use whatever tool you want for build your JS assets. You do not need webpacker
|
71
71
|
gem! (just use Webpack)
|
@@ -104,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
- !ruby/object:Gem::Version
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
|
-
|
108
|
-
rubygems_version: 2.7.6
|
107
|
+
rubygems_version: 3.0.3
|
109
108
|
signing_key:
|
110
109
|
specification_version: 4
|
111
110
|
summary: The Packer allows you to easily include JavaScript bundle into your Rails
|