charshift 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/charshift.rb +1 -1
- 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: c8cebc9ed41914b57c910feae7b78e5232a80814
|
4
|
+
data.tar.gz: 670a90f29f01b87e5be14f407f6358c7f68b98c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8158e078c5b3881ff92e6b89034e5c6b5d5a61c2e926716f953f983dc8174edb08777a2a0a505978aa6729510c37fa72b2e5a87339ca2d45f4946a2e96fa523
|
7
|
+
data.tar.gz: 25e7184f95ef41d1cfcb4bbb12782251d699173aff7358e4c3ff955a44a33d7f89c02e1f1ddfee64e9538ebbb01065992fcf386d0c190cf1e3539cd4abead8e1
|
data/lib/charshift.rb
CHANGED
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.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 '.
|
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.
|
52
|
+
rubygems_version: 2.5.1
|
53
53
|
signing_key:
|
54
54
|
specification_version: 4
|
55
55
|
summary: Facilitate character change by ordinal position
|