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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/cm_gem/version.rb +1 -1
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5eca4c6fe2de79c4c79eee31c981252bd041293e17d720ec5d15894bfd1f6aac
4
- data.tar.gz: b8b429cd756a9ea65c5c54b0b5ba3617f60d929cd4c6b393d8ae7e3f119bf060
3
+ metadata.gz: a18574713788686aa280fcc0e86cfcc021fa0e884501f25fc6dff1ab2e5b2fc4
4
+ data.tar.gz: c3bd9a6786f8b0eefc4f260ca8d06d03c79c42eb84f4116a98bbb8b0833745f5
5
5
  SHA512:
6
- metadata.gz: 7d149ec9a698896ce4f5a74c2c343c9c96a9c6040ab2326460e10cea50f6660c17f90ac0b9ee6ef5ec8b47381f8f64c5847672a051953eb5b3b04e97b840a9be
7
- data.tar.gz: e54e73cbd464cc8b0c935413ed7b26dc7e01447daabf57bb829dfeded611ee4787cab2511fa09cada5b4d4d98403429f035bf4ed404268b7a107623386b56e60
6
+ metadata.gz: 3e773cdde68922038e01810a2824f76fcfd92e9e5e31733c8cb8599e06fa76cecd9c7f4d0f16ec33b9ce360f157bbf2d1330dafa8c6956f50471332630a54045
7
+ data.tar.gz: 531f7e2657c4a908bbfdafd23ae5fd810d8f284fc5b563d38f130f47d265cc04b7a8e9d6a07a0a1ca298bda6649096171c43fc53b58a73a65bec8a2b6ac2f59d
data/README.md CHANGED
@@ -13,6 +13,7 @@ Install the gem and add to the application's Gemfile by executing:
13
13
  If bundler is not being used to manage dependencies, install the gem by executing:
14
14
 
15
15
  $ gem install cm_gem
16
+
16
17
 
17
18
  ## Usage
18
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CmGem
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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: []