namaste_duniya 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.
- data/README.md +8 -2
- data/lib/namaste_duniya/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# NamasteDuniya
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Say 'hello world!' in [Hindi](http://en.wikipedia.org/wiki/Hindi)
|
|
4
|
+
This is my first ruby gem, and is meant entirely for experimental purposes.
|
|
4
5
|
|
|
5
6
|
## Installation
|
|
6
7
|
|
|
@@ -18,7 +19,12 @@ Or install it yourself as:
|
|
|
18
19
|
|
|
19
20
|
## Usage
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
This gem has a simple method that prints 'hello world!' in
|
|
23
|
+
[Hindi](http://en.wikipedia.org/wiki/Hindi). To include it in your projects
|
|
24
|
+
simply do:
|
|
25
|
+
|
|
26
|
+
require 'namaste_duniya'
|
|
27
|
+
puts NamasteDuniya::Hello.hindi
|
|
22
28
|
|
|
23
29
|
## Contributing
|
|
24
30
|
|