paul_revere 3.1.0 → 3.2.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
2
  SHA256:
3
- metadata.gz: 567dd25a0d58438ee396473ede23fd423f65602f51b0a28fcf86b137b9985edd
4
- data.tar.gz: 96b828b07d81221b8796a740892d565835817f83ddbab2ef2164c901b98bf1df
3
+ metadata.gz: 3170ec55a7981db87306e8dfb1f7e818f772af67293cb5053153ec79c20658a4
4
+ data.tar.gz: b8c7e1cf774785f0f53231609a2596432a53b1628f496fb6fce2cdcf1435d522
5
5
  SHA512:
6
- metadata.gz: 7c166b3578d874bd710c1d4e64e631541788309b156e86c03429e6990f26c695f57d0befa89ffe316330514e60dc9ba361d082bebd680dd9f6df798578c1b182
7
- data.tar.gz: d80ab67d1bd26f04d7cd5492a5c34ce1a2aeeba97ff6e05846378aaeba5af68c2d50d1d1ffa539cb3f8fb5c359ac60d0388d1a1cf82687f2fff6d67348247384
6
+ metadata.gz: 1b90c7ac3c1c8dd154a262d1eeadedb8960f373796ca58c42e14863c80606f7675f246eacb30385b2534a240f01c645ed693a8031fde8f5ac29d21aca2814a0d
7
+ data.tar.gz: 14977c8b4d3c26efd9cb7255747cbeba7a9bf3055f81d4516a1726eba0df88e6a6030fdc2b6aaceec560be8613dee5da55d2274556436e250ae0c68b9d5e457a
data/.travis.yml CHANGED
@@ -1,9 +1,10 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - 2.4.6
5
- - 2.5.5
6
- - 2.6.3
4
+ - 2.4.9
5
+ - 2.5.7
6
+ - 2.6.5
7
+ - 2.7.0
7
8
 
8
9
  gemfile:
9
10
  - gemfiles/rails_6.0.gemfile
@@ -20,4 +21,4 @@ notifications:
20
21
  matrix:
21
22
  allow_failures:
22
23
  - gemfile: gemfiles/rails_6.0.gemfile
23
- rvm: 2.4.6
24
+ rvm: 2.4.9
data/Appraisals CHANGED
@@ -3,6 +3,7 @@ rails_versions = %w(
3
3
  5.1
4
4
  5.2
5
5
  6.0
6
+ 6.1
6
7
  )
7
8
 
8
9
  rails_versions.each do |version|
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.0]
4
+
5
+ ### Added
6
+
7
+ - Add support for Rails version 6.1.0
8
+
3
9
  ## [3.1.0]
4
10
 
5
11
  ### Added
@@ -85,6 +91,7 @@
85
91
 
86
92
  - Fix the JavaScript that hides the announcements to work out of the box.
87
93
 
94
+ [3.2.0]: https://github.com/thoughtbot/paul_revere/compare/v3.1.0...v3.2.0
88
95
  [3.1.0]: https://github.com/thoughtbot/paul_revere/compare/v3.0.0...v3.1.0
89
96
  [3.0.0]: https://github.com/thoughtbot/paul_revere/compare/v2.1.0...v3.0.0
90
97
  [2.1.0]: https://github.com/thoughtbot/paul_revere/compare/v2.0.0...v2.1.0
data/Gemfile.lock CHANGED
@@ -1,76 +1,76 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paul_revere (3.1.0)
5
- rails (>= 5.0, < 6.1)
4
+ paul_revere (3.2.0)
5
+ rails (>= 5.0, < 6.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.0.0)
11
- actionpack (= 6.0.0)
10
+ actioncable (6.0.3.2)
11
+ actionpack (= 6.0.3.2)
12
12
  nio4r (~> 2.0)
13
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)
14
+ actionmailbox (6.0.3.2)
15
+ actionpack (= 6.0.3.2)
16
+ activejob (= 6.0.3.2)
17
+ activerecord (= 6.0.3.2)
18
+ activestorage (= 6.0.3.2)
19
+ activesupport (= 6.0.3.2)
20
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)
21
+ actionmailer (6.0.3.2)
22
+ actionpack (= 6.0.3.2)
23
+ actionview (= 6.0.3.2)
24
+ activejob (= 6.0.3.2)
25
25
  mail (~> 2.5, >= 2.5.4)
26
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)
27
+ actionpack (6.0.3.2)
28
+ actionview (= 6.0.3.2)
29
+ activesupport (= 6.0.3.2)
30
+ rack (~> 2.0, >= 2.0.8)
31
31
  rack-test (>= 0.6.3)
32
32
  rails-dom-testing (~> 2.0)
33
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)
34
+ actiontext (6.0.3.2)
35
+ actionpack (= 6.0.3.2)
36
+ activerecord (= 6.0.3.2)
37
+ activestorage (= 6.0.3.2)
38
+ activesupport (= 6.0.3.2)
39
39
  nokogiri (>= 1.8.5)
40
- actionview (6.0.0)
41
- activesupport (= 6.0.0)
40
+ actionview (6.0.3.2)
41
+ activesupport (= 6.0.3.2)
42
42
  builder (~> 3.1)
43
43
  erubi (~> 1.4)
44
44
  rails-dom-testing (~> 2.0)
45
45
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.0)
47
- activesupport (= 6.0.0)
46
+ activejob (6.0.3.2)
47
+ activesupport (= 6.0.3.2)
48
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)
49
+ activemodel (6.0.3.2)
50
+ activesupport (= 6.0.3.2)
51
+ activerecord (6.0.3.2)
52
+ activemodel (= 6.0.3.2)
53
+ activesupport (= 6.0.3.2)
54
+ activestorage (6.0.3.2)
55
+ actionpack (= 6.0.3.2)
56
+ activejob (= 6.0.3.2)
57
+ activerecord (= 6.0.3.2)
58
58
  marcel (~> 0.3.1)
59
- activesupport (6.0.0)
59
+ activesupport (6.0.3.2)
60
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
61
61
  i18n (>= 0.7, < 2)
62
62
  minitest (~> 5.1)
63
63
  tzinfo (~> 1.1)
64
- zeitwerk (~> 2.1, >= 2.1.8)
65
- appraisal (2.2.0)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
65
+ appraisal (2.3.0)
66
66
  bundler
67
67
  rake
68
68
  thor (>= 0.14.0)
69
- builder (3.2.3)
70
- concurrent-ruby (1.1.5)
71
- crass (1.0.4)
72
- diff-lcs (1.3)
73
- erubi (1.8.0)
69
+ builder (3.2.4)
70
+ concurrent-ruby (1.1.7)
71
+ crass (1.0.6)
72
+ diff-lcs (1.4.4)
73
+ erubi (1.9.0)
74
74
  factory_bot (4.11.1)
75
75
  activesupport (>= 3.0.0)
76
76
  factory_bot_rails (4.11.1)
@@ -79,95 +79,97 @@ GEM
79
79
  generator_spec (0.9.4)
80
80
  activesupport (>= 3.0.0)
81
81
  railties (>= 3.0.0)
82
- globalid (0.4.2)
83
- activesupport (>= 4.2.0)
84
- i18n (1.6.0)
82
+ globalid (0.5.2)
83
+ activesupport (>= 5.0)
84
+ i18n (1.8.5)
85
85
  concurrent-ruby (~> 1.0)
86
- jasmine (3.4.0)
87
- jasmine-core (~> 3.4.0)
86
+ jasmine (3.6.0)
87
+ jasmine-core (~> 3.6.0)
88
88
  phantomjs
89
89
  rack (>= 1.2.1)
90
90
  rake
91
- jasmine-core (3.4.0)
92
- loofah (2.2.3)
91
+ jasmine-core (3.6.0)
92
+ loofah (2.7.0)
93
93
  crass (~> 1.0.2)
94
94
  nokogiri (>= 1.5.9)
95
95
  mail (2.7.1)
96
96
  mini_mime (>= 0.1.1)
97
97
  marcel (0.3.3)
98
98
  mimemagic (~> 0.3.2)
99
- method_source (0.9.2)
100
- mimemagic (0.3.3)
101
- mini_mime (1.0.2)
99
+ method_source (1.0.0)
100
+ mimemagic (0.3.10)
101
+ nokogiri (~> 1)
102
+ rake
103
+ mini_mime (1.1.2)
102
104
  mini_portile2 (2.4.0)
103
- minitest (5.11.3)
104
- nio4r (2.5.1)
105
- nokogiri (1.10.4)
105
+ minitest (5.14.1)
106
+ nio4r (2.5.8)
107
+ nokogiri (1.10.10)
106
108
  mini_portile2 (~> 2.4.0)
107
109
  phantomjs (2.1.1.0)
108
- rack (2.0.7)
110
+ rack (2.2.3)
109
111
  rack-test (1.1.0)
110
112
  rack (>= 1.0, < 3)
111
- rails (6.0.0)
112
- actioncable (= 6.0.0)
113
- actionmailbox (= 6.0.0)
114
- actionmailer (= 6.0.0)
115
- actionpack (= 6.0.0)
116
- actiontext (= 6.0.0)
117
- actionview (= 6.0.0)
118
- activejob (= 6.0.0)
119
- activemodel (= 6.0.0)
120
- activerecord (= 6.0.0)
121
- activestorage (= 6.0.0)
122
- activesupport (= 6.0.0)
113
+ rails (6.0.3.2)
114
+ actioncable (= 6.0.3.2)
115
+ actionmailbox (= 6.0.3.2)
116
+ actionmailer (= 6.0.3.2)
117
+ actionpack (= 6.0.3.2)
118
+ actiontext (= 6.0.3.2)
119
+ actionview (= 6.0.3.2)
120
+ activejob (= 6.0.3.2)
121
+ activemodel (= 6.0.3.2)
122
+ activerecord (= 6.0.3.2)
123
+ activestorage (= 6.0.3.2)
124
+ activesupport (= 6.0.3.2)
123
125
  bundler (>= 1.3.0)
124
- railties (= 6.0.0)
126
+ railties (= 6.0.3.2)
125
127
  sprockets-rails (>= 2.0.0)
126
128
  rails-dom-testing (2.0.3)
127
129
  activesupport (>= 4.2.0)
128
130
  nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.2.0)
130
- loofah (~> 2.2, >= 2.2.2)
131
- railties (6.0.0)
132
- actionpack (= 6.0.0)
133
- activesupport (= 6.0.0)
131
+ rails-html-sanitizer (1.3.0)
132
+ loofah (~> 2.3)
133
+ railties (6.0.3.2)
134
+ actionpack (= 6.0.3.2)
135
+ activesupport (= 6.0.3.2)
134
136
  method_source
135
137
  rake (>= 0.8.7)
136
138
  thor (>= 0.20.3, < 2.0)
137
- rake (12.3.3)
138
- rspec-core (3.8.2)
139
- rspec-support (~> 3.8.0)
140
- rspec-expectations (3.8.4)
139
+ rake (13.0.1)
140
+ rspec-core (3.9.2)
141
+ rspec-support (~> 3.9.3)
142
+ rspec-expectations (3.9.2)
141
143
  diff-lcs (>= 1.2.0, < 2.0)
142
- rspec-support (~> 3.8.0)
143
- rspec-mocks (3.8.1)
144
+ rspec-support (~> 3.9.0)
145
+ rspec-mocks (3.9.1)
144
146
  diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.8.0)
146
- rspec-rails (3.8.2)
147
+ rspec-support (~> 3.9.0)
148
+ rspec-rails (3.9.1)
147
149
  actionpack (>= 3.0)
148
150
  activesupport (>= 3.0)
149
151
  railties (>= 3.0)
150
- rspec-core (~> 3.8.0)
151
- rspec-expectations (~> 3.8.0)
152
- rspec-mocks (~> 3.8.0)
153
- rspec-support (~> 3.8.0)
154
- rspec-support (3.8.2)
155
- sprockets (3.7.2)
152
+ rspec-core (~> 3.9.0)
153
+ rspec-expectations (~> 3.9.0)
154
+ rspec-mocks (~> 3.9.0)
155
+ rspec-support (~> 3.9.0)
156
+ rspec-support (3.9.3)
157
+ sprockets (4.0.2)
156
158
  concurrent-ruby (~> 1.0)
157
159
  rack (> 1, < 3)
158
- sprockets-rails (3.2.1)
159
- actionpack (>= 4.0)
160
- activesupport (>= 4.0)
160
+ sprockets-rails (3.4.1)
161
+ actionpack (>= 5.2)
162
+ activesupport (>= 5.2)
161
163
  sprockets (>= 3.0.0)
162
- sqlite3 (1.4.1)
163
- thor (0.20.3)
164
+ sqlite3 (1.4.2)
165
+ thor (1.0.1)
164
166
  thread_safe (0.3.6)
165
- tzinfo (1.2.5)
167
+ tzinfo (1.2.7)
166
168
  thread_safe (~> 0.1)
167
- websocket-driver (0.7.1)
169
+ websocket-driver (0.7.5)
168
170
  websocket-extensions (>= 0.1.0)
169
- websocket-extensions (0.1.4)
170
- zeitwerk (2.1.9)
171
+ websocket-extensions (0.1.5)
172
+ zeitwerk (2.4.0)
171
173
 
172
174
  PLATFORMS
173
175
  ruby
@@ -182,4 +184,4 @@ DEPENDENCIES
182
184
  sqlite3 (~> 1.3)
183
185
 
184
186
  BUNDLED WITH
185
- 1.17.3
187
+ 2.1.4
data/README.md CHANGED
@@ -83,5 +83,5 @@ The names and logos for thoughtbot are trademarks of thoughtbot, inc.
83
83
 
84
84
  ## License
85
85
 
86
- Paul Revere is Copyright © 2009-2018 thoughtbot, inc. It is free software, and may be
86
+ Paul Revere is Copyright © 2009-2020 thoughtbot, inc. It is free software, and may be
87
87
  redistributed under the terms specified in the MIT-LICENSE file.
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.1.0"
6
+ gem "sqlite3", "~> 1.4.0"
7
+
8
+ gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module PaulRevere
2
- VERSION = "3.1.0".freeze
2
+ VERSION = "3.2.0".freeze
3
3
  end
data/paul_revere.gemspec CHANGED
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
21
21
  'Ben Orenstein',
22
22
  'Prem Sichanugrist',
23
23
  'Amrit Ayalur',
24
+ 'Geoff Harcourt',
24
25
  ]
25
26
  s.email = "support@thoughtbot.com"
26
27
  s.homepage = "https://github.com/thoughtbot/paul_revere"
@@ -32,7 +33,7 @@ Gem::Specification.new do |s|
32
33
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
33
34
  s.require_paths = ["lib"]
34
35
 
35
- s.add_dependency("rails", ">= 5.0", "< 6.1")
36
+ s.add_dependency("rails", ">= 5.0", "< 6.2")
36
37
 
37
38
  s.add_development_dependency("appraisal", "~> 2.1")
38
39
  s.add_development_dependency("factory_bot_rails", "~> 4.8")
data/spec/rails_helper.rb CHANGED
@@ -3,7 +3,9 @@ ENV["RAILS_ENV"] = "test"
3
3
 
4
4
  require "spec_helper"
5
5
 
6
- require "rails/all"
6
+ require "rails"
7
+ require "active_record/railtie"
8
+
7
9
  require "dummy/application"
8
10
 
9
11
  require "rspec/rails"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paul_revere
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Jankowski
@@ -18,10 +18,11 @@ authors:
18
18
  - Ben Orenstein
19
19
  - Prem Sichanugrist
20
20
  - Amrit Ayalur
21
- autorequire:
21
+ - Geoff Harcourt
22
+ autorequire:
22
23
  bindir: bin
23
24
  cert_chain: []
24
- date: 2019-09-03 00:00:00.000000000 Z
25
+ date: 2021-11-24 00:00:00.000000000 Z
25
26
  dependencies:
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: rails
@@ -32,7 +33,7 @@ dependencies:
32
33
  version: '5.0'
33
34
  - - "<"
34
35
  - !ruby/object:Gem::Version
35
- version: '6.1'
36
+ version: '6.2'
36
37
  type: :runtime
37
38
  prerelease: false
38
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +43,7 @@ dependencies:
42
43
  version: '5.0'
43
44
  - - "<"
44
45
  - !ruby/object:Gem::Version
45
- version: '6.1'
46
+ version: '6.2'
46
47
  - !ruby/object:Gem::Dependency
47
48
  name: appraisal
48
49
  requirement: !ruby/object:Gem::Requirement
@@ -153,6 +154,7 @@ files:
153
154
  - gemfiles/rails_5.1.gemfile
154
155
  - gemfiles/rails_5.2.gemfile
155
156
  - gemfiles/rails_6.0.gemfile
157
+ - gemfiles/rails_6.1.gemfile
156
158
  - lib/generators/paul_revere/paul_revere_generator.rb
157
159
  - lib/generators/paul_revere/templates/migration.rb
158
160
  - lib/generators/paul_revere/views_generator.rb
@@ -179,7 +181,7 @@ homepage: https://github.com/thoughtbot/paul_revere
179
181
  licenses:
180
182
  - MIT
181
183
  metadata: {}
182
- post_install_message:
184
+ post_install_message:
183
185
  rdoc_options: []
184
186
  require_paths:
185
187
  - lib
@@ -194,8 +196,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
196
  - !ruby/object:Gem::Version
195
197
  version: '0'
196
198
  requirements: []
197
- rubygems_version: 3.0.3
198
- signing_key:
199
+ rubygems_version: 3.1.2
200
+ signing_key:
199
201
  specification_version: 4
200
202
  summary: Simple announcement plugin to include `one off` style announcements in Rails
201
203
  web apps.