remote_translation_loader 1.0.1 → 1.0.3

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: 1d6478ff60363a5049392ff7f88a261aa8addc19ffe8b7ee05386d4ad27f7704
4
- data.tar.gz: cdfae2be2b85660d4c7c8bc3563a1eb1b2d46f81cc62d89faedb99da8ffe78ef
3
+ metadata.gz: 39a20a05a27f27a7ee285c238b407b1d0053dcaf3e13d00a4c921e55e7046df9
4
+ data.tar.gz: d804308dbeebe07dc34f6910cae12d795399912c502d93d2c46f35925dac9162
5
5
  SHA512:
6
- metadata.gz: 40dda2296d92ebed5c4645f018de19c5220884164c6365ef130a569798e59cdd689bdaff71cbe4547f6ec17fd7cef5a84ec8ac8e0e4ee07a73c291ae3e1d0bcf
7
- data.tar.gz: 88a444f590c70e3ff754da018f01b265d50561ba53c9e0f1d4c91bc77ce5f3760cda5849321a22a7d488e429c1c94d202f9ceb0f4e188948f837e424862d6d01
6
+ metadata.gz: 490ec23b5607c361c6872e1cdd7d1265980744c51714e35d36d461c1946d4715a8c89ba74e375efd78a00c20763d0e573ff07d1b38bd43aa6a76c011ecadceeb
7
+ data.tar.gz: 8c2e25fe0bf39717e51e76001c8387a307a8a001cc875afbf3ae9370e2670aabb1e43a1c53703d86fcc8a243e5af032b4f1302f6eeec5907d43e054c11177a62
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Remote Translation Loader
1
+ # Remote Translation Loader [![Gem Version](https://badge.fury.io/rb/remote_translation_loader.svg)](https://badge.fury.io/rb/remote_translation_loader)
2
2
 
3
3
  `remote_translation_loader` is a Ruby gem for fetching YAML translation files from remote sources and dynamically loading them into your Ruby on Rails application’s I18n translations. This gem is useful for applications that need to integrate external translations without writing them to local files.
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RemoteTranslationLoader
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_translation_loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gokul (gklsan)
@@ -86,7 +86,10 @@ files:
86
86
  homepage: https://github.com/gklsan/remote_translation_loader
87
87
  licenses:
88
88
  - MIT
89
- metadata: {}
89
+ metadata:
90
+ homepage_uri: https://github.com/gklsan/remote_translation_loader
91
+ source_code_uri: https://github.com/gklsan/remote_translation_loader
92
+ changelog_uri: https://github.com/gklsan/remote_translation_loader
90
93
  post_install_message:
91
94
  rdoc_options: []
92
95
  require_paths: