flash_rails_messages 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,181 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ flash_rails_messages (1.0.1)
5
+ rails (>= 4.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.0.0)
11
+ actionpack (= 6.0.0)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.0)
15
+ actionpack (= 6.0.0)
16
+ activejob (= 6.0.0)
17
+ activerecord (= 6.0.0)
18
+ activestorage (= 6.0.0)
19
+ activesupport (= 6.0.0)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.0)
22
+ actionpack (= 6.0.0)
23
+ actionview (= 6.0.0)
24
+ activejob (= 6.0.0)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.0)
28
+ actionview (= 6.0.0)
29
+ activesupport (= 6.0.0)
30
+ rack (~> 2.0)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.0)
35
+ actionpack (= 6.0.0)
36
+ activerecord (= 6.0.0)
37
+ activestorage (= 6.0.0)
38
+ activesupport (= 6.0.0)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.0)
41
+ activesupport (= 6.0.0)
42
+ builder (~> 3.1)
43
+ erubi (~> 1.4)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.0)
47
+ activesupport (= 6.0.0)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.0)
50
+ activesupport (= 6.0.0)
51
+ activerecord (6.0.0)
52
+ activemodel (= 6.0.0)
53
+ activesupport (= 6.0.0)
54
+ activestorage (6.0.0)
55
+ actionpack (= 6.0.0)
56
+ activejob (= 6.0.0)
57
+ activerecord (= 6.0.0)
58
+ marcel (~> 0.3.1)
59
+ activesupport (6.0.0)
60
+ concurrent-ruby (~> 1.0, >= 1.0.2)
61
+ i18n (>= 0.7, < 2)
62
+ minitest (~> 5.1)
63
+ tzinfo (~> 1.1)
64
+ zeitwerk (~> 2.1, >= 2.1.8)
65
+ appraisal (2.2.0)
66
+ bundler
67
+ rake
68
+ thor (>= 0.14.0)
69
+ builder (3.2.3)
70
+ concurrent-ruby (1.1.5)
71
+ coveralls (0.8.23)
72
+ json (>= 1.8, < 3)
73
+ simplecov (~> 0.16.1)
74
+ term-ansicolor (~> 1.3)
75
+ thor (>= 0.19.4, < 2.0)
76
+ tins (~> 1.6)
77
+ crass (1.0.4)
78
+ diff-lcs (1.3)
79
+ docile (1.3.2)
80
+ erubi (1.8.0)
81
+ globalid (0.4.2)
82
+ activesupport (>= 4.2.0)
83
+ i18n (1.6.0)
84
+ concurrent-ruby (~> 1.0)
85
+ json (2.2.0)
86
+ loofah (2.2.3)
87
+ crass (~> 1.0.2)
88
+ nokogiri (>= 1.5.9)
89
+ mail (2.7.1)
90
+ mini_mime (>= 0.1.1)
91
+ marcel (0.3.3)
92
+ mimemagic (~> 0.3.2)
93
+ method_source (0.9.2)
94
+ mimemagic (0.3.3)
95
+ mini_mime (1.0.2)
96
+ mini_portile2 (2.4.0)
97
+ minitest (5.11.3)
98
+ nio4r (2.4.0)
99
+ nokogiri (1.10.4)
100
+ mini_portile2 (~> 2.4.0)
101
+ rack (2.0.7)
102
+ rack-test (1.1.0)
103
+ rack (>= 1.0, < 3)
104
+ rails (6.0.0)
105
+ actioncable (= 6.0.0)
106
+ actionmailbox (= 6.0.0)
107
+ actionmailer (= 6.0.0)
108
+ actionpack (= 6.0.0)
109
+ actiontext (= 6.0.0)
110
+ actionview (= 6.0.0)
111
+ activejob (= 6.0.0)
112
+ activemodel (= 6.0.0)
113
+ activerecord (= 6.0.0)
114
+ activestorage (= 6.0.0)
115
+ activesupport (= 6.0.0)
116
+ bundler (>= 1.3.0)
117
+ railties (= 6.0.0)
118
+ sprockets-rails (>= 2.0.0)
119
+ rails-dom-testing (2.0.3)
120
+ activesupport (>= 4.2.0)
121
+ nokogiri (>= 1.6)
122
+ rails-html-sanitizer (1.2.0)
123
+ loofah (~> 2.2, >= 2.2.2)
124
+ railties (6.0.0)
125
+ actionpack (= 6.0.0)
126
+ activesupport (= 6.0.0)
127
+ method_source
128
+ rake (>= 0.8.7)
129
+ thor (>= 0.20.3, < 2.0)
130
+ rake (12.3.3)
131
+ rspec (3.8.0)
132
+ rspec-core (~> 3.8.0)
133
+ rspec-expectations (~> 3.8.0)
134
+ rspec-mocks (~> 3.8.0)
135
+ rspec-core (3.8.2)
136
+ rspec-support (~> 3.8.0)
137
+ rspec-expectations (3.8.4)
138
+ diff-lcs (>= 1.2.0, < 2.0)
139
+ rspec-support (~> 3.8.0)
140
+ rspec-mocks (3.8.1)
141
+ diff-lcs (>= 1.2.0, < 2.0)
142
+ rspec-support (~> 3.8.0)
143
+ rspec-support (3.8.2)
144
+ simplecov (0.16.1)
145
+ docile (~> 1.1)
146
+ json (>= 1.8, < 3)
147
+ simplecov-html (~> 0.10.0)
148
+ simplecov-html (0.10.2)
149
+ sprockets (3.7.2)
150
+ concurrent-ruby (~> 1.0)
151
+ rack (> 1, < 3)
152
+ sprockets-rails (3.2.1)
153
+ actionpack (>= 4.0)
154
+ activesupport (>= 4.0)
155
+ sprockets (>= 3.0.0)
156
+ term-ansicolor (1.7.1)
157
+ tins (~> 1.0)
158
+ thor (0.20.3)
159
+ thread_safe (0.3.6)
160
+ tins (1.21.1)
161
+ tzinfo (1.2.5)
162
+ thread_safe (~> 0.1)
163
+ websocket-driver (0.7.1)
164
+ websocket-extensions (>= 0.1.0)
165
+ websocket-extensions (0.1.4)
166
+ zeitwerk (2.1.9)
167
+
168
+ PLATFORMS
169
+ ruby
170
+
171
+ DEPENDENCIES
172
+ appraisal (~> 2.2)
173
+ bundler (~> 2.0)
174
+ coveralls (~> 0.8)
175
+ flash_rails_messages!
176
+ rails (~> 6.0)
177
+ rake (~> 12.0)
178
+ rspec (~> 3.8)
179
+
180
+ BUNDLED WITH
181
+ 2.0.2
@@ -1,3 +1,3 @@
1
1
  module FlashRailsMessages
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -10,8 +10,8 @@ module FlashRailsMessages
10
10
  end
11
11
 
12
12
  def close_element
13
- content_tag :button, type: 'button', class: 'close', :'data-dismiss' => 'alert' do
14
- content_tag(:span, '&times;'.html_safe, :'aria-hidden' => 'true') +
13
+ content_tag :button, type: 'button', class: 'close', 'data-dismiss': 'alert' do
14
+ content_tag(:span, '&times;'.html_safe, 'aria-hidden': 'true') +
15
15
  content_tag(:span, 'Close', class: 'sr-only')
16
16
  end
17
17
  end
@@ -4,7 +4,7 @@ module FlashRailsMessages
4
4
  # =========================================
5
5
 
6
6
  def alert_element(type, message)
7
- content_tag :div, class: alert_classes(type), :'data-alert' => '' do
7
+ content_tag :div, class: alert_classes(type), 'data-alert': '' do
8
8
  close_element + message.html_safe
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,44 +1,100 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flash_rails_messages
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Gutiérrez
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-22 00:00:00.000000000 Z
11
+ date: 2019-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
20
- type: :runtime
19
+ version: '12.0'
20
+ type: :development
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: '12.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.4'
33
+ version: '3.8'
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: '3.4'
41
- description: A simple helper to display flash rails messages
40
+ version: '3.8'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: appraisal
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.2'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '2.2'
69
+ - !ruby/object:Gem::Dependency
70
+ name: coveralls
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.8'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.8'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rails
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '4.2'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '4.2'
97
+ description: This gems provides an easy way to display flash rails messages
42
98
  email:
43
99
  - alejandrodevs@gmail.com
44
100
  executables: []
@@ -49,17 +105,18 @@ files:
49
105
  - ".rspec"
50
106
  - ".travis.yml"
51
107
  - Appraisals
108
+ - CODE_OF_CONDUCT.md
52
109
  - Gemfile
53
110
  - LICENSE.txt
54
111
  - README.md
55
112
  - Rakefile
113
+ - bin/console
114
+ - bin/setup
56
115
  - flash_rails_messages.gemspec
57
- - gemfiles/rails_4.gemfile
58
- - gemfiles/rails_4.gemfile.lock
59
116
  - gemfiles/rails_5.2.gemfile
60
117
  - gemfiles/rails_5.2.gemfile.lock
61
- - gemfiles/rails_5.gemfile
62
- - gemfiles/rails_5.gemfile.lock
118
+ - gemfiles/rails_6.0.gemfile
119
+ - gemfiles/rails_6.0.gemfile.lock
63
120
  - lib/flash_rails_messages.rb
64
121
  - lib/flash_rails_messages/base.rb
65
122
  - lib/flash_rails_messages/helper.rb
@@ -67,12 +124,13 @@ files:
67
124
  - lib/generators/flash_rails_messages/install_generator.rb
68
125
  - lib/generators/flash_rails_messages/templates/config/initializers/flash_rails_messages_bootstrap.rb
69
126
  - lib/generators/flash_rails_messages/templates/config/initializers/flash_rails_messages_foundation.rb
70
- - spec/flash_rails_messages_spec.rb
71
- - spec/spec_helper.rb
72
127
  homepage: https://github.com/alejandrodevs/flash_rails_messages
73
128
  licenses:
74
129
  - MIT
75
- metadata: {}
130
+ metadata:
131
+ homepage_uri: https://github.com/alejandrodevs/flash_rails_messages
132
+ source_code_uri: https://github.com/alejandrodevs/flash_rails_messages
133
+ changelog_uri: https://github.com/alejandrodevs/flash_rails_messages/blob/master/LICENSE.txt
76
134
  post_install_message:
77
135
  rdoc_options: []
78
136
  require_paths:
@@ -81,18 +139,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
139
  requirements:
82
140
  - - ">="
83
141
  - !ruby/object:Gem::Version
84
- version: 2.0.0
142
+ version: '0'
85
143
  required_rubygems_version: !ruby/object:Gem::Requirement
86
144
  requirements:
87
145
  - - ">="
88
146
  - !ruby/object:Gem::Version
89
147
  version: '0'
90
148
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.7.3
149
+ rubygems_version: 3.0.3
93
150
  signing_key:
94
151
  specification_version: 4
95
152
  summary: This gems provides an easy way to display flash rails messages
96
- test_files:
97
- - spec/flash_rails_messages_spec.rb
98
- - spec/spec_helper.rb
153
+ test_files: []
@@ -1,155 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- flash_rails_messages (1.0.0)
5
- rails (>= 4.0)
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
- coveralls (0.7.2)
52
- multi_json (~> 1.3)
53
- rest-client (= 1.6.7)
54
- simplecov (>= 0.7)
55
- term-ansicolor (= 1.2.2)
56
- thor (= 0.18.1)
57
- crass (1.0.4)
58
- diff-lcs (1.3)
59
- docile (1.3.0)
60
- erubis (2.7.0)
61
- globalid (0.4.1)
62
- activesupport (>= 4.2.0)
63
- i18n (0.9.5)
64
- concurrent-ruby (~> 1.0)
65
- json (2.1.0)
66
- loofah (2.2.2)
67
- crass (~> 1.0.2)
68
- nokogiri (>= 1.5.9)
69
- mail (2.7.0)
70
- mini_mime (>= 0.1.1)
71
- mime-types (3.1)
72
- mime-types-data (~> 3.2015)
73
- mime-types-data (3.2016.0521)
74
- mini_mime (1.0.0)
75
- mini_portile2 (2.3.0)
76
- minitest (5.11.3)
77
- multi_json (1.13.1)
78
- nokogiri (1.8.2)
79
- mini_portile2 (~> 2.3.0)
80
- rack (1.6.10)
81
- rack-test (0.6.3)
82
- rack (>= 1.0)
83
- rails (4.2.10)
84
- actionmailer (= 4.2.10)
85
- actionpack (= 4.2.10)
86
- actionview (= 4.2.10)
87
- activejob (= 4.2.10)
88
- activemodel (= 4.2.10)
89
- activerecord (= 4.2.10)
90
- activesupport (= 4.2.10)
91
- bundler (>= 1.3.0, < 2.0)
92
- railties (= 4.2.10)
93
- sprockets-rails
94
- rails-deprecated_sanitizer (1.0.3)
95
- activesupport (>= 4.2.0.alpha)
96
- rails-dom-testing (1.0.9)
97
- activesupport (>= 4.2.0, < 5.0)
98
- nokogiri (~> 1.6)
99
- rails-deprecated_sanitizer (>= 1.0.1)
100
- rails-html-sanitizer (1.0.4)
101
- loofah (~> 2.2, >= 2.2.2)
102
- railties (4.2.10)
103
- actionpack (= 4.2.10)
104
- activesupport (= 4.2.10)
105
- rake (>= 0.8.7)
106
- thor (>= 0.18.1, < 2.0)
107
- rake (12.3.1)
108
- rest-client (1.6.7)
109
- mime-types (>= 1.16)
110
- rspec (3.7.0)
111
- rspec-core (~> 3.7.0)
112
- rspec-expectations (~> 3.7.0)
113
- rspec-mocks (~> 3.7.0)
114
- rspec-core (3.7.1)
115
- rspec-support (~> 3.7.0)
116
- rspec-expectations (3.7.0)
117
- diff-lcs (>= 1.2.0, < 2.0)
118
- rspec-support (~> 3.7.0)
119
- rspec-mocks (3.7.0)
120
- diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.7.0)
122
- rspec-support (3.7.1)
123
- simplecov (0.16.1)
124
- docile (~> 1.1)
125
- json (>= 1.8, < 3)
126
- simplecov-html (~> 0.10.0)
127
- simplecov-html (0.10.2)
128
- sprockets (3.7.1)
129
- concurrent-ruby (~> 1.0)
130
- rack (> 1, < 3)
131
- sprockets-rails (3.2.1)
132
- actionpack (>= 4.0)
133
- activesupport (>= 4.0)
134
- sprockets (>= 3.0.0)
135
- term-ansicolor (1.2.2)
136
- tins (~> 0.8)
137
- thor (0.18.1)
138
- thread_safe (0.3.6)
139
- tins (0.13.2)
140
- tzinfo (1.2.5)
141
- thread_safe (~> 0.1)
142
-
143
- PLATFORMS
144
- ruby
145
-
146
- DEPENDENCIES
147
- appraisal
148
- coveralls
149
- flash_rails_messages!
150
- rails (~> 4.2)
151
- rspec (~> 3.4)
152
- simplecov
153
-
154
- BUNDLED WITH
155
- 1.16.2
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "simplecov"
6
- gem "appraisal"
7
- gem "coveralls", require: false
8
- gem "rails", "~> 5.0.0"
9
-
10
- gemspec path: "../"
@@ -1,162 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- flash_rails_messages (1.0.0)
5
- rails (>= 4.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.0.7)
11
- actionpack (= 5.0.7)
12
- nio4r (>= 1.2, < 3.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.0.7)
15
- actionpack (= 5.0.7)
16
- actionview (= 5.0.7)
17
- activejob (= 5.0.7)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.0.7)
21
- actionview (= 5.0.7)
22
- activesupport (= 5.0.7)
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.7)
28
- activesupport (= 5.0.7)
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.7)
34
- activesupport (= 5.0.7)
35
- globalid (>= 0.3.6)
36
- activemodel (5.0.7)
37
- activesupport (= 5.0.7)
38
- activerecord (5.0.7)
39
- activemodel (= 5.0.7)
40
- activesupport (= 5.0.7)
41
- arel (~> 7.0)
42
- activesupport (5.0.7)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
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
- coveralls (0.7.2)
55
- multi_json (~> 1.3)
56
- rest-client (= 1.6.7)
57
- simplecov (>= 0.7)
58
- term-ansicolor (= 1.2.2)
59
- thor (= 0.18.1)
60
- crass (1.0.4)
61
- diff-lcs (1.3)
62
- docile (1.3.0)
63
- erubis (2.7.0)
64
- globalid (0.4.1)
65
- activesupport (>= 4.2.0)
66
- i18n (1.0.1)
67
- concurrent-ruby (~> 1.0)
68
- json (2.1.0)
69
- loofah (2.2.2)
70
- crass (~> 1.0.2)
71
- nokogiri (>= 1.5.9)
72
- mail (2.7.0)
73
- mini_mime (>= 0.1.1)
74
- method_source (0.9.0)
75
- mime-types (3.1)
76
- mime-types-data (~> 3.2015)
77
- mime-types-data (3.2016.0521)
78
- mini_mime (1.0.0)
79
- mini_portile2 (2.3.0)
80
- minitest (5.11.3)
81
- multi_json (1.13.1)
82
- nio4r (2.3.1)
83
- nokogiri (1.8.2)
84
- mini_portile2 (~> 2.3.0)
85
- rack (2.0.5)
86
- rack-test (0.6.3)
87
- rack (>= 1.0)
88
- rails (5.0.7)
89
- actioncable (= 5.0.7)
90
- actionmailer (= 5.0.7)
91
- actionpack (= 5.0.7)
92
- actionview (= 5.0.7)
93
- activejob (= 5.0.7)
94
- activemodel (= 5.0.7)
95
- activerecord (= 5.0.7)
96
- activesupport (= 5.0.7)
97
- bundler (>= 1.3.0)
98
- railties (= 5.0.7)
99
- sprockets-rails (>= 2.0.0)
100
- rails-dom-testing (2.0.3)
101
- activesupport (>= 4.2.0)
102
- nokogiri (>= 1.6)
103
- rails-html-sanitizer (1.0.4)
104
- loofah (~> 2.2, >= 2.2.2)
105
- railties (5.0.7)
106
- actionpack (= 5.0.7)
107
- activesupport (= 5.0.7)
108
- method_source
109
- rake (>= 0.8.7)
110
- thor (>= 0.18.1, < 2.0)
111
- rake (12.3.1)
112
- rest-client (1.6.7)
113
- mime-types (>= 1.16)
114
- rspec (3.7.0)
115
- rspec-core (~> 3.7.0)
116
- rspec-expectations (~> 3.7.0)
117
- rspec-mocks (~> 3.7.0)
118
- rspec-core (3.7.1)
119
- rspec-support (~> 3.7.0)
120
- rspec-expectations (3.7.0)
121
- diff-lcs (>= 1.2.0, < 2.0)
122
- rspec-support (~> 3.7.0)
123
- rspec-mocks (3.7.0)
124
- diff-lcs (>= 1.2.0, < 2.0)
125
- rspec-support (~> 3.7.0)
126
- rspec-support (3.7.1)
127
- simplecov (0.16.1)
128
- docile (~> 1.1)
129
- json (>= 1.8, < 3)
130
- simplecov-html (~> 0.10.0)
131
- simplecov-html (0.10.2)
132
- sprockets (3.7.1)
133
- concurrent-ruby (~> 1.0)
134
- rack (> 1, < 3)
135
- sprockets-rails (3.2.1)
136
- actionpack (>= 4.0)
137
- activesupport (>= 4.0)
138
- sprockets (>= 3.0.0)
139
- term-ansicolor (1.2.2)
140
- tins (~> 0.8)
141
- thor (0.18.1)
142
- thread_safe (0.3.6)
143
- tins (0.13.2)
144
- tzinfo (1.2.5)
145
- thread_safe (~> 0.1)
146
- websocket-driver (0.6.5)
147
- websocket-extensions (>= 0.1.0)
148
- websocket-extensions (0.1.3)
149
-
150
- PLATFORMS
151
- ruby
152
-
153
- DEPENDENCIES
154
- appraisal
155
- coveralls
156
- flash_rails_messages!
157
- rails (~> 5.0.0)
158
- rspec (~> 3.4)
159
- simplecov
160
-
161
- BUNDLED WITH
162
- 1.16.2