remote_translation_loader 1.0.4 → 1.1.0
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/README.md +7 -0
- data/lib/remote_translation_loader/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 630b226c234b0e1e9a7924ccb6c9d6aed627d212d8c96f73b5430a0da6e2a33e
|
4
|
+
data.tar.gz: ff2437901e7631175cb2acea53876775b29be23d9d09a8be5c8db5a17b227d42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6319d125210796a2aebb8621d50a25f21ebea905321a02295970d0ef4891cfe822c98cbf17460d0bac3ba98179bf76e8498f2989e39357cc5ab4161c67fba17e
|
7
|
+
data.tar.gz: 328d493ea7a39831d05d9cd543d952aeb91bb2d5e731feac10e8390ba8ba01a98f110ab7d7212ebe30e6bb1812822370b71591b825b4ff930cc4b32de29d0ee5
|
data/README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# RemoteTranslationLoader
|
2
2
|
|
3
|
+
[](https://badge.fury.io/rb/remote_translation_loader)
|
4
|
+
[](https://badge.fury.io/rb/remote_translation_loader)
|
5
|
+
[](https://github.com/gklsan/remote_translation_loader/network)
|
6
|
+
[](https://github.com/gklsan/remote_translation_loader/stargazers)
|
7
|
+
[](https://opensource.org/licenses/MIT)
|
8
|
+
|
9
|
+
|
3
10
|
**RemoteTranslationLoader** is a Ruby gem designed to dynamically fetch and load translation files (YAML format) into your Ruby or Ruby on Rails application. It supports multiple sources such as HTTP URLs, local files, and AWS S3, allowing you to seamlessly integrate external translations.
|
4
11
|
|
5
12
|
---
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remote_translation_loader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gokul (gklsan)
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: http
|
@@ -96,7 +96,7 @@ metadata:
|
|
96
96
|
homepage_uri: https://github.com/gklsan/remote_translation_loader
|
97
97
|
source_code_uri: https://github.com/gklsan/remote_translation_loader
|
98
98
|
changelog_uri: https://github.com/gklsan/remote_translation_loader
|
99
|
-
post_install_message:
|
99
|
+
post_install_message:
|
100
100
|
rdoc_options: []
|
101
101
|
require_paths:
|
102
102
|
- lib
|
@@ -111,8 +111,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: '0'
|
113
113
|
requirements: []
|
114
|
-
rubygems_version: 3.
|
115
|
-
signing_key:
|
114
|
+
rubygems_version: 3.5.3
|
115
|
+
signing_key:
|
116
116
|
specification_version: 4
|
117
117
|
summary: Fetches and loads remote YAML translation files into Rails I18n
|
118
118
|
test_files: []
|