actiontext 6.1.1 → 6.1.3.2
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 +4 -4
- data/CHANGELOG.md +25 -0
- data/lib/action_text/gem_version.rb +2 -2
- data/lib/generators/action_text/install/install_generator.rb +1 -1
- data/package.json +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93b59f79fb4fb1e135ad83b314ca17bc98b61139249550a1c119c5bedc80d7bb
|
|
4
|
+
data.tar.gz: 9802ceea985bdba5ae96dd797cf811d70cce54cc28c85e8684b8da55a0290ace
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee02c9b9aae79cd8d3076c2d6099c0225170d718d369866c58755b7b8bc3782c8e5015aee8c35a5400f4f5e915cdf2fb68a3bbf0f056de1511de7a06010883c3
|
|
7
|
+
data.tar.gz: c8765220e49d85e73eae09be07f00ff66c4bc56230812a26a3f256d3ec537a5d80934f3790dfaa2badb122dac0b56e23f373236ccceb606bcaca72fc9f8c9a33
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## Rails 6.1.3.2 (May 05, 2021) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 6.1.3.1 (March 26, 2021) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 6.1.3 (February 17, 2021) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 6.1.2.1 (February 10, 2021) ##
|
|
17
|
+
|
|
18
|
+
* No changes.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Rails 6.1.2 (February 09, 2021) ##
|
|
22
|
+
|
|
23
|
+
* No changes.
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
## Rails 6.1.1 (January 07, 2021) ##
|
|
2
27
|
|
|
3
28
|
* No changes.
|
|
@@ -12,7 +12,7 @@ module ActionText
|
|
|
12
12
|
rails_command "app:binstub:yarn", inline: true
|
|
13
13
|
|
|
14
14
|
say "Installing JavaScript dependencies", :green
|
|
15
|
-
run "bin/yarn add #{js_dependencies.map { |name, version| "#{name}@#{version}" }.join(" ")}",
|
|
15
|
+
run "#{Thor::Util.ruby_command} bin/yarn add #{js_dependencies.map { |name, version| "#{name}@#{version}" }.join(" ")}",
|
|
16
16
|
abort_on_failure: true, capture: true
|
|
17
17
|
end
|
|
18
18
|
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actiontext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.1.
|
|
4
|
+
version: 6.1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javan Makhmali
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-05-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -18,56 +18,56 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 6.1.
|
|
21
|
+
version: 6.1.3.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 6.1.
|
|
28
|
+
version: 6.1.3.2
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: activerecord
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 6.1.
|
|
35
|
+
version: 6.1.3.2
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 6.1.
|
|
42
|
+
version: 6.1.3.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: activestorage
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 6.1.
|
|
49
|
+
version: 6.1.3.2
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 6.1.
|
|
56
|
+
version: 6.1.3.2
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: actionpack
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 6.1.
|
|
63
|
+
version: 6.1.3.2
|
|
64
64
|
type: :runtime
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 6.1.
|
|
70
|
+
version: 6.1.3.2
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: nokogiri
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -140,10 +140,10 @@ licenses:
|
|
|
140
140
|
- MIT
|
|
141
141
|
metadata:
|
|
142
142
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
143
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.1.
|
|
144
|
-
documentation_uri: https://api.rubyonrails.org/v6.1.
|
|
143
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.1.3.2/actiontext/CHANGELOG.md
|
|
144
|
+
documentation_uri: https://api.rubyonrails.org/v6.1.3.2/
|
|
145
145
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
146
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.1.
|
|
146
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.1.3.2/actiontext
|
|
147
147
|
post_install_message:
|
|
148
148
|
rdoc_options: []
|
|
149
149
|
require_paths:
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
|
-
rubygems_version: 3.2
|
|
162
|
+
rubygems_version: 3.1.2
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: Rich text framework.
|