flash_rails_messages 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: f8933d00ef915cfdc9909dc66a76d26ac271a67f
4
- data.tar.gz: 0b97c4e074b1eff907cd8a9752a4a0ffc72ce9d9
3
+ metadata.gz: 75b4eceb8ddf93591bd26dff3d227fc8487dec93
4
+ data.tar.gz: fa074464eb8b1c477fb8076433c44b9dad9339e8
5
5
  SHA512:
6
- metadata.gz: 27f835c7fb52d6c43cecb4b69c6264b34e668d30bf1b3e80004fd7bc3adce32c06a9553668746e9b19238f763448470c2c4f80cad3924155bdabff03191ceee9
7
- data.tar.gz: 5f1102adee3d78349bd33ca7ab17c93c2a7b2b193be56015d837d4703b6e9eb2f4761d594427cb19ac4b2bd13d7679e9a9081348ac7be4414f4e4204e29f2fa0
6
+ metadata.gz: 7b47202bf31244f42b4f5b69a51e84956a035ee3e77401771092d61f245c9424f7e1248d6723c2eabac4f6be793d977c99bf01ea0e8c76f85bf6cd3b1b71f98e
7
+ data.tar.gz: 77153b40fb80c85ecb152e492cf4f2bc0e28c5f7cdda09c8c25bb6bb217bd55623f7787135fa230c9d0652466d322378c87eb5c54a2f33567d326587412f00b7
data/.travis.yml CHANGED
@@ -1,6 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
4
- - 2.1.8
5
- - 2.2.4
3
+ - 2.2.2
4
+ - 2.2.5
6
5
  - 2.3.0
6
+ - 2.3.1
7
+ gemfile:
8
+ - gemfiles/rails_4.gemfile
9
+ - gemfiles/rails_5.gemfile
data/Appraisals ADDED
@@ -0,0 +1,7 @@
1
+ appraise 'rails-4' do
2
+ gem 'rails', '~> 4.2'
3
+ end
4
+
5
+ appraise 'rails-5' do
6
+ gem 'rails', '~> 5.0.0'
7
+ end
data/Gemfile CHANGED
@@ -4,4 +4,5 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'simplecov'
7
+ gem 'appraisal'
7
8
  gem 'coveralls', require: false
@@ -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", "~> 4.2"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,149 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ flash_rails_messages (0.1.3)
5
+ rails (>= 4.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.2.6)
11
+ actionpack (= 4.2.6)
12
+ actionview (= 4.2.6)
13
+ activejob (= 4.2.6)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ actionpack (4.2.6)
17
+ actionview (= 4.2.6)
18
+ activesupport (= 4.2.6)
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.6)
24
+ activesupport (= 4.2.6)
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.2)
29
+ activejob (4.2.6)
30
+ activesupport (= 4.2.6)
31
+ globalid (>= 0.3.0)
32
+ activemodel (4.2.6)
33
+ activesupport (= 4.2.6)
34
+ builder (~> 3.1)
35
+ activerecord (4.2.6)
36
+ activemodel (= 4.2.6)
37
+ activesupport (= 4.2.6)
38
+ arel (~> 6.0)
39
+ activesupport (4.2.6)
40
+ i18n (~> 0.7)
41
+ json (~> 1.7, >= 1.7.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
44
+ tzinfo (~> 1.1)
45
+ appraisal (2.1.0)
46
+ bundler
47
+ rake
48
+ 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)
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)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.6.4)
68
+ mime-types (>= 1.16, < 4)
69
+ mime-types (3.0)
70
+ 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)
77
+ rack-test (0.6.3)
78
+ 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)
87
+ bundler (>= 1.3.0, < 2.0)
88
+ railties (= 4.2.6)
89
+ sprockets-rails
90
+ rails-deprecated_sanitizer (1.0.3)
91
+ 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)
95
+ 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)
101
+ rake (>= 0.8.7)
102
+ 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)
111
+ diff-lcs (>= 1.2.0, < 2.0)
112
+ rspec-support (~> 3.4.0)
113
+ rspec-mocks (3.4.1)
114
+ 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)
120
+ simplecov-html (~> 0.10.0)
121
+ simplecov-html (0.10.0)
122
+ sprockets (3.5.2)
123
+ concurrent-ruby (~> 1.0)
124
+ rack (> 1, < 3)
125
+ sprockets-rails (3.0.4)
126
+ actionpack (>= 4.0)
127
+ activesupport (>= 4.0)
128
+ 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
+ thread_safe (~> 0.1)
136
+
137
+ PLATFORMS
138
+ ruby
139
+
140
+ DEPENDENCIES
141
+ appraisal
142
+ coveralls
143
+ flash_rails_messages!
144
+ rails (~> 4.2)
145
+ rspec (~> 3.4)
146
+ simplecov
147
+
148
+ BUNDLED WITH
149
+ 1.13.6
@@ -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.0.0"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,155 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ flash_rails_messages (0.1.3)
5
+ rails (>= 4.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.0.0.1)
11
+ actionpack (= 5.0.0.1)
12
+ nio4r (~> 1.2)
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)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.0.1)
21
+ actionview (= 5.0.0.1)
22
+ activesupport (= 5.0.0.1)
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.0.1)
28
+ activesupport (= 5.0.0.1)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
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)
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)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.0.1)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.1.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
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)
62
+ 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)
68
+ nokogiri (>= 1.5.9)
69
+ mail (2.6.4)
70
+ mime-types (>= 1.16, < 4)
71
+ method_source (0.8.2)
72
+ mime-types (3.1)
73
+ mime-types-data (~> 3.2015)
74
+ 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)
81
+ rack-test (0.6.3)
82
+ 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)
94
+ 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)
103
+ method_source
104
+ rake (>= 0.8.7)
105
+ 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)
114
+ diff-lcs (>= 1.2.0, < 2.0)
115
+ rspec-support (~> 3.5.0)
116
+ rspec-mocks (3.5.0)
117
+ 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)
122
+ json (>= 1.8, < 3)
123
+ simplecov-html (~> 0.10.0)
124
+ simplecov-html (0.10.0)
125
+ sprockets (3.7.0)
126
+ concurrent-ruby (~> 1.0)
127
+ rack (> 1, < 3)
128
+ sprockets-rails (3.2.0)
129
+ actionpack (>= 4.0)
130
+ activesupport (>= 4.0)
131
+ 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)
138
+ thread_safe (~> 0.1)
139
+ websocket-driver (0.6.4)
140
+ websocket-extensions (>= 0.1.0)
141
+ websocket-extensions (0.1.2)
142
+
143
+ PLATFORMS
144
+ ruby
145
+
146
+ DEPENDENCIES
147
+ appraisal
148
+ coveralls
149
+ flash_rails_messages!
150
+ rails (~> 5.0.0)
151
+ rspec (~> 3.4)
152
+ simplecov
153
+
154
+ BUNDLED WITH
155
+ 1.13.6
@@ -1,3 +1,3 @@
1
1
  module FlashRailsMessages
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
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.3
4
+ version: 0.1.4
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-03-30 00:00:00.000000000 Z
11
+ date: 2016-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -48,11 +48,16 @@ files:
48
48
  - ".gitignore"
49
49
  - ".rspec"
50
50
  - ".travis.yml"
51
+ - Appraisals
51
52
  - Gemfile
52
53
  - LICENSE.txt
53
54
  - README.md
54
55
  - Rakefile
55
56
  - flash_rails_messages.gemspec
57
+ - gemfiles/rails_4.gemfile
58
+ - gemfiles/rails_4.gemfile.lock
59
+ - gemfiles/rails_5.gemfile
60
+ - gemfiles/rails_5.gemfile.lock
56
61
  - lib/flash_rails_messages.rb
57
62
  - lib/flash_rails_messages/base.rb
58
63
  - lib/flash_rails_messages/helper.rb