cm_gem 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/cm_gem/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a18574713788686aa280fcc0e86cfcc021fa0e884501f25fc6dff1ab2e5b2fc4
|
4
|
+
data.tar.gz: c3bd9a6786f8b0eefc4f260ca8d06d03c79c42eb84f4116a98bbb8b0833745f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e773cdde68922038e01810a2824f76fcfd92e9e5e31733c8cb8599e06fa76cecd9c7f4d0f16ec33b9ce360f157bbf2d1330dafa8c6956f50471332630a54045
|
7
|
+
data.tar.gz: 531f7e2657c4a908bbfdafd23ae5fd810d8f284fc5b563d38f130f47d265cc04b7a8e9d6a07a0a1ca298bda6649096171c43fc53b58a73a65bec8a2b6ac2f59d
|
data/README.md
CHANGED
data/lib/cm_gem/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cm_gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nandhacm
|
@@ -80,7 +80,10 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '1.0'
|
83
|
-
description: learning how to create a own gem so i did this
|
83
|
+
description: "learning how to create a own gem so i did this using this gem we can
|
84
|
+
add the padding to tha string,\n string.leftPad(no_of_chars,filler_to_string)\n
|
85
|
+
\ For Example: test.leftPad(10,'-') => 'test------'\n In the same way we can
|
86
|
+
add right padding and center padding too.\n "
|
84
87
|
email:
|
85
88
|
- nanthakumar.balamurugan@codingmart.com
|
86
89
|
executables: []
|