mobility-actiontext 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +5 -2
- data/Gemfile.lock +69 -76
- data/README.md +1 -1
- data/lib/mobility/action_text/version.rb +1 -1
- data/mobility-actiontext.gemspec +1 -1
- data/test_app/Gemfile +1 -1
- data/test_app/Gemfile.lock +17 -17
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 463d698f77ebfa96a36f00b1555d243ad20e5f2d6eb5355b84e4242fc0895192
|
4
|
+
data.tar.gz: 4cf42c1faee89b576c55a9b4a1e84e7bb2dd6e57a04e031b4def117e66b34e29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d33438f6e42af2c0e6a8dbae594ebef7af614e2606699637fa4616c2e278749ecdf6b8d9d99819f47f7a5b59757d121b81d515edb3418088c69fa6488d54e15
|
7
|
+
data.tar.gz: 513e9487e324b0db39a01493c0e6976e9bbb74c733eff04e3725727a0218d74aaddefd0518d12d98b1112525f5de964c1e7b698fdc421186c04903a8e290cbc1
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-3.0.
|
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.
|
4
|
+
mobility-actiontext (0.4.0)
|
5
5
|
mobility (~> 1.2)
|
6
|
-
rails (
|
6
|
+
rails (>= 6.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
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 (
|
17
|
-
actionpack (=
|
18
|
-
activejob (=
|
19
|
-
activerecord (=
|
20
|
-
activestorage (=
|
21
|
-
activesupport (=
|
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 (
|
24
|
-
actionpack (=
|
25
|
-
actionview (=
|
26
|
-
activejob (=
|
27
|
-
activesupport (=
|
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 (
|
31
|
-
actionview (=
|
32
|
-
activesupport (=
|
33
|
-
rack (~> 2.0, >= 2.0
|
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 (
|
38
|
-
actionpack (=
|
39
|
-
activerecord (=
|
40
|
-
activestorage (=
|
41
|
-
activesupport (=
|
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 (
|
44
|
-
activesupport (=
|
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 (
|
50
|
-
activesupport (=
|
50
|
+
activejob (7.0.0)
|
51
|
+
activesupport (= 7.0.0)
|
51
52
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (
|
53
|
-
activesupport (=
|
54
|
-
activerecord (
|
55
|
-
activemodel (=
|
56
|
-
activesupport (=
|
57
|
-
activestorage (
|
58
|
-
actionpack (=
|
59
|
-
activejob (=
|
60
|
-
activerecord (=
|
61
|
-
activesupport (=
|
62
|
-
marcel (~> 1.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 (
|
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.
|
74
|
+
globalid (1.0.0)
|
75
75
|
activesupport (>= 5.0)
|
76
|
-
i18n (1.8.
|
76
|
+
i18n (1.8.11)
|
77
77
|
concurrent-ruby (~> 1.0)
|
78
|
-
loofah (2.
|
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.
|
86
|
-
minitest (5.
|
87
|
-
mobility (1.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.
|
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 (
|
100
|
-
actioncable (=
|
101
|
-
actionmailbox (=
|
102
|
-
actionmailer (=
|
103
|
-
actionpack (=
|
104
|
-
actiontext (=
|
105
|
-
actionview (=
|
106
|
-
activejob (=
|
107
|
-
activemodel (=
|
108
|
-
activerecord (=
|
109
|
-
activestorage (=
|
110
|
-
activesupport (=
|
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 (=
|
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 (
|
120
|
-
actionpack (=
|
121
|
-
activesupport (=
|
118
|
+
railties (7.0.0)
|
119
|
+
actionpack (= 7.0.0)
|
120
|
+
activesupport (= 7.0.0)
|
122
121
|
method_source
|
123
|
-
rake (>=
|
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.
|
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.
|
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
|
|
data/mobility-actiontext.gemspec
CHANGED
data/test_app/Gemfile
CHANGED
data/test_app/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
mobility-actiontext (0.
|
4
|
+
mobility-actiontext (0.4.0)
|
5
5
|
mobility (~> 1.2)
|
6
|
-
rails (
|
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.
|
77
|
+
globalid (1.0.0)
|
78
78
|
activesupport (>= 5.0)
|
79
|
-
i18n (1.8.
|
79
|
+
i18n (1.8.11)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
|
-
jbuilder (2.11.
|
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.
|
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.
|
93
|
+
mini_mime (1.1.2)
|
94
94
|
minitest (5.14.4)
|
95
|
-
mobility (1.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.
|
103
|
+
puma (5.5.2)
|
104
104
|
nio4r (~> 2.0)
|
105
|
-
racc (1.
|
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.
|
157
|
-
actionpack (>=
|
158
|
-
activesupport (>=
|
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.
|
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.
|
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.
|
198
|
+
ruby 3.0.3p157
|
199
199
|
|
200
200
|
BUNDLED WITH
|
201
|
-
2.2.
|
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.
|
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-
|
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
|