getth 0.0.3 → 0.0.4
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: d528d1eb258bc69f0aba2bb4d83def2743a44924
|
4
|
+
data.tar.gz: c0bb7a0d1d26ac78140fc1d07c744e7bc09f1878
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e87e6af8fce4181142a04debf38ad19da02927b20bbaaa81db65c16b002d1176d64dd6e244885ef10cfc6d87b50c87768806082d741a644fc00521576aa72a8
|
7
|
+
data.tar.gz: 3a098ba95a9ea6b5736d492e3e3a403a87ccd4e68d3d236af33b96af3c19e31269574103a4416f6dbedd4323681950fdcf8e8525d15ead29da2242d877a1254a
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: getth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sagar Pandya
|
@@ -24,8 +24,8 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description: This gem defines methods
|
28
|
-
|
27
|
+
description: This gem defines methods first, second, third ... ninth, tenth for retrieving
|
28
|
+
values from strings and arrays. The Array and String classes are monkey-patched
|
29
29
|
with the module Getth.
|
30
30
|
email: sarg@outlook.com
|
31
31
|
executables: []
|