rails_admin_actiontext 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -5
- data/lib/rails_admin_actiontext/version.rb +1 -1
- metadata +5 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c9a88f541ebfc9ea0c5bc1a03ce3e696a3e26e3b7b645e0c366dafcc3f1f113
|
4
|
+
data.tar.gz: 47cef7209ad3e64f9f056cd0666f1c5e929aae55661eaaaa75c2540364ae621a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8517e2fc6c834b3caa6f97e2d24e2873a98bdbd53906119e876f6280cac027e1cfb70e1a91e1f00daee54d8f69b5029e49a81bf3e04b3cd8b366b01a9a19b8dc
|
7
|
+
data.tar.gz: e44ae270b9fdbe569a5cde1a427fdb8a657fe2f702363787501131321ebd35bce19929259ba26a845e1ab3eab53e83cb566e1e597a67f869b77e71b6ffca0f53
|
data/README.md
CHANGED
@@ -14,11 +14,6 @@ gem 'rails_admin'
|
|
14
14
|
gem 'rails_admin_actiontext'
|
15
15
|
```
|
16
16
|
|
17
|
-
It should go without saying that this plugin also requires the actiontext gem.
|
18
|
-
|
19
|
-
E.g. `gem 'actiontext'`
|
20
|
-
|
21
|
-
|
22
17
|
## Configuration
|
23
18
|
To use ActionText follow the Rails installation instructions (don't forget ActiveStorage if you want to allow drag and drop images).
|
24
19
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_actiontext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rikki Pitt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -34,22 +34,16 @@ dependencies:
|
|
34
34
|
name: rails_admin
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '1.0'
|
40
37
|
- - ">="
|
41
38
|
- !ruby/object:Gem::Version
|
42
|
-
version: 1.0
|
39
|
+
version: '1.0'
|
43
40
|
type: :runtime
|
44
41
|
prerelease: false
|
45
42
|
version_requirements: !ruby/object:Gem::Requirement
|
46
43
|
requirements:
|
47
|
-
- - "~>"
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: '1.0'
|
50
44
|
- - ">="
|
51
45
|
- !ruby/object:Gem::Version
|
52
|
-
version: 1.0
|
46
|
+
version: '1.0'
|
53
47
|
description: Enables an integration for the Trix powered ActionText content editor
|
54
48
|
for RailsAdmin
|
55
49
|
email:
|
@@ -86,8 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
80
|
- !ruby/object:Gem::Version
|
87
81
|
version: '0'
|
88
82
|
requirements: []
|
89
|
-
|
90
|
-
rubygems_version: 2.7.6
|
83
|
+
rubygems_version: 3.1.2
|
91
84
|
signing_key:
|
92
85
|
specification_version: 4
|
93
86
|
summary: Action Text integration for Rails Admin
|