missing_translation 0.4.1 → 0.4.2

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: a0d7abeda779628c842a69fbddd073eaa39e2fc2b3a82f51c96679d20deedbd0
4
- data.tar.gz: 0deb15104834f00d0bc5e84679ae862a1dcc554b8975ab3d350d9459321cc541
3
+ metadata.gz: dba71d70e2fdfd447e9970d93b7df7fb48c15d1ebc0786faa42485ffb69fd2cd
4
+ data.tar.gz: 335d390b416fa5e6df1f69391d5c34a55740bef4f889705ff72083af2e4c6d9f
5
5
  SHA512:
6
- metadata.gz: 144e61987c30565c1e902fcb06c1de9012bc31894608676999f3681ded6f427599cba102b6b861a664aac237767adbf42ff776b2a775304eeb528483889fb58d
7
- data.tar.gz: acdea8167618117706a904f4c123e47908e5e679828d70889781faa29b26768d155d64f3f7541a74a9611084357650b08addaec9c77d68aa0ce96aad07dfd903
6
+ metadata.gz: 3e932a04547c8e79061f6c85f8931b886f912ba455155c706a6cce5bb292bb528587c326440f370388115bac9b0aebccd6f2013faca13a5a7229706e35276d4d
7
+ data.tar.gz: d02468ccc06101f8a3259e7f253283e80b30612abc1f3604b9fa77a39b14c90295d4250d603ba71e383cfb0d51523b3c94a511924036f644d00f57c1060a4d7f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- missing_translation (0.4.1)
4
+ missing_translation (0.4.2)
5
5
  httparty (~> 0.18)
6
6
  thor (~> 1.1)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MissingTranslation
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
@@ -20,6 +20,7 @@ class MissingTranslationApi
20
20
  end
21
21
 
22
22
  def upload(language, group, keys, content_type = "yaml")
23
+ p "Pushing #{keys.count} keys on #{group} for #{language}"
23
24
  self.class.post("/translations/import", @options.merge({
24
25
  body: {
25
26
  content_type: content_type,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: missing_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Clercin