richer_text 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fff049eb5287d1b4033a4cbd8b42b7e1cb8048273e6be55383ec282dc923feb1
4
- data.tar.gz: 641adc8fdc6fa45dfe9aa0d9efb6971d3ed29d448335518d7069c1e306f8d0a2
3
+ metadata.gz: d703c776c9c1eea2bddf68c2684bf642a5e788e24e67c2da86ab174a36375fd4
4
+ data.tar.gz: 356b5961abe5334a0f1acfad1ed436e15021c9883bec94076a2658a46c8a7e14
5
5
  SHA512:
6
- metadata.gz: 6735d25685c7efc9dfc22e709edd2c6f32b443d9c0f82d93d6697ead4467ee5e2946330be133d3693b589954fe65ef4242b86885b2c080fb370ec6d0f8cc9b96
7
- data.tar.gz: 29319df08e89a28d230ff7b45f7d2c4bad11aae0b8927940c15827b2d6fa3ad4970af53ad908415d519c3697c07393d863cfa8c03b446ded0e42ccd08c394964
6
+ metadata.gz: 3229812766e24565f0cfd8f384f5bf1e62b5bfa4f4d6ff1e912223d475b67556bf54c6b6fb731cb1cbc7778a7c0bae5f86a54df8316d67bd0169e8ef8e1bb545
7
+ data.tar.gz: 7aa2fa96a14b331270ed16ded0c5edf3b540d728664eb7465faeb2a694c52ff2dbdad0b1cf34d9ef21155d40e0b169be804a0887e893387d04758ab3ed48286f
@@ -27,10 +27,10 @@ module RicherText
27
27
  if destination.join("package.json").exist?
28
28
  say "Adding dependencies to package.json", :green
29
29
 
30
- run "npm install highlight.js @afomera/richer-text@alpha" if destination.join("package-lock.json").exist?
31
- run "bun add highlight.js @afomera/richer-text@alpha" if destination.join("bun.lockb").exist?
32
- run "yarn add highlight.js @afomera/richer-text@alpha" if destination.join("yarn.lock").exist?
33
- run "pnpm add highlight.js @afomera/richer-text@alpha" if destination.join("pnpm-lock.yaml").exist?
30
+ run "npm install highlight.js @afomera/richer-text@beta" if destination.join("package-lock.json").exist?
31
+ run "bun add highlight.js @afomera/richer-text@beta" if destination.join("bun.lockb").exist?
32
+ run "yarn add highlight.js @afomera/richer-text@beta" if destination.join("yarn.lock").exist?
33
+ run "pnpm add highlight.js @afomera/richer-text@beta" if destination.join("pnpm-lock.yaml").exist?
34
34
  end
35
35
 
36
36
  say "Adding import to application.js", :green
@@ -1,3 +1,3 @@
1
1
  module RicherText
2
- VERSION = "0.14.0"
2
+ VERSION = "0.15.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: richer_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Fomera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-03 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails