rabelyoda 1.0.1 → 1.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 (3) hide show
  1. data/README.markdown +10 -10
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -1,20 +1,21 @@
1
- rabelyoda
2
- =========
1
+ # rabelyoda
3
2
 
4
3
  A simple utility to push/pull l10n resources of a Rails project to/from the translators.
5
4
 
6
- How to Use
7
- ==========
5
+ ## Hot to Install
8
6
 
9
- cd your-rails-project-dir
10
- rabelyoda
7
+ sudo gem install rabelyoda
8
+
9
+ ## How to Use
10
+
11
+ cd your-rails-project-dir
12
+ rabelyoda
11
13
 
12
14
  Checkout the `config/locales.out` folder for merged locale files. Each file, except the `en.yml`, will have new strings added with `[pls translate]` in the beginning.
13
15
 
14
16
  All of the strings not found in `en.yml`, will be removed from `*.yml` as well.
15
17
 
16
- Note on Patches/Pull Requests
17
- =============================
18
+ ## Note on Patches/Pull Requests
18
19
 
19
20
  * Fork the project.
20
21
  * Make your feature addition or bug fix.
@@ -24,7 +25,6 @@ Note on Patches/Pull Requests
24
25
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
25
26
  * Send me a pull request. Bonus points for topic branches.
26
27
 
27
- Copyright
28
- =========
28
+ ## Copyright
29
29
 
30
30
  Copyright (c) 2010 Andrey Subbotin. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrey Subbotin