clean-cut 0.0.1 → 0.0.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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca967e56307a7aed1e6c5b3e3f1690c199cdc7ae
|
4
|
+
data.tar.gz: 7ec30e3e83bf525e18ab4f70e997648df5554a58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0554a07cd9abfff7cacdf006f3d3b4614bfda8cb34e8eb305b452e2204176bf21b70110b448ee7fe0ca79ad6e98f2424f5600ec5925fc692b616752ea56a1cb
|
7
|
+
data.tar.gz: e2625249c999a40270371a4a906f47407cde7de899a579a142639a590ca0a47244e7b8c69d6b2261d9c3443a61d66ee100dc4f8d4b2e00f3e035842892f1a4e8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clean-cut
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jadzia Thomas
|
@@ -13,7 +13,7 @@ dependencies: []
|
|
13
13
|
description: Specify a character limit and a string. Returns an array with the first
|
14
14
|
and second parts of the original string as two new strings without splitting any
|
15
15
|
words.
|
16
|
-
email:
|
16
|
+
email: jadzia.hax@gmail.com
|
17
17
|
executables:
|
18
18
|
- clean-cut
|
19
19
|
extensions: []
|