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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 75b4eceb8ddf93591bd26dff3d227fc8487dec93
4
- data.tar.gz: fa074464eb8b1c477fb8076433c44b9dad9339e8
2
+ SHA256:
3
+ metadata.gz: 251c88f7721de95d2653832e4b0f7bebd619ee2d23060458f5c438682ff5301c
4
+ data.tar.gz: 0e1e1308d1ec05eaa01b44e53cff5642f9ac08e3eb1161e42ceaa649f6e9349e
5
5
  SHA512:
6
- metadata.gz: 7b47202bf31244f42b4f5b69a51e84956a035ee3e77401771092d61f245c9424f7e1248d6723c2eabac4f6be793d977c99bf01ea0e8c76f85bf6cd3b1b71f98e
7
- data.tar.gz: 77153b40fb80c85ecb152e492cf4f2bc0e28c5f7cdda09c8c25bb6bb217bd55623f7787135fa230c9d0652466d322378c87eb5c54a2f33567d326587412f00b7
6
+ metadata.gz: 9d0043701ac8b97c2618bfebb54977631feecddd932f39c0b70c16bc29501f5753b5498ee6208ef96dc7bf05726964608467ea8f7e4974ec24dc66f3d8201aab
7
+ data.tar.gz: 2d32d1b3eb913f9c5173b3cc9138cf810e490e5763e430688c82bd54094b94e08152bd47e6bada7d6cd92d4d3e69ab6a2b2d65e3640576cfeb72d872076634b8
data/.travis.yml CHANGED
@@ -1,9 +1,11 @@
1
1
  language: ruby
2
+
2
3
  rvm:
3
- - 2.2.2
4
- - 2.2.5
5
4
  - 2.3.0
6
- - 2.3.1
5
+ - 2.4.0
6
+ - 2.5.0
7
+
7
8
  gemfile:
8
9
  - gemfiles/rails_4.gemfile
9
10
  - gemfiles/rails_5.gemfile
11
+ - gemfiles/rails_5.2.gemfile
data/Appraisals CHANGED
@@ -5,3 +5,7 @@ end
5
5
  appraise 'rails-5' do
6
6
  gem 'rails', '~> 5.0.0'
7
7
  end
8
+
9
+ appraise 'rails-5.2' do
10
+ gem 'rails', '~> 5.2.0'
11
+ end
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "simplecov"
6
6
  gem "appraisal"
7
- gem "coveralls", :require => false
7
+ gem "coveralls", require: false
8
8
  gem "rails", "~> 4.2"
9
9
 
10
- gemspec :path => "../"
10
+ gemspec path: "../"
@@ -1,137 +1,143 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- flash_rails_messages (0.1.3)
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.6)
11
- actionpack (= 4.2.6)
12
- actionview (= 4.2.6)
13
- activejob (= 4.2.6)
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.6)
17
- actionview (= 4.2.6)
18
- activesupport (= 4.2.6)
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.6)
24
- activesupport (= 4.2.6)
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.2)
29
- activejob (4.2.6)
30
- activesupport (= 4.2.6)
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.6)
33
- activesupport (= 4.2.6)
32
+ activemodel (4.2.10)
33
+ activesupport (= 4.2.10)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.6)
36
- activemodel (= 4.2.6)
37
- activesupport (= 4.2.6)
35
+ activerecord (4.2.10)
36
+ activemodel (= 4.2.10)
37
+ activesupport (= 4.2.10)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.6)
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.1.0)
44
+ appraisal (2.2.0)
46
45
  bundler
47
46
  rake
48
47
  thor (>= 0.14.0)
49
- arel (6.0.3)
50
- builder (3.2.2)
51
- concurrent-ruby (1.0.1)
52
- coveralls (0.8.13)
53
- json (~> 1.8)
54
- simplecov (~> 0.11.0)
55
- term-ansicolor (~> 1.3)
56
- thor (~> 0.19.1)
57
- tins (~> 1.6.0)
58
- diff-lcs (1.2.5)
59
- docile (1.1.5)
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.3.6)
62
- activesupport (>= 4.1.0)
63
- i18n (0.7.0)
64
- json (1.8.3)
65
- loofah (2.0.3)
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.6.4)
68
- mime-types (>= 1.16, < 4)
69
- mime-types (3.0)
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.0221)
72
- mini_portile2 (2.0.0)
73
- minitest (5.8.4)
74
- nokogiri (1.6.7.2)
75
- mini_portile2 (~> 2.0.0.rc2)
76
- rack (1.6.4)
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.6)
80
- actionmailer (= 4.2.6)
81
- actionpack (= 4.2.6)
82
- actionview (= 4.2.6)
83
- activejob (= 4.2.6)
84
- activemodel (= 4.2.6)
85
- activerecord (= 4.2.6)
86
- activesupport (= 4.2.6)
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.6)
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.7)
93
- activesupport (>= 4.2.0.beta, < 5.0)
94
- nokogiri (~> 1.6.0)
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.3)
97
- loofah (~> 2.0)
98
- railties (4.2.6)
99
- actionpack (= 4.2.6)
100
- activesupport (= 4.2.6)
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 (11.1.2)
104
- rspec (3.4.0)
105
- rspec-core (~> 3.4.0)
106
- rspec-expectations (~> 3.4.0)
107
- rspec-mocks (~> 3.4.0)
108
- rspec-core (3.4.4)
109
- rspec-support (~> 3.4.0)
110
- rspec-expectations (3.4.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)
111
117
  diff-lcs (>= 1.2.0, < 2.0)
112
- rspec-support (~> 3.4.0)
113
- rspec-mocks (3.4.1)
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.4.0)
116
- rspec-support (3.4.1)
117
- simplecov (0.11.2)
118
- docile (~> 1.1.0)
119
- json (~> 1.8)
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.0)
122
- sprockets (3.5.2)
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.0.4)
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.3.2)
130
- tins (~> 1.0)
131
- thor (0.19.1)
132
- thread_safe (0.3.5)
133
- tins (1.6.0)
134
- tzinfo (1.2.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.13.6
155
+ 1.16.2
@@ -0,0 +1,10 @@
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.2.0"
9
+
10
+ gemspec path: "../"
@@ -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
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "simplecov"
6
6
  gem "appraisal"
7
- gem "coveralls", :require => false
7
+ gem "coveralls", require: false
8
8
  gem "rails", "~> 5.0.0"
9
9
 
10
- gemspec :path => "../"
10
+ gemspec path: "../"
@@ -1,144 +1,151 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- flash_rails_messages (0.1.3)
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.0.1)
11
- actionpack (= 5.0.0.1)
12
- nio4r (~> 1.2)
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.0.1)
15
- actionpack (= 5.0.0.1)
16
- actionview (= 5.0.0.1)
17
- activejob (= 5.0.0.1)
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.0.1)
21
- actionview (= 5.0.0.1)
22
- activesupport (= 5.0.0.1)
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.0.1)
28
- activesupport (= 5.0.0.1)
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.2)
33
- activejob (5.0.0.1)
34
- activesupport (= 5.0.0.1)
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.0.1)
37
- activesupport (= 5.0.0.1)
38
- activerecord (5.0.0.1)
39
- activemodel (= 5.0.0.1)
40
- activesupport (= 5.0.0.1)
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.0.1)
42
+ activesupport (5.0.7)
43
43
  concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (~> 0.7)
44
+ i18n (>= 0.7, < 2)
45
45
  minitest (~> 5.1)
46
46
  tzinfo (~> 1.1)
47
- appraisal (2.1.0)
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.2)
53
- concurrent-ruby (1.0.2)
54
- coveralls (0.8.15)
55
- json (>= 1.8, < 3)
56
- simplecov (~> 0.12.0)
57
- term-ansicolor (~> 1.3)
58
- thor (~> 0.19.1)
59
- tins (>= 1.6.0, < 2)
60
- diff-lcs (1.2.5)
61
- docile (1.1.5)
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.3.7)
64
- activesupport (>= 4.1.0)
65
- i18n (0.7.0)
66
- json (2.0.2)
67
- loofah (2.0.3)
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.6.4)
70
- mime-types (>= 1.16, < 4)
71
- method_source (0.8.2)
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
- mini_portile2 (2.1.0)
76
- minitest (5.9.1)
77
- nio4r (1.2.1)
78
- nokogiri (1.6.8.1)
79
- mini_portile2 (~> 2.1.0)
80
- rack (2.0.1)
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.0.1)
84
- actioncable (= 5.0.0.1)
85
- actionmailer (= 5.0.0.1)
86
- actionpack (= 5.0.0.1)
87
- actionview (= 5.0.0.1)
88
- activejob (= 5.0.0.1)
89
- activemodel (= 5.0.0.1)
90
- activerecord (= 5.0.0.1)
91
- activesupport (= 5.0.0.1)
92
- bundler (>= 1.3.0, < 2.0)
93
- railties (= 5.0.0.1)
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.1)
96
- activesupport (>= 4.2.0, < 6.0)
97
- nokogiri (~> 1.6.0)
98
- rails-html-sanitizer (1.0.3)
99
- loofah (~> 2.0)
100
- railties (5.0.0.1)
101
- actionpack (= 5.0.0.1)
102
- activesupport (= 5.0.0.1)
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 (11.3.0)
107
- rspec (3.5.0)
108
- rspec-core (~> 3.5.0)
109
- rspec-expectations (~> 3.5.0)
110
- rspec-mocks (~> 3.5.0)
111
- rspec-core (3.5.4)
112
- rspec-support (~> 3.5.0)
113
- rspec-expectations (3.5.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)
114
121
  diff-lcs (>= 1.2.0, < 2.0)
115
- rspec-support (~> 3.5.0)
116
- rspec-mocks (3.5.0)
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.5.0)
119
- rspec-support (3.5.0)
120
- simplecov (0.12.0)
121
- docile (~> 1.1.0)
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.0)
125
- sprockets (3.7.0)
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.0)
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.4.0)
133
- tins (~> 1.0)
134
- thor (0.19.1)
135
- thread_safe (0.3.5)
136
- tins (1.12.0)
137
- tzinfo (1.2.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.4)
146
+ websocket-driver (0.6.5)
140
147
  websocket-extensions (>= 0.1.0)
141
- websocket-extensions (0.1.2)
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.13.6
162
+ 1.16.2
@@ -1,3 +1,3 @@
1
1
  module FlashRailsMessages
2
- VERSION = '0.1.4'
2
+ VERSION = '1.0.0'
3
3
  end
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.1.4
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: 2016-11-17 00:00:00.000000000 Z
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.5.1
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