charshift 0.2.2 → 0.2.3

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. checksums.yaml +4 -4
  2. data/lib/charshift.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1dbb385cd5e37aac6cb7a42b9a172f48defc553
4
- data.tar.gz: 949103a7d709f45e4f47372e97dd9ebe1a0a314a
3
+ metadata.gz: c8cebc9ed41914b57c910feae7b78e5232a80814
4
+ data.tar.gz: 670a90f29f01b87e5be14f407f6358c7f68b98c2
5
5
  SHA512:
6
- metadata.gz: 4af7d9063b1744f676a4625ee2239d5d10e35aa9431017d846095badfd40c5106771c7869a53013b76d806730849e2a67a8cba59a444d191e9e7f95670043257
7
- data.tar.gz: bab62c041756b23704a3c3b289742d7135ca39b07ad44f6b267aae405c75e9202169ecbb30d99809e7acc99784a048bcc1a171f7fb01953375b0a1c1c5b4e13a
6
+ metadata.gz: f8158e078c5b3881ff92e6b89034e5c6b5d5a61c2e926716f953f983dc8174edb08777a2a0a505978aa6729510c37fa72b2e5a87339ca2d45f4946a2e96fa523
7
+ data.tar.gz: 25e7184f95ef41d1cfcb4bbb12782251d699173aff7358e4c3ff955a44a33d7f89c02e1f1ddfee64e9538ebbb01065992fcf386d0c190cf1e3539cd4abead8e1
@@ -43,7 +43,7 @@ class String
43
43
  return self.replace(updated_string)
44
44
  end
45
45
 
46
- def getEncodingLength
46
+ def get_encoding_length
47
47
  return CharshiftHelper.get_encoding_length(self.encoding)
48
48
  end
49
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: charshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Nordquist
@@ -19,7 +19,7 @@ description: " Charshift is a simple gem which adds functionali
19
19
  \ \n Simply provide an ordered set of characters as an optional\n
20
20
  \ parameter and charshift will work on the string using that\n set
21
21
  instead of the strings native encoding.\n\n Charshift also includes
22
- a '.getEncodingLength' method which\n returns the number of of
22
+ a '.get_encoding_length' method which\n returns the number of of
23
23
  characters which a given strings \n encoding contains. Finally,
24
24
  strings can be shifted in place\n using the '.charshift!' method.\n\n"
25
25
  email: jonathon.nordquist.com
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  requirements: []
51
51
  rubyforge_project:
52
- rubygems_version: 2.4.6
52
+ rubygems_version: 2.5.1
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Facilitate character change by ordinal position