rabelyoda 1.0.2 → 1.0.3

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 (3) hide show
  1. data/README.markdown +2 -0
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -15,6 +15,8 @@ Checkout the `config/locales.out` folder for merged locale files. Each file, exc
15
15
 
16
16
  All of the strings not found in `en.yml`, will be removed from `*.yml` as well.
17
17
 
18
+ You can then give all these `locale.yml` files to your translators. When the translation is done just copy the translated file over the original one in `config/locales`, commit and deploy.
19
+
18
20
  ## Note on Patches/Pull Requests
19
21
 
20
22
  * Fork the project.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrey Subbotin