nanakshahi 0.1.6 → 0.1.7
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 +4 -4
- data/README.md +2 -2
- data/lib/nanakshahi/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 511784652088e9e8d9ecc81cfc8582375bd3439ad5e0ad68399476c0e1b3eb85
|
|
4
|
+
data.tar.gz: 4a0f196d3092492aa854f299591c1bcf8229a14969375c76ea4fbc714bc9a90e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60e863377a8bbfd28a33e11831ebea1e0d956ba1fa2a4eefd7542595a803cdaa48ccc947209617145df27164a0fdebec08c066a7a9115e3eea6affd125b2c2ea
|
|
7
|
+
data.tar.gz: '08e114ffce26aeb73a512f623b47f48c7c6aa954510b2e6823873e47ca65d45a39f38cd3acec6d75caf3858b2ae1e32964a536124b55a596210c9d57d02eb2d8'
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ਨਾਨਕਸ਼ਾਹੀ (Nanakshahi)
|
|
2
2
|
|
|
3
|
-
ਨਾਨਕਸ਼ਾਹੀ ਇੱਕ ਰੂਬੀ ਪਰੋਗਰਾਮਿੰਗ ਭਾਸ਼ਾ ਚ ਲਿਖਿਆ ਗਿਆ gem ਹੈ ਜੋ ਕਿ [ਪਾਲ ਸਿੰਘ ਪੁਰੇਵਾਲ](http://purewal.biz/) ਦੁਆਰਾ ਲਿਖੇ ਗਏ [ਮੂਲ ਨਾਨਕਸ਼ਾਹੀ ਕਲੰਡਰ](
|
|
3
|
+
ਨਾਨਕਸ਼ਾਹੀ ਇੱਕ ਰੂਬੀ ਪਰੋਗਰਾਮਿੰਗ ਭਾਸ਼ਾ ਚ ਲਿਖਿਆ ਗਿਆ gem ਹੈ ਜੋ ਕਿ [ਪਾਲ ਸਿੰਘ ਪੁਰੇਵਾਲ](http://purewal.biz/) ਦੁਆਰਾ ਲਿਖੇ ਗਏ [ਮੂਲ ਨਾਨਕਸ਼ਾਹੀ ਕਲੰਡਰ](http://www.purewal.biz/Gurbani_and_Nanakshahi_Calendar.pdf) ਤੇ ਅਧਾਰਿਤ ਹੈ।
|
|
4
4
|
|
|
5
5
|
ਇਹ ਆਮ/ਗਰਿਗੋਰੀਅਨ ਕਲੰਡਰ ਦੀਆਂ ਤਰੀਕਾਂ ਤੋਂ ਨਾਨਕਸ਼ਾਹੀ ਤੇ ਵਾਪਸ ਬਦਲਣ ਦੇ ਤਰੀਕੇ ਮੁਹੱੲੀਆ ਕਰਵਾਉਂਦਾ ਹੈ। ਤੁਸੀਂ ਇਸ ਨੂੰ ਕਿਸੇ ਵੀ ਰੂਬੀ ਪਰੋਗਰਾਮ ਵਿੱਚ ਨਾਨਕਸ਼ਾਹੀ ਤਰੀਕਾਂ ਵਰਤਣ ਲੲੀ ਵਰਤ ਸਕਦੇ ਹੋ।
|
|
6
6
|
|
|
@@ -92,7 +92,7 @@ date = Nanakshahi.new(1400-2-18)
|
|
|
92
92
|
puts date.to_gurmukhi
|
|
93
93
|
```
|
|
94
94
|
|
|
95
|
-
For a complete list of all the methods, check out the documentation.
|
|
95
|
+
For a complete list of all the methods, check out [the documentation](https://www.rubydoc.info/gems/nanakshahi).
|
|
96
96
|
|
|
97
97
|
## Contributing
|
|
98
98
|
|
data/lib/nanakshahi/version.rb
CHANGED