charshift 0.2.1 → 0.2.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
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1dbb385cd5e37aac6cb7a42b9a172f48defc553
|
|
4
|
+
data.tar.gz: 949103a7d709f45e4f47372e97dd9ebe1a0a314a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4af7d9063b1744f676a4625ee2239d5d10e35aa9431017d846095badfd40c5106771c7869a53013b76d806730849e2a67a8cba59a444d191e9e7f95670043257
|
|
7
|
+
data.tar.gz: bab62c041756b23704a3c3b289742d7135ca39b07ad44f6b267aae405c75e9202169ecbb30d99809e7acc99784a048bcc1a171f7fb01953375b0a1c1c5b4e13a
|
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.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathon Nordquist
|
|
@@ -22,14 +22,14 @@ description: " Charshift is a simple gem which adds functionali
|
|
|
22
22
|
a '.getEncodingLength' 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
|
-
email:
|
|
25
|
+
email: jonathon.nordquist.com
|
|
26
26
|
executables: []
|
|
27
27
|
extensions: []
|
|
28
28
|
extra_rdoc_files: []
|
|
29
29
|
files:
|
|
30
30
|
- lib/charshift.rb
|
|
31
31
|
- lib/charshifthelper.rb
|
|
32
|
-
homepage:
|
|
32
|
+
homepage: https://github.com/cugamer/charshift
|
|
33
33
|
licenses:
|
|
34
34
|
- MIT
|
|
35
35
|
metadata: {}
|