mobility-actiontext 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e74323391e6747767158f628cd62cae42f9f7fe2ac56d8722c66e5090c1a7474
4
- data.tar.gz: 3be42ee2b4a5fd804cd1f6331657166b497be0a050c8080835e54cf487cb2980
3
+ metadata.gz: 463d698f77ebfa96a36f00b1555d243ad20e5f2d6eb5355b84e4242fc0895192
4
+ data.tar.gz: 4cf42c1faee89b576c55a9b4a1e84e7bb2dd6e57a04e031b4def117e66b34e29
5
5
  SHA512:
6
- metadata.gz: a19bbed71a38f112aeb3cfafaf0b78164536a7f2af0f1c0fc82d9eff96aa011fc529edcd5e3c98c691349ab3db6ab8d9116db040c6f4c58784414075a150417a
7
- data.tar.gz: df4a240edf509bce6f574d6a01af1eaad16b25e32d90b967d1ebe3daa740aaa6e00e263c044dcae68111be01feaa7a19291093c58af382fd45f7f859795e2e7e
6
+ metadata.gz: 6d33438f6e42af2c0e6a8dbae594ebef7af614e2606699637fa4616c2e278749ecdf6b8d9d99819f47f7a5b59757d121b81d515edb3418088c69fa6488d54e15
7
+ data.tar.gz: 513e9487e324b0db39a01493c0e6976e9bbb74c733eff04e3725727a0218d74aaddefd0518d12d98b1112525f5de964c1e7b698fdc421186c04903a8e290cbc1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.0.2
1
+ ruby-3.0.3
data/CHANGELOG.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # Mobility Action Text Changelog
2
2
 
3
+ ### 0.4.0 (2021-12-20)
4
+ - Add Rails 7 compatibility.
5
+
3
6
  ### 0.3.0 (2021-10-07)
4
- - Fix destroying records (#12).
7
+ - Fix destroying records ([#12](https://github.com/sedubois/mobility-actiontext/pull/12)).
5
8
 
6
9
  ### 0.2.0 (2021-04-03)
7
- - Widen Ruby compatibility to >= 2.5.
10
+ - Widen Ruby compatibility to >= 2.5 ([#6](https://github.com/sedubois/mobility-actiontext/pull/6)).
8
11
 
9
12
  ### 0.1.0 (2021-02-26)
10
13
  - Initial release.
data/Gemfile.lock CHANGED
@@ -1,90 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mobility-actiontext (0.3.0)
4
+ mobility-actiontext (0.4.0)
5
5
  mobility (~> 1.2)
6
- rails (~> 6.0)
6
+ rails (>= 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.4.1)
12
- actionpack (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
11
+ actioncable (7.0.0)
12
+ actionpack (= 7.0.0)
13
+ activesupport (= 7.0.0)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.4.1)
17
- actionpack (= 6.1.4.1)
18
- activejob (= 6.1.4.1)
19
- activerecord (= 6.1.4.1)
20
- activestorage (= 6.1.4.1)
21
- activesupport (= 6.1.4.1)
16
+ actionmailbox (7.0.0)
17
+ actionpack (= 7.0.0)
18
+ activejob (= 7.0.0)
19
+ activerecord (= 7.0.0)
20
+ activestorage (= 7.0.0)
21
+ activesupport (= 7.0.0)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.4.1)
24
- actionpack (= 6.1.4.1)
25
- actionview (= 6.1.4.1)
26
- activejob (= 6.1.4.1)
27
- activesupport (= 6.1.4.1)
23
+ actionmailer (7.0.0)
24
+ actionpack (= 7.0.0)
25
+ actionview (= 7.0.0)
26
+ activejob (= 7.0.0)
27
+ activesupport (= 7.0.0)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (6.1.4.1)
31
- actionview (= 6.1.4.1)
32
- activesupport (= 6.1.4.1)
33
- rack (~> 2.0, >= 2.0.9)
30
+ actionpack (7.0.0)
31
+ actionview (= 7.0.0)
32
+ activesupport (= 7.0.0)
33
+ rack (~> 2.0, >= 2.2.0)
34
34
  rack-test (>= 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.4.1)
38
- actionpack (= 6.1.4.1)
39
- activerecord (= 6.1.4.1)
40
- activestorage (= 6.1.4.1)
41
- activesupport (= 6.1.4.1)
37
+ actiontext (7.0.0)
38
+ actionpack (= 7.0.0)
39
+ activerecord (= 7.0.0)
40
+ activestorage (= 7.0.0)
41
+ activesupport (= 7.0.0)
42
+ globalid (>= 0.6.0)
42
43
  nokogiri (>= 1.8.5)
43
- actionview (6.1.4.1)
44
- activesupport (= 6.1.4.1)
44
+ actionview (7.0.0)
45
+ activesupport (= 7.0.0)
45
46
  builder (~> 3.1)
46
47
  erubi (~> 1.4)
47
48
  rails-dom-testing (~> 2.0)
48
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.4.1)
50
- activesupport (= 6.1.4.1)
50
+ activejob (7.0.0)
51
+ activesupport (= 7.0.0)
51
52
  globalid (>= 0.3.6)
52
- activemodel (6.1.4.1)
53
- activesupport (= 6.1.4.1)
54
- activerecord (6.1.4.1)
55
- activemodel (= 6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activestorage (6.1.4.1)
58
- actionpack (= 6.1.4.1)
59
- activejob (= 6.1.4.1)
60
- activerecord (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- marcel (~> 1.0.0)
53
+ activemodel (7.0.0)
54
+ activesupport (= 7.0.0)
55
+ activerecord (7.0.0)
56
+ activemodel (= 7.0.0)
57
+ activesupport (= 7.0.0)
58
+ activestorage (7.0.0)
59
+ actionpack (= 7.0.0)
60
+ activejob (= 7.0.0)
61
+ activerecord (= 7.0.0)
62
+ activesupport (= 7.0.0)
63
+ marcel (~> 1.0)
63
64
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.4.1)
65
+ activesupport (7.0.0)
65
66
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
67
  i18n (>= 1.6, < 2)
67
68
  minitest (>= 5.1)
68
69
  tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
70
  builder (3.2.4)
71
71
  concurrent-ruby (1.1.9)
72
72
  crass (1.0.6)
73
73
  erubi (1.10.0)
74
- globalid (0.5.2)
74
+ globalid (1.0.0)
75
75
  activesupport (>= 5.0)
76
- i18n (1.8.10)
76
+ i18n (1.8.11)
77
77
  concurrent-ruby (~> 1.0)
78
- loofah (2.12.0)
78
+ loofah (2.13.0)
79
79
  crass (~> 1.0.2)
80
80
  nokogiri (>= 1.5.9)
81
81
  mail (2.7.1)
82
82
  mini_mime (>= 0.1.1)
83
83
  marcel (1.0.2)
84
84
  method_source (1.0.0)
85
- mini_mime (1.1.1)
86
- minitest (5.14.4)
87
- mobility (1.2.2)
85
+ mini_mime (1.1.2)
86
+ minitest (5.15.0)
87
+ mobility (1.2.5)
88
88
  i18n (>= 0.6.10, < 2)
89
89
  request_store (~> 1.0)
90
90
  nio4r (2.5.8)
@@ -92,46 +92,39 @@ GEM
92
92
  racc (~> 1.4)
93
93
  nokogiri (1.12.5-x86_64-linux)
94
94
  racc (~> 1.4)
95
- racc (1.5.2)
95
+ racc (1.6.0)
96
96
  rack (2.2.3)
97
97
  rack-test (1.1.0)
98
98
  rack (>= 1.0, < 3)
99
- rails (6.1.4.1)
100
- actioncable (= 6.1.4.1)
101
- actionmailbox (= 6.1.4.1)
102
- actionmailer (= 6.1.4.1)
103
- actionpack (= 6.1.4.1)
104
- actiontext (= 6.1.4.1)
105
- actionview (= 6.1.4.1)
106
- activejob (= 6.1.4.1)
107
- activemodel (= 6.1.4.1)
108
- activerecord (= 6.1.4.1)
109
- activestorage (= 6.1.4.1)
110
- activesupport (= 6.1.4.1)
99
+ rails (7.0.0)
100
+ actioncable (= 7.0.0)
101
+ actionmailbox (= 7.0.0)
102
+ actionmailer (= 7.0.0)
103
+ actionpack (= 7.0.0)
104
+ actiontext (= 7.0.0)
105
+ actionview (= 7.0.0)
106
+ activejob (= 7.0.0)
107
+ activemodel (= 7.0.0)
108
+ activerecord (= 7.0.0)
109
+ activestorage (= 7.0.0)
110
+ activesupport (= 7.0.0)
111
111
  bundler (>= 1.15.0)
112
- railties (= 6.1.4.1)
113
- sprockets-rails (>= 2.0.0)
112
+ railties (= 7.0.0)
114
113
  rails-dom-testing (2.0.3)
115
114
  activesupport (>= 4.2.0)
116
115
  nokogiri (>= 1.6)
117
116
  rails-html-sanitizer (1.4.2)
118
117
  loofah (~> 2.3)
119
- railties (6.1.4.1)
120
- actionpack (= 6.1.4.1)
121
- activesupport (= 6.1.4.1)
118
+ railties (7.0.0)
119
+ actionpack (= 7.0.0)
120
+ activesupport (= 7.0.0)
122
121
  method_source
123
- rake (>= 0.13)
122
+ rake (>= 12.2)
124
123
  thor (~> 1.0)
124
+ zeitwerk (~> 2.5)
125
125
  rake (13.0.6)
126
126
  request_store (1.5.0)
127
127
  rack (>= 1.4)
128
- sprockets (4.0.2)
129
- concurrent-ruby (~> 1.0)
130
- rack (> 1, < 3)
131
- sprockets-rails (3.2.2)
132
- actionpack (>= 4.0)
133
- activesupport (>= 4.0)
134
- sprockets (>= 3.0.0)
135
128
  sqlite3 (1.4.2)
136
129
  thor (1.1.0)
137
130
  tzinfo (2.0.4)
@@ -139,7 +132,7 @@ GEM
139
132
  websocket-driver (0.7.5)
140
133
  websocket-extensions (>= 0.1.0)
141
134
  websocket-extensions (0.1.5)
142
- zeitwerk (2.4.2)
135
+ zeitwerk (2.5.1)
143
136
 
144
137
  PLATFORMS
145
138
  x86_64-darwin-20
@@ -150,4 +143,4 @@ DEPENDENCIES
150
143
  sqlite3 (~> 1.4)
151
144
 
152
145
  BUNDLED WITH
153
- 2.2.23
146
+ 2.2.33
data/README.md CHANGED
@@ -79,7 +79,7 @@ This is done through the `Mobility::Backends::ActionText::Translation` model ext
79
79
 
80
80
  After checking out the repo, run `bundle install` to install dependencies. Then, run `cd test_app && bundle exec rails test` to run the tests.
81
81
 
82
- To release a new version, update `lib/mobility/action_text/version.rb` and `CHANGELOG.md`, commit, then run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
82
+ To release a new version, update `lib/mobility/action_text/version.rb` and `CHANGELOG.md`, run `bundle`, commit, then run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
83
83
 
84
84
  ## Contributing
85
85
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Mobility
4
4
  module ActionText
5
- VERSION = '0.3.0'
5
+ VERSION = '0.4.0'
6
6
  end
7
7
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.require_paths = ['lib']
28
28
 
29
29
  spec.add_dependency 'mobility', '~> 1.2'
30
- spec.add_dependency 'rails', '~> 6.0'
30
+ spec.add_dependency 'rails', '>= 6.0'
31
31
 
32
32
  spec.add_development_dependency 'sqlite3', '~> 1.4'
33
33
  end
data/test_app/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '3.0.2'
4
+ ruby '3.0.3'
5
5
 
6
6
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
  gem 'rails', '~> 6.1.1'
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- mobility-actiontext (0.3.0)
4
+ mobility-actiontext (0.4.0)
5
5
  mobility (~> 1.2)
6
- rails (~> 6.0)
6
+ rails (>= 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -74,25 +74,25 @@ GEM
74
74
  crass (1.0.6)
75
75
  erubi (1.10.0)
76
76
  ffi (1.15.4)
77
- globalid (0.5.2)
77
+ globalid (1.0.0)
78
78
  activesupport (>= 5.0)
79
- i18n (1.8.10)
79
+ i18n (1.8.11)
80
80
  concurrent-ruby (~> 1.0)
81
- jbuilder (2.11.2)
81
+ jbuilder (2.11.3)
82
82
  activesupport (>= 5.0.0)
83
83
  listen (3.7.0)
84
84
  rb-fsevent (~> 0.10, >= 0.10.3)
85
85
  rb-inotify (~> 0.9, >= 0.9.10)
86
- loofah (2.12.0)
86
+ loofah (2.13.0)
87
87
  crass (~> 1.0.2)
88
88
  nokogiri (>= 1.5.9)
89
89
  mail (2.7.1)
90
90
  mini_mime (>= 0.1.1)
91
91
  marcel (1.0.2)
92
92
  method_source (1.0.0)
93
- mini_mime (1.1.1)
93
+ mini_mime (1.1.2)
94
94
  minitest (5.14.4)
95
- mobility (1.2.2)
95
+ mobility (1.2.5)
96
96
  i18n (>= 0.6.10, < 2)
97
97
  request_store (~> 1.0)
98
98
  nio4r (2.5.8)
@@ -100,9 +100,9 @@ GEM
100
100
  racc (~> 1.4)
101
101
  nokogiri (1.12.5-x86_64-linux)
102
102
  racc (~> 1.4)
103
- puma (5.5.0)
103
+ puma (5.5.2)
104
104
  nio4r (~> 2.0)
105
- racc (1.5.2)
105
+ racc (1.6.0)
106
106
  rack (2.2.3)
107
107
  rack-mini-profiler (2.3.3)
108
108
  rack (>= 1.2.0)
@@ -153,9 +153,9 @@ GEM
153
153
  sprockets (4.0.2)
154
154
  concurrent-ruby (~> 1.0)
155
155
  rack (> 1, < 3)
156
- sprockets-rails (3.2.2)
157
- actionpack (>= 4.0)
158
- activesupport (>= 4.0)
156
+ sprockets-rails (3.4.2)
157
+ actionpack (>= 5.2)
158
+ activesupport (>= 5.2)
159
159
  sprockets (>= 3.0.0)
160
160
  sqlite3 (1.4.2)
161
161
  thor (1.1.0)
@@ -165,7 +165,7 @@ GEM
165
165
  turbolinks-source (5.2.0)
166
166
  tzinfo (2.0.4)
167
167
  concurrent-ruby (~> 1.0)
168
- web-console (4.1.0)
168
+ web-console (4.2.0)
169
169
  actionview (>= 6.0.0)
170
170
  activemodel (>= 6.0.0)
171
171
  bindex (>= 0.4.0)
@@ -173,7 +173,7 @@ GEM
173
173
  websocket-driver (0.7.5)
174
174
  websocket-extensions (>= 0.1.0)
175
175
  websocket-extensions (0.1.5)
176
- zeitwerk (2.4.2)
176
+ zeitwerk (2.5.1)
177
177
 
178
178
  PLATFORMS
179
179
  x86_64-darwin-20
@@ -195,7 +195,7 @@ DEPENDENCIES
195
195
  web-console (>= 4.1.0)
196
196
 
197
197
  RUBY VERSION
198
- ruby 3.0.2p107
198
+ ruby 3.0.3p157
199
199
 
200
200
  BUNDLED WITH
201
- 2.2.23
201
+ 2.2.33
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobility-actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Dubois
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-07 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mobility
@@ -28,14 +28,14 @@ dependencies:
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '6.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '6.0'
41
41
  - !ruby/object:Gem::Dependency