mobility-actiontext 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +6 -0
- data/.gitignore +1 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +62 -64
- data/README.md +2 -2
- data/dependabot.yml +6 -0
- data/lib/mobility/action_text/version.rb +1 -1
- data/mobility-actiontext.gemspec +1 -1
- data/test_app/Gemfile +0 -8
- data/test_app/Gemfile.lock +65 -88
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f786847759d002097d838b957e806ed4d53c4c06ba43d9cea1dd0e4dcd882d12
|
4
|
+
data.tar.gz: ecf702b9980c900e66f9700dff94169033a0358fa9ab7b6ebbbf8e57b23ee13a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd005a3d0c2a59706e5a5d7644d5e9245e8b21168d24894d990fdc0382263446ed13d1354c2df7f936fb8f840e65af2c22cabdef1a049833a19c018024c4359b
|
7
|
+
data.tar.gz: ec860b5f3d4f35e1218ae8f66fda41736f78d5663990b5a207250a2c0ce673887deff8dba2f4638df40a8e63d591108aac8e6db57349b92e97e42c26f7b105c1
|
data/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
/pkg
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,67 +1,67 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mobility-actiontext (0.
|
4
|
+
mobility-actiontext (0.2.0)
|
5
5
|
mobility (~> 1.1)
|
6
6
|
rails (~> 6.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.1.3)
|
12
|
-
actionpack (= 6.1.3)
|
13
|
-
activesupport (= 6.1.3)
|
11
|
+
actioncable (6.1.3.1)
|
12
|
+
actionpack (= 6.1.3.1)
|
13
|
+
activesupport (= 6.1.3.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.3)
|
17
|
-
actionpack (= 6.1.3)
|
18
|
-
activejob (= 6.1.3)
|
19
|
-
activerecord (= 6.1.3)
|
20
|
-
activestorage (= 6.1.3)
|
21
|
-
activesupport (= 6.1.3)
|
16
|
+
actionmailbox (6.1.3.1)
|
17
|
+
actionpack (= 6.1.3.1)
|
18
|
+
activejob (= 6.1.3.1)
|
19
|
+
activerecord (= 6.1.3.1)
|
20
|
+
activestorage (= 6.1.3.1)
|
21
|
+
activesupport (= 6.1.3.1)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.3)
|
24
|
-
actionpack (= 6.1.3)
|
25
|
-
actionview (= 6.1.3)
|
26
|
-
activejob (= 6.1.3)
|
27
|
-
activesupport (= 6.1.3)
|
23
|
+
actionmailer (6.1.3.1)
|
24
|
+
actionpack (= 6.1.3.1)
|
25
|
+
actionview (= 6.1.3.1)
|
26
|
+
activejob (= 6.1.3.1)
|
27
|
+
activesupport (= 6.1.3.1)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.3)
|
31
|
-
actionview (= 6.1.3)
|
32
|
-
activesupport (= 6.1.3)
|
30
|
+
actionpack (6.1.3.1)
|
31
|
+
actionview (= 6.1.3.1)
|
32
|
+
activesupport (= 6.1.3.1)
|
33
33
|
rack (~> 2.0, >= 2.0.9)
|
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.3)
|
38
|
-
actionpack (= 6.1.3)
|
39
|
-
activerecord (= 6.1.3)
|
40
|
-
activestorage (= 6.1.3)
|
41
|
-
activesupport (= 6.1.3)
|
37
|
+
actiontext (6.1.3.1)
|
38
|
+
actionpack (= 6.1.3.1)
|
39
|
+
activerecord (= 6.1.3.1)
|
40
|
+
activestorage (= 6.1.3.1)
|
41
|
+
activesupport (= 6.1.3.1)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.3)
|
44
|
-
activesupport (= 6.1.3)
|
43
|
+
actionview (6.1.3.1)
|
44
|
+
activesupport (= 6.1.3.1)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.3)
|
50
|
-
activesupport (= 6.1.3)
|
49
|
+
activejob (6.1.3.1)
|
50
|
+
activesupport (= 6.1.3.1)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.3)
|
53
|
-
activesupport (= 6.1.3)
|
54
|
-
activerecord (6.1.3)
|
55
|
-
activemodel (= 6.1.3)
|
56
|
-
activesupport (= 6.1.3)
|
57
|
-
activestorage (6.1.3)
|
58
|
-
actionpack (= 6.1.3)
|
59
|
-
activejob (= 6.1.3)
|
60
|
-
activerecord (= 6.1.3)
|
61
|
-
activesupport (= 6.1.3)
|
62
|
-
marcel (~> 0.
|
63
|
-
|
64
|
-
activesupport (6.1.3)
|
52
|
+
activemodel (6.1.3.1)
|
53
|
+
activesupport (= 6.1.3.1)
|
54
|
+
activerecord (6.1.3.1)
|
55
|
+
activemodel (= 6.1.3.1)
|
56
|
+
activesupport (= 6.1.3.1)
|
57
|
+
activestorage (6.1.3.1)
|
58
|
+
actionpack (= 6.1.3.1)
|
59
|
+
activejob (= 6.1.3.1)
|
60
|
+
activerecord (= 6.1.3.1)
|
61
|
+
activesupport (= 6.1.3.1)
|
62
|
+
marcel (~> 1.0.0)
|
63
|
+
mini_mime (~> 1.0.2)
|
64
|
+
activesupport (6.1.3.1)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 1.6, < 2)
|
67
67
|
minitest (>= 5.1)
|
@@ -73,52 +73,50 @@ GEM
|
|
73
73
|
erubi (1.10.0)
|
74
74
|
globalid (0.4.2)
|
75
75
|
activesupport (>= 4.2.0)
|
76
|
-
i18n (1.8.
|
76
|
+
i18n (1.8.10)
|
77
77
|
concurrent-ruby (~> 1.0)
|
78
78
|
loofah (2.9.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
|
-
marcel (0.
|
84
|
-
mimemagic (~> 0.3.2)
|
83
|
+
marcel (1.0.1)
|
85
84
|
method_source (1.0.0)
|
86
|
-
|
87
|
-
|
88
|
-
minitest (5.14.3)
|
85
|
+
mini_mime (1.0.3)
|
86
|
+
minitest (5.14.4)
|
89
87
|
mobility (1.1.1)
|
90
88
|
i18n (>= 0.6.10, < 2)
|
91
89
|
request_store (~> 1.0)
|
92
|
-
nio4r (2.5.
|
93
|
-
nokogiri (1.11.
|
90
|
+
nio4r (2.5.7)
|
91
|
+
nokogiri (1.11.2-x86_64-darwin)
|
94
92
|
racc (~> 1.4)
|
95
93
|
racc (1.5.2)
|
96
94
|
rack (2.2.3)
|
97
95
|
rack-test (1.1.0)
|
98
96
|
rack (>= 1.0, < 3)
|
99
|
-
rails (6.1.3)
|
100
|
-
actioncable (= 6.1.3)
|
101
|
-
actionmailbox (= 6.1.3)
|
102
|
-
actionmailer (= 6.1.3)
|
103
|
-
actionpack (= 6.1.3)
|
104
|
-
actiontext (= 6.1.3)
|
105
|
-
actionview (= 6.1.3)
|
106
|
-
activejob (= 6.1.3)
|
107
|
-
activemodel (= 6.1.3)
|
108
|
-
activerecord (= 6.1.3)
|
109
|
-
activestorage (= 6.1.3)
|
110
|
-
activesupport (= 6.1.3)
|
97
|
+
rails (6.1.3.1)
|
98
|
+
actioncable (= 6.1.3.1)
|
99
|
+
actionmailbox (= 6.1.3.1)
|
100
|
+
actionmailer (= 6.1.3.1)
|
101
|
+
actionpack (= 6.1.3.1)
|
102
|
+
actiontext (= 6.1.3.1)
|
103
|
+
actionview (= 6.1.3.1)
|
104
|
+
activejob (= 6.1.3.1)
|
105
|
+
activemodel (= 6.1.3.1)
|
106
|
+
activerecord (= 6.1.3.1)
|
107
|
+
activestorage (= 6.1.3.1)
|
108
|
+
activesupport (= 6.1.3.1)
|
111
109
|
bundler (>= 1.15.0)
|
112
|
-
railties (= 6.1.3)
|
110
|
+
railties (= 6.1.3.1)
|
113
111
|
sprockets-rails (>= 2.0.0)
|
114
112
|
rails-dom-testing (2.0.3)
|
115
113
|
activesupport (>= 4.2.0)
|
116
114
|
nokogiri (>= 1.6)
|
117
115
|
rails-html-sanitizer (1.3.0)
|
118
116
|
loofah (~> 2.3)
|
119
|
-
railties (6.1.3)
|
120
|
-
actionpack (= 6.1.3)
|
121
|
-
activesupport (= 6.1.3)
|
117
|
+
railties (6.1.3.1)
|
118
|
+
actionpack (= 6.1.3.1)
|
119
|
+
activesupport (= 6.1.3.1)
|
122
120
|
method_source
|
123
121
|
rake (>= 0.8.7)
|
124
122
|
thor (~> 1.0)
|
data/README.md
CHANGED
@@ -77,9 +77,9 @@ This is done through the `Mobility::Backends::ActionText::Translation` model ext
|
|
77
77
|
|
78
78
|
## Development
|
79
79
|
|
80
|
-
After checking out the repo, run `bundle install` to install dependencies. Then, run `
|
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
|
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).
|
83
83
|
|
84
84
|
## Contributing
|
85
85
|
|
data/dependabot.yml
ADDED
data/mobility-actiontext.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = 'Translate Rails Action Text rich text with Mobility.'
|
12
12
|
spec.homepage = 'https://github.com/sedubois/mobility-actiontext'
|
13
13
|
spec.license = 'MIT'
|
14
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.
|
14
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
|
15
15
|
|
16
16
|
spec.metadata['homepage_uri'] = spec.homepage
|
17
17
|
spec.metadata['source_code_uri'] = 'https://github.com/sedubois/mobility-actiontext'
|
data/test_app/Gemfile
CHANGED
@@ -35,14 +35,6 @@ group :development do
|
|
35
35
|
gem 'listen', '~> 3.3'
|
36
36
|
end
|
37
37
|
|
38
|
-
group :test do
|
39
|
-
# Adds support for Capybara system testing and selenium driver
|
40
|
-
gem 'capybara', '>= 3.26'
|
41
|
-
gem 'selenium-webdriver'
|
42
|
-
# Easy installation and use of web drivers to run system tests with browsers
|
43
|
-
# gem 'webdrivers' # yields 'cannot load such file -- rexml/document'
|
44
|
-
end
|
45
|
-
|
46
38
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
47
39
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
48
40
|
|
data/test_app/Gemfile.lock
CHANGED
@@ -1,97 +1,86 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
mobility-actiontext (0.
|
4
|
+
mobility-actiontext (0.2.0)
|
5
5
|
mobility (~> 1.1)
|
6
6
|
rails (~> 6.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.1.3)
|
12
|
-
actionpack (= 6.1.3)
|
13
|
-
activesupport (= 6.1.3)
|
11
|
+
actioncable (6.1.3.1)
|
12
|
+
actionpack (= 6.1.3.1)
|
13
|
+
activesupport (= 6.1.3.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.3)
|
17
|
-
actionpack (= 6.1.3)
|
18
|
-
activejob (= 6.1.3)
|
19
|
-
activerecord (= 6.1.3)
|
20
|
-
activestorage (= 6.1.3)
|
21
|
-
activesupport (= 6.1.3)
|
16
|
+
actionmailbox (6.1.3.1)
|
17
|
+
actionpack (= 6.1.3.1)
|
18
|
+
activejob (= 6.1.3.1)
|
19
|
+
activerecord (= 6.1.3.1)
|
20
|
+
activestorage (= 6.1.3.1)
|
21
|
+
activesupport (= 6.1.3.1)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.3)
|
24
|
-
actionpack (= 6.1.3)
|
25
|
-
actionview (= 6.1.3)
|
26
|
-
activejob (= 6.1.3)
|
27
|
-
activesupport (= 6.1.3)
|
23
|
+
actionmailer (6.1.3.1)
|
24
|
+
actionpack (= 6.1.3.1)
|
25
|
+
actionview (= 6.1.3.1)
|
26
|
+
activejob (= 6.1.3.1)
|
27
|
+
activesupport (= 6.1.3.1)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.3)
|
31
|
-
actionview (= 6.1.3)
|
32
|
-
activesupport (= 6.1.3)
|
30
|
+
actionpack (6.1.3.1)
|
31
|
+
actionview (= 6.1.3.1)
|
32
|
+
activesupport (= 6.1.3.1)
|
33
33
|
rack (~> 2.0, >= 2.0.9)
|
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.3)
|
38
|
-
actionpack (= 6.1.3)
|
39
|
-
activerecord (= 6.1.3)
|
40
|
-
activestorage (= 6.1.3)
|
41
|
-
activesupport (= 6.1.3)
|
37
|
+
actiontext (6.1.3.1)
|
38
|
+
actionpack (= 6.1.3.1)
|
39
|
+
activerecord (= 6.1.3.1)
|
40
|
+
activestorage (= 6.1.3.1)
|
41
|
+
activesupport (= 6.1.3.1)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.3)
|
44
|
-
activesupport (= 6.1.3)
|
43
|
+
actionview (6.1.3.1)
|
44
|
+
activesupport (= 6.1.3.1)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.3)
|
50
|
-
activesupport (= 6.1.3)
|
49
|
+
activejob (6.1.3.1)
|
50
|
+
activesupport (= 6.1.3.1)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.3)
|
53
|
-
activesupport (= 6.1.3)
|
54
|
-
activerecord (6.1.3)
|
55
|
-
activemodel (= 6.1.3)
|
56
|
-
activesupport (= 6.1.3)
|
57
|
-
activestorage (6.1.3)
|
58
|
-
actionpack (= 6.1.3)
|
59
|
-
activejob (= 6.1.3)
|
60
|
-
activerecord (= 6.1.3)
|
61
|
-
activesupport (= 6.1.3)
|
62
|
-
marcel (~> 0.
|
63
|
-
|
64
|
-
activesupport (6.1.3)
|
52
|
+
activemodel (6.1.3.1)
|
53
|
+
activesupport (= 6.1.3.1)
|
54
|
+
activerecord (6.1.3.1)
|
55
|
+
activemodel (= 6.1.3.1)
|
56
|
+
activesupport (= 6.1.3.1)
|
57
|
+
activestorage (6.1.3.1)
|
58
|
+
actionpack (= 6.1.3.1)
|
59
|
+
activejob (= 6.1.3.1)
|
60
|
+
activerecord (= 6.1.3.1)
|
61
|
+
activesupport (= 6.1.3.1)
|
62
|
+
marcel (~> 1.0.0)
|
63
|
+
mini_mime (~> 1.0.2)
|
64
|
+
activesupport (6.1.3.1)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 1.6, < 2)
|
67
67
|
minitest (>= 5.1)
|
68
68
|
tzinfo (~> 2.0)
|
69
69
|
zeitwerk (~> 2.3)
|
70
|
-
addressable (2.7.0)
|
71
|
-
public_suffix (>= 2.0.2, < 5.0)
|
72
70
|
bindex (0.8.1)
|
73
71
|
builder (3.2.4)
|
74
72
|
byebug (11.1.3)
|
75
|
-
capybara (3.35.3)
|
76
|
-
addressable
|
77
|
-
mini_mime (>= 0.1.3)
|
78
|
-
nokogiri (~> 1.8)
|
79
|
-
rack (>= 1.6.0)
|
80
|
-
rack-test (>= 0.6.3)
|
81
|
-
regexp_parser (>= 1.5, < 3.0)
|
82
|
-
xpath (~> 3.2)
|
83
|
-
childprocess (3.0.0)
|
84
73
|
concurrent-ruby (1.1.8)
|
85
74
|
crass (1.0.6)
|
86
75
|
erubi (1.10.0)
|
87
|
-
ffi (1.
|
76
|
+
ffi (1.15.0)
|
88
77
|
globalid (0.4.2)
|
89
78
|
activesupport (>= 4.2.0)
|
90
|
-
i18n (1.8.
|
79
|
+
i18n (1.8.10)
|
91
80
|
concurrent-ruby (~> 1.0)
|
92
81
|
jbuilder (2.11.2)
|
93
82
|
activesupport (>= 5.0.0)
|
94
|
-
listen (3.
|
83
|
+
listen (3.5.1)
|
95
84
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
96
85
|
rb-inotify (~> 0.9, >= 0.9.10)
|
97
86
|
loofah (2.9.0)
|
@@ -99,20 +88,17 @@ GEM
|
|
99
88
|
nokogiri (>= 1.5.9)
|
100
89
|
mail (2.7.1)
|
101
90
|
mini_mime (>= 0.1.1)
|
102
|
-
marcel (0.
|
103
|
-
mimemagic (~> 0.3.2)
|
91
|
+
marcel (1.0.1)
|
104
92
|
method_source (1.0.0)
|
105
|
-
|
106
|
-
|
107
|
-
minitest (5.14.3)
|
93
|
+
mini_mime (1.0.3)
|
94
|
+
minitest (5.14.4)
|
108
95
|
mobility (1.1.1)
|
109
96
|
i18n (>= 0.6.10, < 2)
|
110
97
|
request_store (~> 1.0)
|
111
|
-
nio4r (2.5.
|
112
|
-
nokogiri (1.11.
|
98
|
+
nio4r (2.5.7)
|
99
|
+
nokogiri (1.11.2-x86_64-darwin)
|
113
100
|
racc (~> 1.4)
|
114
|
-
|
115
|
-
puma (5.2.1)
|
101
|
+
puma (5.2.2)
|
116
102
|
nio4r (~> 2.0)
|
117
103
|
racc (1.5.2)
|
118
104
|
rack (2.2.3)
|
@@ -120,29 +106,29 @@ GEM
|
|
120
106
|
rack (>= 1.2.0)
|
121
107
|
rack-test (1.1.0)
|
122
108
|
rack (>= 1.0, < 3)
|
123
|
-
rails (6.1.3)
|
124
|
-
actioncable (= 6.1.3)
|
125
|
-
actionmailbox (= 6.1.3)
|
126
|
-
actionmailer (= 6.1.3)
|
127
|
-
actionpack (= 6.1.3)
|
128
|
-
actiontext (= 6.1.3)
|
129
|
-
actionview (= 6.1.3)
|
130
|
-
activejob (= 6.1.3)
|
131
|
-
activemodel (= 6.1.3)
|
132
|
-
activerecord (= 6.1.3)
|
133
|
-
activestorage (= 6.1.3)
|
134
|
-
activesupport (= 6.1.3)
|
109
|
+
rails (6.1.3.1)
|
110
|
+
actioncable (= 6.1.3.1)
|
111
|
+
actionmailbox (= 6.1.3.1)
|
112
|
+
actionmailer (= 6.1.3.1)
|
113
|
+
actionpack (= 6.1.3.1)
|
114
|
+
actiontext (= 6.1.3.1)
|
115
|
+
actionview (= 6.1.3.1)
|
116
|
+
activejob (= 6.1.3.1)
|
117
|
+
activemodel (= 6.1.3.1)
|
118
|
+
activerecord (= 6.1.3.1)
|
119
|
+
activestorage (= 6.1.3.1)
|
120
|
+
activesupport (= 6.1.3.1)
|
135
121
|
bundler (>= 1.15.0)
|
136
|
-
railties (= 6.1.3)
|
122
|
+
railties (= 6.1.3.1)
|
137
123
|
sprockets-rails (>= 2.0.0)
|
138
124
|
rails-dom-testing (2.0.3)
|
139
125
|
activesupport (>= 4.2.0)
|
140
126
|
nokogiri (>= 1.6)
|
141
127
|
rails-html-sanitizer (1.3.0)
|
142
128
|
loofah (~> 2.3)
|
143
|
-
railties (6.1.3)
|
144
|
-
actionpack (= 6.1.3)
|
145
|
-
activesupport (= 6.1.3)
|
129
|
+
railties (6.1.3.1)
|
130
|
+
actionpack (= 6.1.3.1)
|
131
|
+
activesupport (= 6.1.3.1)
|
146
132
|
method_source
|
147
133
|
rake (>= 0.8.7)
|
148
134
|
thor (~> 1.0)
|
@@ -150,10 +136,8 @@ GEM
|
|
150
136
|
rb-fsevent (0.10.4)
|
151
137
|
rb-inotify (0.10.1)
|
152
138
|
ffi (~> 1.0)
|
153
|
-
regexp_parser (2.1.0)
|
154
139
|
request_store (1.5.0)
|
155
140
|
rack (>= 1.4)
|
156
|
-
rubyzip (2.3.0)
|
157
141
|
sass-rails (6.0.0)
|
158
142
|
sassc-rails (~> 2.1, >= 2.1.1)
|
159
143
|
sassc (2.4.0)
|
@@ -164,9 +148,6 @@ GEM
|
|
164
148
|
sprockets (> 3.0)
|
165
149
|
sprockets-rails
|
166
150
|
tilt
|
167
|
-
selenium-webdriver (3.142.7)
|
168
|
-
childprocess (>= 0.5, < 4.0)
|
169
|
-
rubyzip (>= 1.2.2)
|
170
151
|
sprockets (4.0.2)
|
171
152
|
concurrent-ruby (~> 1.0)
|
172
153
|
rack (> 1, < 3)
|
@@ -190,8 +171,6 @@ GEM
|
|
190
171
|
websocket-driver (0.7.3)
|
191
172
|
websocket-extensions (>= 0.1.0)
|
192
173
|
websocket-extensions (0.1.5)
|
193
|
-
xpath (3.2.0)
|
194
|
-
nokogiri (~> 1.8)
|
195
174
|
zeitwerk (2.4.2)
|
196
175
|
|
197
176
|
PLATFORMS
|
@@ -199,7 +178,6 @@ PLATFORMS
|
|
199
178
|
|
200
179
|
DEPENDENCIES
|
201
180
|
byebug
|
202
|
-
capybara (>= 3.26)
|
203
181
|
jbuilder (~> 2.7)
|
204
182
|
listen (~> 3.3)
|
205
183
|
mobility (~> 1.1)
|
@@ -208,7 +186,6 @@ DEPENDENCIES
|
|
208
186
|
rack-mini-profiler (~> 2.0)
|
209
187
|
rails (~> 6.1.1)
|
210
188
|
sass-rails (>= 6)
|
211
|
-
selenium-webdriver
|
212
189
|
sqlite3 (~> 1.4)
|
213
190
|
turbolinks (~> 5)
|
214
191
|
tzinfo-data
|
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.2.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-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mobility
|
@@ -59,7 +59,9 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
+
- ".github/dependabot.yml"
|
62
63
|
- ".github/workflows/main.yml"
|
64
|
+
- ".gitignore"
|
63
65
|
- ".ruby-version"
|
64
66
|
- CHANGELOG.md
|
65
67
|
- Gemfile
|
@@ -67,6 +69,7 @@ files:
|
|
67
69
|
- LICENSE.txt
|
68
70
|
- README.md
|
69
71
|
- Rakefile
|
72
|
+
- dependabot.yml
|
70
73
|
- lib/mobility/action_text.rb
|
71
74
|
- lib/mobility/action_text/version.rb
|
72
75
|
- lib/mobility/backends/action_text.rb
|
@@ -144,14 +147,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
147
|
requirements:
|
145
148
|
- - ">="
|
146
149
|
- !ruby/object:Gem::Version
|
147
|
-
version: 2.
|
150
|
+
version: 2.5.0
|
148
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
152
|
requirements:
|
150
153
|
- - ">="
|
151
154
|
- !ruby/object:Gem::Version
|
152
155
|
version: '0'
|
153
156
|
requirements: []
|
154
|
-
rubygems_version: 3.2.
|
157
|
+
rubygems_version: 3.2.3
|
155
158
|
signing_key:
|
156
159
|
specification_version: 4
|
157
160
|
summary: Translate Rails Action Text rich text with Mobility.
|