rails_admin_actiontext 0.0.2 → 0.0.3

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: 9145fbf157192327bc8dd7791f1cf34809a3d68f8ccad46af589c86f932a72db
4
- data.tar.gz: e357478608355ecdcd488ec26f69dbcc0b0b627fd950fe37da9479bb74d975ce
3
+ metadata.gz: 3c9a88f541ebfc9ea0c5bc1a03ce3e696a3e26e3b7b645e0c366dafcc3f1f113
4
+ data.tar.gz: 47cef7209ad3e64f9f056cd0666f1c5e929aae55661eaaaa75c2540364ae621a
5
5
  SHA512:
6
- metadata.gz: 6e111c07813b5c874686c7687c8119f3f655c876966e80fd9faeccab33627e81e537f589c23bb733b8f1d395f6c1e83a809956d734aea65f800ca8e8963fe806
7
- data.tar.gz: eed649b00fce50eb3ef90567686efa879b7f4cd623075a81ce42a20db5ad16e30ae5ad34f0ce36f25fa85668ba9a02995705fb297eb59a74715301e9e61626cb
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
 
@@ -1,3 +1,3 @@
1
1
  module RailsAdminActiontext
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
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.2
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: 2018-12-31 00:00:00.000000000 Z
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.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.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
- rubyforge_project:
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