asset_symlink 0.3.1 → 0.3.2

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: 995bdeda8031a07c821d7d49c77e06e2ed0ce7657d13086f15a83f36b2e99bf7
4
- data.tar.gz: 867bab482dea0f5bc0f0274b6265e22eacff2fc7a3af8651d9c518be55550257
3
+ metadata.gz: fa60585e8e2d1dc91fc414062e6c3ee2f63a4bbc6c96823efb3a608bae8749b1
4
+ data.tar.gz: e2193a019be5708560972606ead39ef94f91995853da7e8c260ee821e687c5c1
5
5
  SHA512:
6
- metadata.gz: 986054a9a3ff531ea17b0b2bf9c5667dab9c006cfbc9a6681fd00d476e29948d68edb44ff6f96ff45682c3b71fd2bc1d1f88ca567ba61d56979dd82584f2a75b
7
- data.tar.gz: a1f8ba4c7dcb1e91b723282c0f2dd3a1279de457adc52fa85169040963d7fa03037e221edb2d59b4c16672e879dc09b50324cf59ad664bdeb253ead8981b25e2
6
+ metadata.gz: b63d7d0e73e317e39ad565043f05f2dbe3563b957bd284f62228f9761a430132947bd218d4e7f6d7ea462f2ebafd88c343c50b4aac6c3cce46e3cc5fbc87cf0a
7
+ data.tar.gz: 28f9279d5bd4421f2856f677f823975158d12d337e82c29d19c452cc5d0f159a738683d81f9367167c918dee02740dbeab8d911ff6e135653ed6d882661c3e97
@@ -1,12 +1,23 @@
1
1
  language: ruby
2
- rvm:
3
- - 2.4.6
4
- - 2.5.5
5
2
  install: bundle install
6
- gemfile:
7
- - gemfiles/4.2.10.gemfile
8
- - gemfiles/5.0.gemfile
9
- - gemfiles/5.1.gemfile
10
- - gemfiles/5.2.gemfile
11
-
12
- script: "bundle exec rake spec"
3
+ rvm:
4
+ - 2.4
5
+ - 2.5
6
+ - 2.6
7
+ matrix:
8
+ exclude:
9
+ - rvm: 2.4
10
+ gemfile: gemfiles/6.0.gemfile
11
+ - rvm: 2.6
12
+ gemfile: gemfiles/4.2.10.gemfile
13
+ - rvm: 2.6
14
+ gemfile: gemfiles/5.1.gemfile
15
+ - rvm: 2.6
16
+ gemfile: gemfiles/5.0.gemfile
17
+ gemfiles:
18
+ - gemfiles/6.0.gemfile
19
+ - gemfiles/4.2.10.gemfile
20
+ - gemfiles/5.1.gemfile
21
+ - gemfiles/5.2.gemfile
22
+ - gemfiles/5.0.gemfile
23
+ script: "bundle exec rake spec"
data/Appraisals CHANGED
@@ -7,3 +7,7 @@ end
7
7
  gem "rails", "~> 5.#{version}.0"
8
8
  end
9
9
  end
10
+
11
+ appraise "6.0" do
12
+ gem "rails", "~> 6.0.0"
13
+ end
data/Gemfile CHANGED
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in asset_symlink.gemspec
4
4
  gemspec
5
-
6
5
  gem 'rails', '>=4.0.4'
7
6
  gem "appraisal"
7
+ gem "sprockets", '~>3'
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_development_dependency "appraisal"
22
- spec.add_runtime_dependency "rails", '>=4', '< 6.0'
22
+ spec.add_runtime_dependency "rails", '>=4', '< 7'
23
23
  spec.add_development_dependency "bundler", "~> 1.5"
24
24
  spec.add_development_dependency "rake", '< 11.0'
25
25
  spec.add_development_dependency "rspec", "~>2.14.0"
@@ -4,5 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "4.2.10"
6
6
  gem "appraisal"
7
+ gem "sprockets", "~>3"
7
8
 
8
9
  gemspec path: "../"
@@ -4,5 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.0.0"
6
6
  gem "appraisal"
7
+ gem "sprockets", "~>3"
7
8
 
8
9
  gemspec path: "../"
@@ -4,5 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.1.0"
6
6
  gem "appraisal"
7
+ gem "sprockets", "~>3"
7
8
 
8
9
  gemspec path: "../"
@@ -4,5 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.2.0"
6
6
  gem "appraisal"
7
+ gem "sprockets", "~>3"
7
8
 
8
9
  gemspec path: "../"
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.0.0"
6
+ gem "appraisal"
7
+ gem "sprockets", "~>3"
8
+
9
+ gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module AssetSymlink
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -19,6 +19,9 @@ module Dummy
19
19
  # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
20
20
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
21
21
  # config.i18n.default_locale = :de
22
+ if config.respond_to? :load_defaults
23
+ config.load_defaults Rails.version[0,3]
24
+ end
22
25
  config.assets.compile = false
23
26
  config.assets.precompile += ['3rdparty/lib.js']
24
27
  config.asset_symlink = ['application.js', {'3rdparty/lib.js' => '3rdparty/all.js'}]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asset_symlink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frederick Cheung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-15 00:00:00.000000000 Z
11
+ date: 2020-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appraisal
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '4'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '6.0'
36
+ version: '7'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '4'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '6.0'
46
+ version: '7'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: bundler
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -102,13 +102,10 @@ files:
102
102
  - Rakefile
103
103
  - asset_symlink.gemspec
104
104
  - gemfiles/4.2.10.gemfile
105
- - gemfiles/4.2.10.gemfile.lock
106
105
  - gemfiles/5.0.gemfile
107
- - gemfiles/5.0.gemfile.lock
108
106
  - gemfiles/5.1.gemfile
109
- - gemfiles/5.1.gemfile.lock
110
107
  - gemfiles/5.2.gemfile
111
- - gemfiles/5.2.gemfile.lock
108
+ - gemfiles/6.0.gemfile
112
109
  - lib/asset_symlink.rb
113
110
  - lib/asset_symlink/railtie.rb
114
111
  - lib/asset_symlink/tasks/symlink.rake
@@ -166,8 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
163
  - !ruby/object:Gem::Version
167
164
  version: '0'
168
165
  requirements: []
169
- rubyforge_project:
170
- rubygems_version: 2.7.6.2
166
+ rubygems_version: 3.0.3
171
167
  signing_key:
172
168
  specification_version: 4
173
169
  summary: easily make assets available under a consistent public name
@@ -1,128 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- asset_symlink (0.3.0)
5
- rails (>= 4, <= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (4.2.10)
11
- actionpack (= 4.2.10)
12
- actionview (= 4.2.10)
13
- activejob (= 4.2.10)
14
- 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)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.10)
24
- activesupport (= 4.2.10)
25
- 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.3)
29
- activejob (4.2.10)
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)
41
- minitest (~> 5.1)
42
- thread_safe (~> 0.3, >= 0.3.4)
43
- tzinfo (~> 1.1)
44
- appraisal (2.2.0)
45
- bundler
46
- rake
47
- thor (>= 0.14.0)
48
- arel (6.0.4)
49
- builder (3.2.3)
50
- concurrent-ruby (1.0.5)
51
- crass (1.0.3)
52
- diff-lcs (1.3)
53
- erubis (2.7.0)
54
- globalid (0.4.1)
55
- activesupport (>= 4.2.0)
56
- i18n (0.9.1)
57
- concurrent-ruby (~> 1.0)
58
- loofah (2.1.1)
59
- crass (~> 1.0.2)
60
- nokogiri (>= 1.5.9)
61
- mail (2.7.0)
62
- mini_mime (>= 0.1.1)
63
- mini_mime (1.0.0)
64
- mini_portile2 (2.3.0)
65
- minitest (5.11.1)
66
- nokogiri (1.8.1)
67
- mini_portile2 (~> 2.3.0)
68
- rack (1.6.8)
69
- rack-test (0.6.3)
70
- rack (>= 1.0)
71
- rails (4.2.10)
72
- actionmailer (= 4.2.10)
73
- actionpack (= 4.2.10)
74
- actionview (= 4.2.10)
75
- activejob (= 4.2.10)
76
- activemodel (= 4.2.10)
77
- activerecord (= 4.2.10)
78
- activesupport (= 4.2.10)
79
- bundler (>= 1.3.0, < 2.0)
80
- railties (= 4.2.10)
81
- sprockets-rails
82
- rails-deprecated_sanitizer (1.0.3)
83
- activesupport (>= 4.2.0.alpha)
84
- rails-dom-testing (1.0.9)
85
- activesupport (>= 4.2.0, < 5.0)
86
- nokogiri (~> 1.6)
87
- rails-deprecated_sanitizer (>= 1.0.1)
88
- rails-html-sanitizer (1.0.3)
89
- loofah (~> 2.0)
90
- railties (4.2.10)
91
- actionpack (= 4.2.10)
92
- activesupport (= 4.2.10)
93
- rake (>= 0.8.7)
94
- thor (>= 0.18.1, < 2.0)
95
- rake (10.5.0)
96
- rspec (2.14.1)
97
- rspec-core (~> 2.14.0)
98
- rspec-expectations (~> 2.14.0)
99
- rspec-mocks (~> 2.14.0)
100
- rspec-core (2.14.8)
101
- rspec-expectations (2.14.5)
102
- diff-lcs (>= 1.1.3, < 2.0)
103
- rspec-mocks (2.14.6)
104
- sprockets (3.7.1)
105
- concurrent-ruby (~> 1.0)
106
- rack (> 1, < 3)
107
- sprockets-rails (3.2.1)
108
- actionpack (>= 4.0)
109
- activesupport (>= 4.0)
110
- sprockets (>= 3.0.0)
111
- thor (0.20.0)
112
- thread_safe (0.3.6)
113
- tzinfo (1.2.4)
114
- thread_safe (~> 0.1)
115
-
116
- PLATFORMS
117
- ruby
118
-
119
- DEPENDENCIES
120
- appraisal
121
- asset_symlink!
122
- bundler (~> 1.5)
123
- rails (= 4.2.10)
124
- rake (< 11.0)
125
- rspec (~> 2.14.0)
126
-
127
- BUNDLED WITH
128
- 1.17.1
@@ -1,135 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- asset_symlink (0.3.0)
5
- rails (>= 4, <= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.0.6)
11
- actionpack (= 5.0.6)
12
- nio4r (>= 1.2, < 3.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.0.6)
15
- actionpack (= 5.0.6)
16
- actionview (= 5.0.6)
17
- activejob (= 5.0.6)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.0.6)
21
- actionview (= 5.0.6)
22
- activesupport (= 5.0.6)
23
- rack (~> 2.0)
24
- rack-test (~> 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.0.6)
28
- activesupport (= 5.0.6)
29
- builder (~> 3.1)
30
- erubis (~> 2.7.0)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.0.6)
34
- activesupport (= 5.0.6)
35
- globalid (>= 0.3.6)
36
- activemodel (5.0.6)
37
- activesupport (= 5.0.6)
38
- activerecord (5.0.6)
39
- activemodel (= 5.0.6)
40
- activesupport (= 5.0.6)
41
- arel (~> 7.0)
42
- activesupport (5.0.6)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (~> 0.7)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- appraisal (2.2.0)
48
- bundler
49
- rake
50
- thor (>= 0.14.0)
51
- arel (7.1.4)
52
- builder (3.2.3)
53
- concurrent-ruby (1.0.5)
54
- crass (1.0.3)
55
- diff-lcs (1.3)
56
- erubis (2.7.0)
57
- globalid (0.4.1)
58
- activesupport (>= 4.2.0)
59
- i18n (0.9.1)
60
- concurrent-ruby (~> 1.0)
61
- loofah (2.1.1)
62
- crass (~> 1.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.7.0)
65
- mini_mime (>= 0.1.1)
66
- method_source (0.9.0)
67
- mini_mime (1.0.0)
68
- mini_portile2 (2.3.0)
69
- minitest (5.11.1)
70
- nio4r (2.2.0)
71
- nokogiri (1.8.1)
72
- mini_portile2 (~> 2.3.0)
73
- rack (2.0.3)
74
- rack-test (0.6.3)
75
- rack (>= 1.0)
76
- rails (5.0.6)
77
- actioncable (= 5.0.6)
78
- actionmailer (= 5.0.6)
79
- actionpack (= 5.0.6)
80
- actionview (= 5.0.6)
81
- activejob (= 5.0.6)
82
- activemodel (= 5.0.6)
83
- activerecord (= 5.0.6)
84
- activesupport (= 5.0.6)
85
- bundler (>= 1.3.0)
86
- railties (= 5.0.6)
87
- sprockets-rails (>= 2.0.0)
88
- rails-dom-testing (2.0.3)
89
- activesupport (>= 4.2.0)
90
- nokogiri (>= 1.6)
91
- rails-html-sanitizer (1.0.3)
92
- loofah (~> 2.0)
93
- railties (5.0.6)
94
- actionpack (= 5.0.6)
95
- activesupport (= 5.0.6)
96
- method_source
97
- rake (>= 0.8.7)
98
- thor (>= 0.18.1, < 2.0)
99
- rake (10.5.0)
100
- rspec (2.14.1)
101
- rspec-core (~> 2.14.0)
102
- rspec-expectations (~> 2.14.0)
103
- rspec-mocks (~> 2.14.0)
104
- rspec-core (2.14.8)
105
- rspec-expectations (2.14.5)
106
- diff-lcs (>= 1.1.3, < 2.0)
107
- rspec-mocks (2.14.6)
108
- sprockets (3.7.1)
109
- concurrent-ruby (~> 1.0)
110
- rack (> 1, < 3)
111
- sprockets-rails (3.2.1)
112
- actionpack (>= 4.0)
113
- activesupport (>= 4.0)
114
- sprockets (>= 3.0.0)
115
- thor (0.20.0)
116
- thread_safe (0.3.6)
117
- tzinfo (1.2.4)
118
- thread_safe (~> 0.1)
119
- websocket-driver (0.6.5)
120
- websocket-extensions (>= 0.1.0)
121
- websocket-extensions (0.1.3)
122
-
123
- PLATFORMS
124
- ruby
125
-
126
- DEPENDENCIES
127
- appraisal
128
- asset_symlink!
129
- bundler (~> 1.5)
130
- rails (~> 5.0.0)
131
- rake (< 11.0)
132
- rspec (~> 2.14.0)
133
-
134
- BUNDLED WITH
135
- 1.17.1
@@ -1,135 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- asset_symlink (0.3.0)
5
- rails (>= 4, <= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.1.4)
11
- actionpack (= 5.1.4)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.4)
15
- actionpack (= 5.1.4)
16
- actionview (= 5.1.4)
17
- activejob (= 5.1.4)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.4)
21
- actionview (= 5.1.4)
22
- activesupport (= 5.1.4)
23
- rack (~> 2.0)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.4)
28
- activesupport (= 5.1.4)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.4)
34
- activesupport (= 5.1.4)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.4)
37
- activesupport (= 5.1.4)
38
- activerecord (5.1.4)
39
- activemodel (= 5.1.4)
40
- activesupport (= 5.1.4)
41
- arel (~> 8.0)
42
- activesupport (5.1.4)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (~> 0.7)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- appraisal (2.2.0)
48
- bundler
49
- rake
50
- thor (>= 0.14.0)
51
- arel (8.0.0)
52
- builder (3.2.3)
53
- concurrent-ruby (1.0.5)
54
- crass (1.0.3)
55
- diff-lcs (1.3)
56
- erubi (1.7.0)
57
- globalid (0.4.1)
58
- activesupport (>= 4.2.0)
59
- i18n (0.9.1)
60
- concurrent-ruby (~> 1.0)
61
- loofah (2.1.1)
62
- crass (~> 1.0.2)
63
- nokogiri (>= 1.5.9)
64
- mail (2.7.0)
65
- mini_mime (>= 0.1.1)
66
- method_source (0.9.0)
67
- mini_mime (1.0.0)
68
- mini_portile2 (2.3.0)
69
- minitest (5.11.1)
70
- nio4r (2.2.0)
71
- nokogiri (1.8.1)
72
- mini_portile2 (~> 2.3.0)
73
- rack (2.0.3)
74
- rack-test (0.8.2)
75
- rack (>= 1.0, < 3)
76
- rails (5.1.4)
77
- actioncable (= 5.1.4)
78
- actionmailer (= 5.1.4)
79
- actionpack (= 5.1.4)
80
- actionview (= 5.1.4)
81
- activejob (= 5.1.4)
82
- activemodel (= 5.1.4)
83
- activerecord (= 5.1.4)
84
- activesupport (= 5.1.4)
85
- bundler (>= 1.3.0)
86
- railties (= 5.1.4)
87
- sprockets-rails (>= 2.0.0)
88
- rails-dom-testing (2.0.3)
89
- activesupport (>= 4.2.0)
90
- nokogiri (>= 1.6)
91
- rails-html-sanitizer (1.0.3)
92
- loofah (~> 2.0)
93
- railties (5.1.4)
94
- actionpack (= 5.1.4)
95
- activesupport (= 5.1.4)
96
- method_source
97
- rake (>= 0.8.7)
98
- thor (>= 0.18.1, < 2.0)
99
- rake (10.5.0)
100
- rspec (2.14.1)
101
- rspec-core (~> 2.14.0)
102
- rspec-expectations (~> 2.14.0)
103
- rspec-mocks (~> 2.14.0)
104
- rspec-core (2.14.8)
105
- rspec-expectations (2.14.5)
106
- diff-lcs (>= 1.1.3, < 2.0)
107
- rspec-mocks (2.14.6)
108
- sprockets (3.7.1)
109
- concurrent-ruby (~> 1.0)
110
- rack (> 1, < 3)
111
- sprockets-rails (3.2.1)
112
- actionpack (>= 4.0)
113
- activesupport (>= 4.0)
114
- sprockets (>= 3.0.0)
115
- thor (0.20.0)
116
- thread_safe (0.3.6)
117
- tzinfo (1.2.4)
118
- thread_safe (~> 0.1)
119
- websocket-driver (0.6.5)
120
- websocket-extensions (>= 0.1.0)
121
- websocket-extensions (0.1.3)
122
-
123
- PLATFORMS
124
- ruby
125
-
126
- DEPENDENCIES
127
- appraisal
128
- asset_symlink!
129
- bundler (~> 1.5)
130
- rails (~> 5.1.0)
131
- rake (< 11.0)
132
- rspec (~> 2.14.0)
133
-
134
- BUNDLED WITH
135
- 1.17.1
@@ -1,143 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- asset_symlink (0.3.0)
5
- rails (>= 4, <= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
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)
18
- mail (~> 2.5, >= 2.5.4)
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)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.0)
28
- activesupport (= 5.2.0)
29
- builder (~> 3.1)
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)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- appraisal (2.2.0)
52
- bundler
53
- rake
54
- thor (>= 0.14.0)
55
- arel (9.0.0)
56
- builder (3.2.3)
57
- concurrent-ruby (1.1.3)
58
- crass (1.0.4)
59
- diff-lcs (1.3)
60
- erubi (1.7.1)
61
- globalid (0.4.1)
62
- activesupport (>= 4.2.0)
63
- i18n (1.1.1)
64
- concurrent-ruby (~> 1.0)
65
- loofah (2.2.3)
66
- crass (~> 1.0.2)
67
- nokogiri (>= 1.5.9)
68
- mail (2.7.1)
69
- mini_mime (>= 0.1.1)
70
- marcel (0.3.3)
71
- mimemagic (~> 0.3.2)
72
- method_source (0.9.1)
73
- mimemagic (0.3.2)
74
- mini_mime (1.0.1)
75
- mini_portile2 (2.3.0)
76
- minitest (5.11.3)
77
- nio4r (2.3.1)
78
- nokogiri (1.8.5)
79
- mini_portile2 (~> 2.3.0)
80
- rack (2.0.6)
81
- rack-test (1.1.0)
82
- rack (>= 1.0, < 3)
83
- rails (5.2.0)
84
- actioncable (= 5.2.0)
85
- actionmailer (= 5.2.0)
86
- actionpack (= 5.2.0)
87
- actionview (= 5.2.0)
88
- activejob (= 5.2.0)
89
- activemodel (= 5.2.0)
90
- activerecord (= 5.2.0)
91
- activestorage (= 5.2.0)
92
- activesupport (= 5.2.0)
93
- bundler (>= 1.3.0)
94
- railties (= 5.2.0)
95
- sprockets-rails (>= 2.0.0)
96
- rails-dom-testing (2.0.3)
97
- activesupport (>= 4.2.0)
98
- nokogiri (>= 1.6)
99
- rails-html-sanitizer (1.0.4)
100
- loofah (~> 2.2, >= 2.2.2)
101
- railties (5.2.0)
102
- actionpack (= 5.2.0)
103
- activesupport (= 5.2.0)
104
- method_source
105
- rake (>= 0.8.7)
106
- thor (>= 0.18.1, < 2.0)
107
- rake (10.5.0)
108
- rspec (2.14.1)
109
- rspec-core (~> 2.14.0)
110
- rspec-expectations (~> 2.14.0)
111
- rspec-mocks (~> 2.14.0)
112
- rspec-core (2.14.8)
113
- rspec-expectations (2.14.5)
114
- diff-lcs (>= 1.1.3, < 2.0)
115
- rspec-mocks (2.14.6)
116
- sprockets (3.7.2)
117
- concurrent-ruby (~> 1.0)
118
- rack (> 1, < 3)
119
- sprockets-rails (3.2.1)
120
- actionpack (>= 4.0)
121
- activesupport (>= 4.0)
122
- sprockets (>= 3.0.0)
123
- thor (0.20.0)
124
- thread_safe (0.3.6)
125
- tzinfo (1.2.5)
126
- thread_safe (~> 0.1)
127
- websocket-driver (0.7.0)
128
- websocket-extensions (>= 0.1.0)
129
- websocket-extensions (0.1.3)
130
-
131
- PLATFORMS
132
- ruby
133
-
134
- DEPENDENCIES
135
- appraisal
136
- asset_symlink!
137
- bundler (~> 1.5)
138
- rails (~> 5.2.0)
139
- rake (< 11.0)
140
- rspec (~> 2.14.0)
141
-
142
- BUNDLED WITH
143
- 1.17.1