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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cd9caa60a096749c2b6f5baa70f0255dedf474f665628b7be19f7176e11e91f
4
- data.tar.gz: 33d6af35d7b833f057e660c3b0e739b568b360641bade3cc6614ba3b61f07833
3
+ metadata.gz: 3686e18b7e33d5e4f8c983ddc7f7a5b77387634e81703784a9082c71056b8179
4
+ data.tar.gz: 4d677397adcbcb08379ea4f8f4e5d054009cc57d76ec2bc2dcea71b57621329b
5
5
  SHA512:
6
- metadata.gz: bcfab741564ce5c51eb7637da16cd2fcde7f259ee790a7dcfabf7ef8aed2d1de5e5bbd91d7998eaab674df4852098a00cdaf6373bbda8b66f77c6f6e81389879
7
- data.tar.gz: 458e9152cf8c919e655ae391a6963543b2d8d5c05c4216923b3d65b1a634f372a7c41dc4df5447ef277b86c4c4eb129dbca783acd6fceb2a790845868872b5a7
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.4)
5
- railties (>= 4.1)
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
- actionmailer (4.2.10)
11
- actionpack (= 4.2.10)
12
- actionview (= 4.2.10)
13
- activejob (= 4.2.11)
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 (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.10)
17
- actionview (= 4.2.10)
18
- activesupport (= 4.2.10)
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.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 (4.2.10)
24
- activesupport (= 4.2.10)
27
+ actionview (5.2.3)
28
+ activesupport (= 5.2.3)
25
29
  builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
28
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.11)
30
- activesupport (= 4.2.10)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.10)
33
- activesupport (= 4.2.10)
34
- builder (~> 3.1)
35
- activerecord (4.2.10)
36
- activemodel (= 4.2.10)
37
- activesupport (= 4.2.10)
38
- arel (~> 6.0)
39
- activesupport (4.2.10)
40
- i18n (~> 0.7)
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 (6.0.4)
45
- builder (3.2.3)
46
- concurrent-ruby (1.1.3)
47
- crass (1.0.4)
48
- erubis (2.7.0)
49
- globalid (0.4.1)
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 (0.9.5)
58
+ i18n (1.8.2)
52
59
  concurrent-ruby (~> 1.0)
53
- loofah (2.2.3)
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
- mini_mime (1.0.1)
59
- mini_portile2 (2.3.0)
60
- minitest (5.11.3)
61
- nokogiri (1.8.5)
62
- mini_portile2 (~> 2.3.0)
63
- rack (1.6.11)
64
- rack-test (0.6.3)
65
- rack (>= 1.0)
66
- rails (4.2.10)
67
- actionmailer (= 4.2.10)
68
- actionpack (= 4.2.10)
69
- actionview (= 4.2.10)
70
- activejob (= 4.2.11)
71
- activemodel (= 4.2.10)
72
- activerecord (= 4.2.10)
73
- activesupport (= 4.2.10)
74
- bundler (>= 1.3.0, < 2.0)
75
- railties (= 4.2.10)
76
- sprockets-rails
77
- rails-deprecated_sanitizer (1.0.3)
78
- activesupport (>= 4.2.0.alpha)
79
- rails-dom-testing (1.0.9)
80
- activesupport (>= 4.2.0, < 5.0)
81
- nokogiri (~> 1.6)
82
- rails-deprecated_sanitizer (>= 1.0.1)
83
- rails-html-sanitizer (1.0.4)
84
- loofah (~> 2.2, >= 2.2.2)
85
- railties (4.2.10)
86
- actionpack (= 4.2.10)
87
- activesupport (= 4.2.10)
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.18.1, < 2.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.20.3)
110
+ thor (1.0.1)
99
111
  thread_safe (0.3.6)
100
- tzinfo (1.2.5)
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 (~> 1.16)
122
+ bundler (~> 2.0)
108
123
  js-packer-rails!
109
- rails (~> 4.1)
124
+ rails (~> 5.2)
110
125
  rake (~> 10.0)
111
126
 
112
127
  BUNDLED WITH
113
- 1.17.1
128
+ 2.0.2
@@ -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", ">= 4.1"
24
+ spec.add_dependency "railties", ">= 5.2"
25
25
 
26
- spec.add_development_dependency "bundler", "~> 1.16"
26
+ spec.add_development_dependency "bundler", "~> 2.0"
27
27
  spec.add_development_dependency "rake", "~> 10.0"
28
- spec.add_development_dependency "rails", "~> 4.1"
28
+ spec.add_development_dependency "rails", "~> 5.2"
29
29
  end
@@ -1,7 +1,7 @@
1
1
  module Js
2
2
  module Packer
3
3
  module Rails
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.8"
5
5
  end
6
6
  end
7
7
  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.7
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: 2019-01-10 00:00:00.000000000 Z
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: '4.1'
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: '4.1'
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: '1.16'
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: '1.16'
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: '4.1'
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: '4.1'
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
- rubyforge_project:
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