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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92eee5223d395967a5ed0da0f77e8b0082596974847bf384b39a4bec420f6c4f
4
- data.tar.gz: 9353b66874cf73808bbf137ec49ddc0cb5f32b968fce808ff249ec7aa88e8308
3
+ metadata.gz: 630b226c234b0e1e9a7924ccb6c9d6aed627d212d8c96f73b5430a0da6e2a33e
4
+ data.tar.gz: ff2437901e7631175cb2acea53876775b29be23d9d09a8be5c8db5a17b227d42
5
5
  SHA512:
6
- metadata.gz: ea0fdabb80e283838537963f7e06c6cd26f0880e12d56398fb799437146775cf940a6a0f85df31409c1feebb1da0f69cb266b9731393f8626022dcbc385e39a3
7
- data.tar.gz: 873aa22bd67fb54947a4e4eb66033891003d3d008da58a5189110ef69df45d3de0040df8b77accb26dde183ba8f5b9aef7bec1ea04e5ae760ad3d245d35f826c
6
+ metadata.gz: 6319d125210796a2aebb8621d50a25f21ebea905321a02295970d0ef4891cfe822c98cbf17460d0bac3ba98179bf76e8498f2989e39357cc5ab4161c67fba17e
7
+ data.tar.gz: 328d493ea7a39831d05d9cd543d952aeb91bb2d5e731feac10e8390ba8ba01a98f110ab7d7212ebe30e6bb1812822370b71591b825b4ff930cc4b32de29d0ee5
data/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # RemoteTranslationLoader
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/remote_translation_loader.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/remote_translation_loader)
4
+ [![Downloads](https://img.shields.io/gem/dt/remote_translation_loader.svg)](https://badge.fury.io/rb/remote_translation_loader)
5
+ [![Github forks](https://img.shields.io/github/forks/gklsan/remote_translation_loader.svg)](https://github.com/gklsan/remote_translation_loader/network)
6
+ [![Github stars](https://img.shields.io/github/stars/gklsan/remote_translation_loader.svg)](https://github.com/gklsan/remote_translation_loader/stargazers)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
  ---
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RemoteTranslationLoader
4
- VERSION = "1.0.4"
4
+ VERSION = "1.1.0"
5
5
  end
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
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: 2024-11-30 00:00:00.000000000 Z
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.0.3.1
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: []