lost_in_translation 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 44c189e98dbaa5e2445b268a39ac3f4cafea196e
4
- data.tar.gz: f13226087c1a3a69cf605528ffb8a17e6e29b420
3
+ metadata.gz: 8cc2c96a1dd7b0b6b434b4b986c921dad70df608
4
+ data.tar.gz: f3f18bb07a228b47d66301363f650b6ca08c5a70
5
5
  SHA512:
6
- metadata.gz: fe1923dd3c0f86ab2a371beb85a5014686b8b5d46313035600ca223fca81fa52f70d6a050d56da27c10c85d614c4b882f44b1747f6a4b796c303def0575f16aa
7
- data.tar.gz: 26a24b2ae38876256305ba55a65c70922b96c43f4d3018f3a9a6e3eea56c8a0961d8f3500ead0564de787d2c269c9c900c557383d211a0003bd1a0d3a3502b8b
6
+ metadata.gz: ed1bdf9ab6a228601091397ae1b7377a32fa703de10adcaf69f3a8811117f1b970ea54efe1d2abdd70a4e0784e7371618b2ac69dfdcc28caf844ab5025682f36
7
+ data.tar.gz: 7ef6afd2517dc7a4f9f9428cae98d2d1983a6a1b7de284782a0c5f6e21c312cca4f718c9b1f39c90779b5e6ead345c93a1b4456f6b551fa412b80ca9a165c9df
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'lost_in_translation/difference'
2
4
  require 'lost_in_translation/file_functions'
3
5
  require 'lost_in_translation/hash'
@@ -10,9 +12,11 @@ require 'lost_in_translation/z_cleanup'
10
12
  require 'lost_in_translation/z_half_automatic'
11
13
  require 'lost_in_translation/z_full_automatic'
12
14
 
15
+ #
13
16
  module LostInTranslation
14
17
  end
15
18
 
16
- class LostInTranslation
19
+ #
20
+ class Lit
17
21
  extend LostInTranslation
18
22
  end
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ #
3
4
  module LostInTranslation
4
5
  def diff(root, compared, lang1, lang2, structure = [], _max_count = 0, new_array = [])
5
6
  count = 0
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ #
3
4
  module LostInTranslation
4
5
  def prepare_paths(path1, path2, post)
5
6
  [path1, path2].each do |p|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LostInTranslation
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  end
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ #
1
4
  module LostInTranslation
2
5
  def half_automatic
3
6
  if defined? Rails
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ #
1
4
  module LostInTranslation
2
5
  def interactive
3
6
  if defined? Rails
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module LostInTranslation
2
4
  def recent
3
5
  app_name = Rails.application.class.parent_name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lost_in_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datyv