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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e93427a0056651708796614d95babdb69ed48cce
4
- data.tar.gz: 7e68b07ef714040b7be31de6789dc2a32b6251a1
3
+ metadata.gz: d1dbb385cd5e37aac6cb7a42b9a172f48defc553
4
+ data.tar.gz: 949103a7d709f45e4f47372e97dd9ebe1a0a314a
5
5
  SHA512:
6
- metadata.gz: eb90ecb90fdfedb901cda1fade292ea7970a8e173687fa2fbbd59291ee7ebf15360ca752369e88e2cbf7a96050b21304d3dd885a554a83545d0da6c9f7e1e998
7
- data.tar.gz: ab7c345e18f1cbfd98a57d2e229ea1bf75caff4995b88cc895da0617d6aba5f184fa87ab41e3167d3ff1964740a5302ee1c932aed571cc17cc88c6ff27c79bf9
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.1
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: https://github.com/cugamer/charshift
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: http://www.jonathonnordquist.com
32
+ homepage: https://github.com/cugamer/charshift
33
33
  licenses:
34
34
  - MIT
35
35
  metadata: {}