js-packer-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +56 -101
- data/js-packer-rails.gemspec +4 -4
- data/lib/js/packer/rails/version.rb +1 -1
- metadata +15 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d15419c757a04e6ebc3e1fcf9f3bb0dccd74764c2dfa97a79b51c6829fa9c496
|
4
|
+
data.tar.gz: 2fa5112ce83563f1d8eec8d5b343434349d5132359a45fce8fc5971e3af68e96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd07a454eda41ee0ff33fa7c956d3354d3a1ec8e25861c8f6aa2f489eb86aa16f2663c0343daab1e0de87cccd6bf66cb22c30f216baed94d8969e3cd2d04e47a
|
7
|
+
data.tar.gz: 21a446e8f57422e863bc0682530866d57318c0a00b123b2d561af45a5531e6f3935e122474589ca1168aea79202247777d273e3f7cf673d77ebc5a9d5f24aa28
|
data/Gemfile.lock
CHANGED
@@ -1,119 +1,74 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
js-packer-rails (0.1.
|
5
|
-
railties (
|
4
|
+
js-packer-rails (0.1.2)
|
5
|
+
railties (~> 4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
11
|
-
actionpack (=
|
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)
|
10
|
+
actionmailer (4.0.13)
|
11
|
+
actionpack (= 4.0.13)
|
18
12
|
mail (~> 2.5, >= 2.5.4)
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
rack (~> 2
|
24
|
-
rack-test (
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
marcel (~> 0.3.1)
|
46
|
-
activesupport (5.2.0)
|
47
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
-
i18n (>= 0.7, < 2)
|
49
|
-
minitest (~> 5.1)
|
50
|
-
tzinfo (~> 1.1)
|
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)
|
13
|
+
actionpack (4.0.13)
|
14
|
+
activesupport (= 4.0.13)
|
15
|
+
builder (~> 3.1.0)
|
16
|
+
erubis (~> 2.7.0)
|
17
|
+
rack (~> 1.5.2)
|
18
|
+
rack-test (~> 0.6.2)
|
19
|
+
activemodel (4.0.13)
|
20
|
+
activesupport (= 4.0.13)
|
21
|
+
builder (~> 3.1.0)
|
22
|
+
activerecord (4.0.13)
|
23
|
+
activemodel (= 4.0.13)
|
24
|
+
activerecord-deprecated_finders (~> 1.0.2)
|
25
|
+
activesupport (= 4.0.13)
|
26
|
+
arel (~> 4.0.0)
|
27
|
+
activerecord-deprecated_finders (1.0.4)
|
28
|
+
activesupport (4.0.13)
|
29
|
+
i18n (~> 0.6, >= 0.6.9)
|
30
|
+
minitest (~> 4.2)
|
31
|
+
multi_json (~> 1.3)
|
32
|
+
thread_safe (~> 0.1)
|
33
|
+
tzinfo (~> 0.3.37)
|
34
|
+
arel (4.0.2)
|
35
|
+
builder (3.1.4)
|
36
|
+
concurrent-ruby (1.1.3)
|
37
|
+
erubis (2.7.0)
|
38
|
+
i18n (0.9.5)
|
59
39
|
concurrent-ruby (~> 1.0)
|
60
|
-
|
61
|
-
crass (~> 1.0.2)
|
62
|
-
nokogiri (>= 1.5.9)
|
63
|
-
mail (2.7.0)
|
40
|
+
mail (2.7.1)
|
64
41
|
mini_mime (>= 0.1.1)
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
actionview (= 5.2.0)
|
83
|
-
activejob (= 5.2.0)
|
84
|
-
activemodel (= 5.2.0)
|
85
|
-
activerecord (= 5.2.0)
|
86
|
-
activestorage (= 5.2.0)
|
87
|
-
activesupport (= 5.2.0)
|
88
|
-
bundler (>= 1.3.0)
|
89
|
-
railties (= 5.2.0)
|
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.0.4)
|
95
|
-
loofah (~> 2.2, >= 2.2.2)
|
96
|
-
railties (5.2.0)
|
97
|
-
actionpack (= 5.2.0)
|
98
|
-
activesupport (= 5.2.0)
|
99
|
-
method_source
|
42
|
+
mini_mime (1.0.1)
|
43
|
+
minitest (4.7.5)
|
44
|
+
multi_json (1.13.1)
|
45
|
+
rack (1.5.5)
|
46
|
+
rack-test (0.6.3)
|
47
|
+
rack (>= 1.0)
|
48
|
+
rails (4.0.13)
|
49
|
+
actionmailer (= 4.0.13)
|
50
|
+
actionpack (= 4.0.13)
|
51
|
+
activerecord (= 4.0.13)
|
52
|
+
activesupport (= 4.0.13)
|
53
|
+
bundler (>= 1.3.0, < 2.0)
|
54
|
+
railties (= 4.0.13)
|
55
|
+
sprockets-rails (~> 2.0)
|
56
|
+
railties (4.0.13)
|
57
|
+
actionpack (= 4.0.13)
|
58
|
+
activesupport (= 4.0.13)
|
100
59
|
rake (>= 0.8.7)
|
101
60
|
thor (>= 0.18.1, < 2.0)
|
102
61
|
rake (10.5.0)
|
103
62
|
sprockets (3.7.2)
|
104
63
|
concurrent-ruby (~> 1.0)
|
105
64
|
rack (> 1, < 3)
|
106
|
-
sprockets-rails (3.
|
107
|
-
actionpack (>=
|
108
|
-
activesupport (>=
|
109
|
-
sprockets (>=
|
110
|
-
thor (0.20.
|
65
|
+
sprockets-rails (2.3.3)
|
66
|
+
actionpack (>= 3.0)
|
67
|
+
activesupport (>= 3.0)
|
68
|
+
sprockets (>= 2.8, < 4.0)
|
69
|
+
thor (0.20.3)
|
111
70
|
thread_safe (0.3.6)
|
112
|
-
tzinfo (
|
113
|
-
thread_safe (~> 0.1)
|
114
|
-
websocket-driver (0.7.0)
|
115
|
-
websocket-extensions (>= 0.1.0)
|
116
|
-
websocket-extensions (0.1.3)
|
71
|
+
tzinfo (0.3.55)
|
117
72
|
|
118
73
|
PLATFORMS
|
119
74
|
ruby
|
@@ -121,8 +76,8 @@ PLATFORMS
|
|
121
76
|
DEPENDENCIES
|
122
77
|
bundler (~> 1.16)
|
123
78
|
js-packer-rails!
|
124
|
-
rails (
|
79
|
+
rails (~> 4.0)
|
125
80
|
rake (~> 10.0)
|
126
81
|
|
127
82
|
BUNDLED WITH
|
128
|
-
1.
|
83
|
+
1.17.1
|
data/js-packer-rails.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Jakub Cieslar"]
|
10
10
|
spec.email = ["cieslar.jakub@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
12
|
+
spec.summary = %q{The Packer allows you to easily include JavaScript bundle into your Rails project. You do not need webpacker!}
|
13
|
+
spec.description = %q{The Packer allows you to easily include JavaScript bundle into your Rails project. Use whatever tool you want for build your JS assets. You do not need webpacker gem! (just use Webpack)}
|
14
14
|
spec.homepage = "https://github.com/jcieslar/js-packer-rails"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
@@ -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", "~> 4.0"
|
25
25
|
|
26
26
|
spec.add_development_dependency "bundler", "~> 1.16"
|
27
27
|
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
-
spec.add_development_dependency "rails", "
|
28
|
+
spec.add_development_dependency "rails", "~> 4.0"
|
29
29
|
end
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Cieslar
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.0
|
19
|
+
version: '4.0'
|
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: 4.0
|
26
|
+
version: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,18 +56,19 @@ dependencies:
|
|
56
56
|
name: rails
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 4.0
|
61
|
+
version: '4.0'
|
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: 4.0
|
69
|
-
description:
|
70
|
-
JS assets. You do not need webpacker
|
68
|
+
version: '4.0'
|
69
|
+
description: The Packer allows you to easily include JavaScript bundle into your Rails
|
70
|
+
project. Use whatever tool you want for build your JS assets. You do not need webpacker
|
71
|
+
gem! (just use Webpack)
|
71
72
|
email:
|
72
73
|
- cieslar.jakub@gmail.com
|
73
74
|
executables: []
|
@@ -107,6 +108,6 @@ rubyforge_project:
|
|
107
108
|
rubygems_version: 2.7.6
|
108
109
|
signing_key:
|
109
110
|
specification_version: 4
|
110
|
-
summary:
|
111
|
-
|
111
|
+
summary: The Packer allows you to easily include JavaScript bundle into your Rails
|
112
|
+
project. You do not need webpacker!
|
112
113
|
test_files: []
|