i18n_translation_spawner 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/lib/i18n_translation_spawner.rb +2 -2
  2. metadata +4 -4
@@ -1,6 +1,6 @@
1
1
  require "yaml/encoding"
2
- require "string"
3
- require "hash"
2
+ require "i18n_translation_spawners/tring"
3
+ require "i18n_translation_spawner/hash"
4
4
 
5
5
  module I18n
6
6
  class TranslationSpawner
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_translation_spawner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "B\xC5\x82a\xC5\xBCej --Stevo-- Kosmowski"
@@ -44,7 +44,7 @@ files:
44
44
  - lib/i18n_translation_spawner/hash.rb
45
45
  - lib/i18n_translation_spawner/string.rb
46
46
  - lib/i18n_translation_spawner.rb
47
- homepage: http://rubygems.org/gems/i18n_translation_spawner
47
+ homepage: https://github.com/stevo/i18n_translation_spawner
48
48
  licenses: []
49
49
 
50
50
  post_install_message: