rails_admin_actiontext 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dc99b09f7918b135890974b1d799a3d6149a03e39039b8d34c898ace413da5f
4
- data.tar.gz: 14a022da9ec918a2910694adac14861d61834f3c73589f53fb35748ab4f521d7
3
+ metadata.gz: 9145fbf157192327bc8dd7791f1cf34809a3d68f8ccad46af589c86f932a72db
4
+ data.tar.gz: e357478608355ecdcd488ec26f69dbcc0b0b627fd950fe37da9479bb74d975ce
5
5
  SHA512:
6
- metadata.gz: a407ed51512d08338128126df3226fae8962e3b1ac90ebfbc3a53ee8366f54629fa0cf9185e866cdb394e1450f1fde934d6e37d91d9afeb06ff0563689873220
7
- data.tar.gz: accb09ab38cefe85e3f41c9efc5c94b99be09edc7219bfdb799f86673cef5fabfecbc203a254d64c20e5eea3087a9817d8ea4096c4888e77cc7dde7b7f6da3e5
6
+ metadata.gz: 6e111c07813b5c874686c7687c8119f3f655c876966e80fd9faeccab33627e81e537f589c23bb733b8f1d395f6c1e83a809956d734aea65f800ca8e8963fe806
7
+ data.tar.gz: eed649b00fce50eb3ef90567686efa879b7f4cd623075a81ce42a20db5ad16e30ae5ad34f0ce36f25fa85668ba9a02995705fb297eb59a74715301e9e61626cb
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # RailsAdminActiontext
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/rails_admin_actiontextk.svg)](http://badge.fury.io/rb/rails_admin_actiontextk)
4
- [![Code Climate](https://codeclimate.com/github/jemcode/rails_admin_actiontextk/badges/gpa.svg)](https://codeclimate.com/github/jemcode/rails_admin_actiontextk)
3
+ [![Gem Version](https://badge.fury.io/rb/rails_admin_actiontext.svg)](https://badge.fury.io/rb/rails_admin_actiontext)
4
+ [![Code Climate](https://codeclimate.com/github/jemcode/rails_admin_actiontext/badges/gpa.svg)](https://codeclimate.com/github/jemcode/rails_admin_actiontext)
5
5
 
6
6
  [RailsAdmin](https://github.com/sferik/rails_admin) extension for enabling the Rails 6 [ActionText](https://github.com/rails/actiontext) editor.
7
7
 
@@ -10,6 +10,7 @@
10
10
  To enable **rails_admin_actiontext**, add the following to your `Gemfile`:
11
11
 
12
12
  ```ruby
13
+ gem 'rails_admin'
13
14
  gem 'rails_admin_actiontext'
14
15
  ```
15
16
 
@@ -19,7 +20,7 @@ E.g. `gem 'actiontext'`
19
20
 
20
21
 
21
22
  ## Configuration
22
- To use ActionText follow their installation instructions.
23
+ To use ActionText follow the Rails installation instructions (don't forget ActiveStorage if you want to allow drag and drop images).
23
24
 
24
25
  ```ruby
25
26
  RailsAdmin.config do |config|
@@ -1,3 +1,3 @@
1
1
  module RailsAdminActiontext
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rikki Pitt
@@ -50,20 +50,6 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.0.0
53
- - !ruby/object:Gem::Dependency
54
- name: actiontext
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - "~>"
58
- - !ruby/object:Gem::Version
59
- version: '0'
60
- type: :runtime
61
- prerelease: false
62
- version_requirements: !ruby/object:Gem::Requirement
63
- requirements:
64
- - - "~>"
65
- - !ruby/object:Gem::Version
66
- version: '0'
67
53
  description: Enables an integration for the Trix powered ActionText content editor
68
54
  for RailsAdmin
69
55
  email: