opal-i18next 0.1.1 → 0.1.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 +4 -4
- data/opal/i18next/version.rb +1 -1
- data/opal-i18next.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0516e89ca4d90cf26eef7829ab80c86d67f8f05b0f1a8ef64e8c4cecefad15ae
|
4
|
+
data.tar.gz: 5c4504a1bedaa4da8fcd536d152d11bfa4f42accb6113d70d78451b395e8c27d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d492d66d45cd386d2a1fb90628bf77ee38af460325288c314e30d348eb362268b9f76e958e00c01d6568aec2f13d88edcff07ede09463360837cab5a3ab9914
|
7
|
+
data.tar.gz: ade7cf0f354a91b067c093a7e52a22fa0a47f34dc2855d73c4a7ebc13da085714958956e57ef18f8df07dedf0a06f32efa46ec86427cbb924aa537e248c67d26
|
data/opal/i18next/version.rb
CHANGED
data/opal-i18next.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.summary = "An Opal wrapper for the JavaScript i18next module."
|
7
7
|
spec.description = <<~DESC
|
8
8
|
A basic Opal wrapper for the JavaScript i18next module that supports methods
|
9
|
-
init, use, t, changeLanguage, and language.
|
9
|
+
init, use, t, changeLanguage, and language. It also provides method
|
10
10
|
import_js_module for loading i18next plugins.
|
11
11
|
DESC
|
12
12
|
spec.authors = ["Larry North"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opal-i18next
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Larry North
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opal
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
version: 1.5.0
|
27
27
|
description: |
|
28
28
|
A basic Opal wrapper for the JavaScript i18next module that supports methods
|
29
|
-
init, use, t, changeLanguage, and language.
|
29
|
+
init, use, t, changeLanguage, and language. It also provides method
|
30
30
|
import_js_module for loading i18next plugins.
|
31
31
|
email:
|
32
32
|
- lnorth@swnorth.com
|