flash_rails_messages 0.1.4 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +5 -3
- data/Appraisals +4 -0
- data/gemfiles/rails_4.gemfile +2 -2
- data/gemfiles/rails_4.gemfile.lock +95 -89
- data/gemfiles/rails_5.2.gemfile +10 -0
- data/gemfiles/rails_5.2.gemfile.lock +170 -0
- data/gemfiles/rails_5.gemfile +2 -2
- data/gemfiles/rails_5.gemfile.lock +101 -94
- data/lib/flash_rails_messages/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 251c88f7721de95d2653832e4b0f7bebd619ee2d23060458f5c438682ff5301c
|
4
|
+
data.tar.gz: 0e1e1308d1ec05eaa01b44e53cff5642f9ac08e3eb1161e42ceaa649f6e9349e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d0043701ac8b97c2618bfebb54977631feecddd932f39c0b70c16bc29501f5753b5498ee6208ef96dc7bf05726964608467ea8f7e4974ec24dc66f3d8201aab
|
7
|
+
data.tar.gz: 2d32d1b3eb913f9c5173b3cc9138cf810e490e5763e430688c82bd54094b94e08152bd47e6bada7d6cd92d4d3e69ab6a2b2d65e3640576cfeb72d872076634b8
|
data/.travis.yml
CHANGED
data/Appraisals
CHANGED
data/gemfiles/rails_4.gemfile
CHANGED
@@ -1,137 +1,143 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
flash_rails_messages (0.
|
4
|
+
flash_rails_messages (1.0.0)
|
5
5
|
rails (>= 4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (4.2.
|
11
|
-
actionpack (= 4.2.
|
12
|
-
actionview (= 4.2.
|
13
|
-
activejob (= 4.2.
|
10
|
+
actionmailer (4.2.10)
|
11
|
+
actionpack (= 4.2.10)
|
12
|
+
actionview (= 4.2.10)
|
13
|
+
activejob (= 4.2.10)
|
14
14
|
mail (~> 2.5, >= 2.5.4)
|
15
15
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
-
actionpack (4.2.
|
17
|
-
actionview (= 4.2.
|
18
|
-
activesupport (= 4.2.
|
16
|
+
actionpack (4.2.10)
|
17
|
+
actionview (= 4.2.10)
|
18
|
+
activesupport (= 4.2.10)
|
19
19
|
rack (~> 1.6)
|
20
20
|
rack-test (~> 0.6.2)
|
21
21
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
22
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
actionview (4.2.
|
24
|
-
activesupport (= 4.2.
|
23
|
+
actionview (4.2.10)
|
24
|
+
activesupport (= 4.2.10)
|
25
25
|
builder (~> 3.1)
|
26
26
|
erubis (~> 2.7.0)
|
27
27
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
29
|
-
activejob (4.2.
|
30
|
-
activesupport (= 4.2.
|
28
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
29
|
+
activejob (4.2.10)
|
30
|
+
activesupport (= 4.2.10)
|
31
31
|
globalid (>= 0.3.0)
|
32
|
-
activemodel (4.2.
|
33
|
-
activesupport (= 4.2.
|
32
|
+
activemodel (4.2.10)
|
33
|
+
activesupport (= 4.2.10)
|
34
34
|
builder (~> 3.1)
|
35
|
-
activerecord (4.2.
|
36
|
-
activemodel (= 4.2.
|
37
|
-
activesupport (= 4.2.
|
35
|
+
activerecord (4.2.10)
|
36
|
+
activemodel (= 4.2.10)
|
37
|
+
activesupport (= 4.2.10)
|
38
38
|
arel (~> 6.0)
|
39
|
-
activesupport (4.2.
|
39
|
+
activesupport (4.2.10)
|
40
40
|
i18n (~> 0.7)
|
41
|
-
json (~> 1.7, >= 1.7.7)
|
42
41
|
minitest (~> 5.1)
|
43
42
|
thread_safe (~> 0.3, >= 0.3.4)
|
44
43
|
tzinfo (~> 1.1)
|
45
|
-
appraisal (2.
|
44
|
+
appraisal (2.2.0)
|
46
45
|
bundler
|
47
46
|
rake
|
48
47
|
thor (>= 0.14.0)
|
49
|
-
arel (6.0.
|
50
|
-
builder (3.2.
|
51
|
-
concurrent-ruby (1.0.
|
52
|
-
coveralls (0.
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
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
60
|
erubis (2.7.0)
|
61
|
-
globalid (0.
|
62
|
-
activesupport (>= 4.
|
63
|
-
i18n (0.
|
64
|
-
|
65
|
-
|
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)
|
66
68
|
nokogiri (>= 1.5.9)
|
67
|
-
mail (2.
|
68
|
-
|
69
|
-
mime-types (3.
|
69
|
+
mail (2.7.0)
|
70
|
+
mini_mime (>= 0.1.1)
|
71
|
+
mime-types (3.1)
|
70
72
|
mime-types-data (~> 3.2015)
|
71
|
-
mime-types-data (3.2016.
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
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)
|
77
81
|
rack-test (0.6.3)
|
78
82
|
rack (>= 1.0)
|
79
|
-
rails (4.2.
|
80
|
-
actionmailer (= 4.2.
|
81
|
-
actionpack (= 4.2.
|
82
|
-
actionview (= 4.2.
|
83
|
-
activejob (= 4.2.
|
84
|
-
activemodel (= 4.2.
|
85
|
-
activerecord (= 4.2.
|
86
|
-
activesupport (= 4.2.
|
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)
|
87
91
|
bundler (>= 1.3.0, < 2.0)
|
88
|
-
railties (= 4.2.
|
92
|
+
railties (= 4.2.10)
|
89
93
|
sprockets-rails
|
90
94
|
rails-deprecated_sanitizer (1.0.3)
|
91
95
|
activesupport (>= 4.2.0.alpha)
|
92
|
-
rails-dom-testing (1.0.
|
93
|
-
activesupport (>= 4.2.0
|
94
|
-
nokogiri (~> 1.6
|
96
|
+
rails-dom-testing (1.0.9)
|
97
|
+
activesupport (>= 4.2.0, < 5.0)
|
98
|
+
nokogiri (~> 1.6)
|
95
99
|
rails-deprecated_sanitizer (>= 1.0.1)
|
96
|
-
rails-html-sanitizer (1.0.
|
97
|
-
loofah (~> 2.
|
98
|
-
railties (4.2.
|
99
|
-
actionpack (= 4.2.
|
100
|
-
activesupport (= 4.2.
|
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)
|
101
105
|
rake (>= 0.8.7)
|
102
106
|
thor (>= 0.18.1, < 2.0)
|
103
|
-
rake (
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
rspec-
|
108
|
-
|
109
|
-
rspec-
|
110
|
-
rspec-
|
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)
|
111
117
|
diff-lcs (>= 1.2.0, < 2.0)
|
112
|
-
rspec-support (~> 3.
|
113
|
-
rspec-mocks (3.
|
118
|
+
rspec-support (~> 3.7.0)
|
119
|
+
rspec-mocks (3.7.0)
|
114
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
115
|
-
rspec-support (~> 3.
|
116
|
-
rspec-support (3.
|
117
|
-
simplecov (0.
|
118
|
-
docile (~> 1.1
|
119
|
-
json (
|
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)
|
120
126
|
simplecov-html (~> 0.10.0)
|
121
|
-
simplecov-html (0.10.
|
122
|
-
sprockets (3.
|
127
|
+
simplecov-html (0.10.2)
|
128
|
+
sprockets (3.7.1)
|
123
129
|
concurrent-ruby (~> 1.0)
|
124
130
|
rack (> 1, < 3)
|
125
|
-
sprockets-rails (3.
|
131
|
+
sprockets-rails (3.2.1)
|
126
132
|
actionpack (>= 4.0)
|
127
133
|
activesupport (>= 4.0)
|
128
134
|
sprockets (>= 3.0.0)
|
129
|
-
term-ansicolor (1.
|
130
|
-
tins (~>
|
131
|
-
thor (0.
|
132
|
-
thread_safe (0.3.
|
133
|
-
tins (
|
134
|
-
tzinfo (1.2.
|
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)
|
135
141
|
thread_safe (~> 0.1)
|
136
142
|
|
137
143
|
PLATFORMS
|
@@ -146,4 +152,4 @@ DEPENDENCIES
|
|
146
152
|
simplecov
|
147
153
|
|
148
154
|
BUNDLED WITH
|
149
|
-
1.
|
155
|
+
1.16.2
|
@@ -0,0 +1,170 @@
|
|
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.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.0.5)
|
58
|
+
coveralls (0.7.2)
|
59
|
+
multi_json (~> 1.3)
|
60
|
+
rest-client (= 1.6.7)
|
61
|
+
simplecov (>= 0.7)
|
62
|
+
term-ansicolor (= 1.2.2)
|
63
|
+
thor (= 0.18.1)
|
64
|
+
crass (1.0.4)
|
65
|
+
diff-lcs (1.3)
|
66
|
+
docile (1.3.0)
|
67
|
+
erubi (1.7.1)
|
68
|
+
globalid (0.4.1)
|
69
|
+
activesupport (>= 4.2.0)
|
70
|
+
i18n (1.0.1)
|
71
|
+
concurrent-ruby (~> 1.0)
|
72
|
+
json (2.1.0)
|
73
|
+
loofah (2.2.2)
|
74
|
+
crass (~> 1.0.2)
|
75
|
+
nokogiri (>= 1.5.9)
|
76
|
+
mail (2.7.0)
|
77
|
+
mini_mime (>= 0.1.1)
|
78
|
+
marcel (0.3.2)
|
79
|
+
mimemagic (~> 0.3.2)
|
80
|
+
method_source (0.9.0)
|
81
|
+
mime-types (3.1)
|
82
|
+
mime-types-data (~> 3.2015)
|
83
|
+
mime-types-data (3.2016.0521)
|
84
|
+
mimemagic (0.3.2)
|
85
|
+
mini_mime (1.0.0)
|
86
|
+
mini_portile2 (2.3.0)
|
87
|
+
minitest (5.11.3)
|
88
|
+
multi_json (1.13.1)
|
89
|
+
nio4r (2.3.1)
|
90
|
+
nokogiri (1.8.2)
|
91
|
+
mini_portile2 (~> 2.3.0)
|
92
|
+
rack (2.0.5)
|
93
|
+
rack-test (1.0.0)
|
94
|
+
rack (>= 1.0, < 3)
|
95
|
+
rails (5.2.0)
|
96
|
+
actioncable (= 5.2.0)
|
97
|
+
actionmailer (= 5.2.0)
|
98
|
+
actionpack (= 5.2.0)
|
99
|
+
actionview (= 5.2.0)
|
100
|
+
activejob (= 5.2.0)
|
101
|
+
activemodel (= 5.2.0)
|
102
|
+
activerecord (= 5.2.0)
|
103
|
+
activestorage (= 5.2.0)
|
104
|
+
activesupport (= 5.2.0)
|
105
|
+
bundler (>= 1.3.0)
|
106
|
+
railties (= 5.2.0)
|
107
|
+
sprockets-rails (>= 2.0.0)
|
108
|
+
rails-dom-testing (2.0.3)
|
109
|
+
activesupport (>= 4.2.0)
|
110
|
+
nokogiri (>= 1.6)
|
111
|
+
rails-html-sanitizer (1.0.4)
|
112
|
+
loofah (~> 2.2, >= 2.2.2)
|
113
|
+
railties (5.2.0)
|
114
|
+
actionpack (= 5.2.0)
|
115
|
+
activesupport (= 5.2.0)
|
116
|
+
method_source
|
117
|
+
rake (>= 0.8.7)
|
118
|
+
thor (>= 0.18.1, < 2.0)
|
119
|
+
rake (12.3.1)
|
120
|
+
rest-client (1.6.7)
|
121
|
+
mime-types (>= 1.16)
|
122
|
+
rspec (3.7.0)
|
123
|
+
rspec-core (~> 3.7.0)
|
124
|
+
rspec-expectations (~> 3.7.0)
|
125
|
+
rspec-mocks (~> 3.7.0)
|
126
|
+
rspec-core (3.7.1)
|
127
|
+
rspec-support (~> 3.7.0)
|
128
|
+
rspec-expectations (3.7.0)
|
129
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
130
|
+
rspec-support (~> 3.7.0)
|
131
|
+
rspec-mocks (3.7.0)
|
132
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
133
|
+
rspec-support (~> 3.7.0)
|
134
|
+
rspec-support (3.7.1)
|
135
|
+
simplecov (0.16.1)
|
136
|
+
docile (~> 1.1)
|
137
|
+
json (>= 1.8, < 3)
|
138
|
+
simplecov-html (~> 0.10.0)
|
139
|
+
simplecov-html (0.10.2)
|
140
|
+
sprockets (3.7.1)
|
141
|
+
concurrent-ruby (~> 1.0)
|
142
|
+
rack (> 1, < 3)
|
143
|
+
sprockets-rails (3.2.1)
|
144
|
+
actionpack (>= 4.0)
|
145
|
+
activesupport (>= 4.0)
|
146
|
+
sprockets (>= 3.0.0)
|
147
|
+
term-ansicolor (1.2.2)
|
148
|
+
tins (~> 0.8)
|
149
|
+
thor (0.18.1)
|
150
|
+
thread_safe (0.3.6)
|
151
|
+
tins (0.13.2)
|
152
|
+
tzinfo (1.2.5)
|
153
|
+
thread_safe (~> 0.1)
|
154
|
+
websocket-driver (0.7.0)
|
155
|
+
websocket-extensions (>= 0.1.0)
|
156
|
+
websocket-extensions (0.1.3)
|
157
|
+
|
158
|
+
PLATFORMS
|
159
|
+
ruby
|
160
|
+
|
161
|
+
DEPENDENCIES
|
162
|
+
appraisal
|
163
|
+
coveralls
|
164
|
+
flash_rails_messages!
|
165
|
+
rails (~> 5.2.0)
|
166
|
+
rspec (~> 3.4)
|
167
|
+
simplecov
|
168
|
+
|
169
|
+
BUNDLED WITH
|
170
|
+
1.16.2
|
data/gemfiles/rails_5.gemfile
CHANGED
@@ -1,144 +1,151 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
flash_rails_messages (0.
|
4
|
+
flash_rails_messages (1.0.0)
|
5
5
|
rails (>= 4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.0.
|
11
|
-
actionpack (= 5.0.
|
12
|
-
nio4r (
|
10
|
+
actioncable (5.0.7)
|
11
|
+
actionpack (= 5.0.7)
|
12
|
+
nio4r (>= 1.2, < 3.0)
|
13
13
|
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.0.
|
15
|
-
actionpack (= 5.0.
|
16
|
-
actionview (= 5.0.
|
17
|
-
activejob (= 5.0.
|
14
|
+
actionmailer (5.0.7)
|
15
|
+
actionpack (= 5.0.7)
|
16
|
+
actionview (= 5.0.7)
|
17
|
+
activejob (= 5.0.7)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.0.
|
21
|
-
actionview (= 5.0.
|
22
|
-
activesupport (= 5.0.
|
20
|
+
actionpack (5.0.7)
|
21
|
+
actionview (= 5.0.7)
|
22
|
+
activesupport (= 5.0.7)
|
23
23
|
rack (~> 2.0)
|
24
24
|
rack-test (~> 0.6.3)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.0.
|
28
|
-
activesupport (= 5.0.
|
27
|
+
actionview (5.0.7)
|
28
|
+
activesupport (= 5.0.7)
|
29
29
|
builder (~> 3.1)
|
30
30
|
erubis (~> 2.7.0)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
33
|
-
activejob (5.0.
|
34
|
-
activesupport (= 5.0.
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
+
activejob (5.0.7)
|
34
|
+
activesupport (= 5.0.7)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.0.
|
37
|
-
activesupport (= 5.0.
|
38
|
-
activerecord (5.0.
|
39
|
-
activemodel (= 5.0.
|
40
|
-
activesupport (= 5.0.
|
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
41
|
arel (~> 7.0)
|
42
|
-
activesupport (5.0.
|
42
|
+
activesupport (5.0.7)
|
43
43
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
|
-
i18n (
|
44
|
+
i18n (>= 0.7, < 2)
|
45
45
|
minitest (~> 5.1)
|
46
46
|
tzinfo (~> 1.1)
|
47
|
-
appraisal (2.
|
47
|
+
appraisal (2.2.0)
|
48
48
|
bundler
|
49
49
|
rake
|
50
50
|
thor (>= 0.14.0)
|
51
51
|
arel (7.1.4)
|
52
|
-
builder (3.2.
|
53
|
-
concurrent-ruby (1.0.
|
54
|
-
coveralls (0.
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
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)
|
62
63
|
erubis (2.7.0)
|
63
|
-
globalid (0.
|
64
|
-
activesupport (>= 4.
|
65
|
-
i18n (0.
|
66
|
-
|
67
|
-
|
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)
|
68
71
|
nokogiri (>= 1.5.9)
|
69
|
-
mail (2.
|
70
|
-
|
71
|
-
method_source (0.
|
72
|
+
mail (2.7.0)
|
73
|
+
mini_mime (>= 0.1.1)
|
74
|
+
method_source (0.9.0)
|
72
75
|
mime-types (3.1)
|
73
76
|
mime-types-data (~> 3.2015)
|
74
77
|
mime-types-data (3.2016.0521)
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
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)
|
81
86
|
rack-test (0.6.3)
|
82
87
|
rack (>= 1.0)
|
83
|
-
rails (5.0.
|
84
|
-
actioncable (= 5.0.
|
85
|
-
actionmailer (= 5.0.
|
86
|
-
actionpack (= 5.0.
|
87
|
-
actionview (= 5.0.
|
88
|
-
activejob (= 5.0.
|
89
|
-
activemodel (= 5.0.
|
90
|
-
activerecord (= 5.0.
|
91
|
-
activesupport (= 5.0.
|
92
|
-
bundler (>= 1.3.0
|
93
|
-
railties (= 5.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)
|
94
99
|
sprockets-rails (>= 2.0.0)
|
95
|
-
rails-dom-testing (2.0.
|
96
|
-
activesupport (>= 4.2.0
|
97
|
-
nokogiri (
|
98
|
-
rails-html-sanitizer (1.0.
|
99
|
-
loofah (~> 2.
|
100
|
-
railties (5.0.
|
101
|
-
actionpack (= 5.0.
|
102
|
-
activesupport (= 5.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)
|
103
108
|
method_source
|
104
109
|
rake (>= 0.8.7)
|
105
110
|
thor (>= 0.18.1, < 2.0)
|
106
|
-
rake (
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
rspec-
|
111
|
-
|
112
|
-
rspec-
|
113
|
-
rspec-
|
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)
|
114
121
|
diff-lcs (>= 1.2.0, < 2.0)
|
115
|
-
rspec-support (~> 3.
|
116
|
-
rspec-mocks (3.
|
122
|
+
rspec-support (~> 3.7.0)
|
123
|
+
rspec-mocks (3.7.0)
|
117
124
|
diff-lcs (>= 1.2.0, < 2.0)
|
118
|
-
rspec-support (~> 3.
|
119
|
-
rspec-support (3.
|
120
|
-
simplecov (0.
|
121
|
-
docile (~> 1.1
|
125
|
+
rspec-support (~> 3.7.0)
|
126
|
+
rspec-support (3.7.1)
|
127
|
+
simplecov (0.16.1)
|
128
|
+
docile (~> 1.1)
|
122
129
|
json (>= 1.8, < 3)
|
123
130
|
simplecov-html (~> 0.10.0)
|
124
|
-
simplecov-html (0.10.
|
125
|
-
sprockets (3.7.
|
131
|
+
simplecov-html (0.10.2)
|
132
|
+
sprockets (3.7.1)
|
126
133
|
concurrent-ruby (~> 1.0)
|
127
134
|
rack (> 1, < 3)
|
128
|
-
sprockets-rails (3.2.
|
135
|
+
sprockets-rails (3.2.1)
|
129
136
|
actionpack (>= 4.0)
|
130
137
|
activesupport (>= 4.0)
|
131
138
|
sprockets (>= 3.0.0)
|
132
|
-
term-ansicolor (1.
|
133
|
-
tins (~>
|
134
|
-
thor (0.
|
135
|
-
thread_safe (0.3.
|
136
|
-
tins (
|
137
|
-
tzinfo (1.2.
|
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)
|
138
145
|
thread_safe (~> 0.1)
|
139
|
-
websocket-driver (0.6.
|
146
|
+
websocket-driver (0.6.5)
|
140
147
|
websocket-extensions (>= 0.1.0)
|
141
|
-
websocket-extensions (0.1.
|
148
|
+
websocket-extensions (0.1.3)
|
142
149
|
|
143
150
|
PLATFORMS
|
144
151
|
ruby
|
@@ -152,4 +159,4 @@ DEPENDENCIES
|
|
152
159
|
simplecov
|
153
160
|
|
154
161
|
BUNDLED WITH
|
155
|
-
1.
|
162
|
+
1.16.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flash_rails_messages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alejandro Gutiérrez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -56,6 +56,8 @@ files:
|
|
56
56
|
- flash_rails_messages.gemspec
|
57
57
|
- gemfiles/rails_4.gemfile
|
58
58
|
- gemfiles/rails_4.gemfile.lock
|
59
|
+
- gemfiles/rails_5.2.gemfile
|
60
|
+
- gemfiles/rails_5.2.gemfile.lock
|
59
61
|
- gemfiles/rails_5.gemfile
|
60
62
|
- gemfiles/rails_5.gemfile.lock
|
61
63
|
- lib/flash_rails_messages.rb
|
@@ -87,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
89
|
version: '0'
|
88
90
|
requirements: []
|
89
91
|
rubyforge_project:
|
90
|
-
rubygems_version: 2.
|
92
|
+
rubygems_version: 2.7.3
|
91
93
|
signing_key:
|
92
94
|
specification_version: 4
|
93
95
|
summary: This gems provides an easy way to display flash rails messages
|