activeadmin_trumbowyg 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/activeadmin/trumbowyg/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f88f56fee9b7d9bfd498f56cdb96803fd54bc7c950d56743051413bdaf3fe1da
|
4
|
+
data.tar.gz: '08a0be194c1f4a32fc6240eb6e39ead041819c1012b5e3fb06a7b2cb5465e99e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6eb5a3120638538d7edc83eb337e3a3aacf51a7b3f9715dc56b0e49a4a9af46214649c66ea2a7f49228b48a899d487bf04cd02da8c6277c990c396758c072d0
|
7
|
+
data.tar.gz: 2e1ac571ef7e9f0a96dc64ce54792f7b4ba65e82d70bf89c8f78b0a7d5a08fc7051cef4adf6a84bea6ee27619603496761cc70805e712e544953be23282fc7df
|
data/README.md
CHANGED
@@ -18,6 +18,8 @@ Please :star: if you like it.
|
|
18
18
|
|
19
19
|
## Install
|
20
20
|
|
21
|
+
*NOTE*: if you are using Ruby < 3.0, please use Activeadmin Trumbowyg 1.0.0
|
22
|
+
|
21
23
|
- Add a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
|
22
24
|
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_trumbowyg'` (and execute *bundle*)
|
23
25
|
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin_trumbowyg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattia Roccoberton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.9.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.9.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: appraisal
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -239,14 +239,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
239
239
|
requirements:
|
240
240
|
- - ">="
|
241
241
|
- !ruby/object:Gem::Version
|
242
|
-
version:
|
242
|
+
version: '3.0'
|
243
243
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
244
244
|
requirements:
|
245
245
|
- - ">="
|
246
246
|
- !ruby/object:Gem::Version
|
247
247
|
version: '0'
|
248
248
|
requirements: []
|
249
|
-
rubygems_version: 3.
|
249
|
+
rubygems_version: 3.4.19
|
250
250
|
signing_key:
|
251
251
|
specification_version: 4
|
252
252
|
summary: Trumbowyg Editor for ActiveAdmin
|