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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9ae00e1a02a2e0eb1fa9e3cab553611d3dac6fe
4
- data.tar.gz: eaec78cfcfab9cfc45d1f6ca763eae80747e73a4
3
+ metadata.gz: ca967e56307a7aed1e6c5b3e3f1690c199cdc7ae
4
+ data.tar.gz: 7ec30e3e83bf525e18ab4f70e997648df5554a58
5
5
  SHA512:
6
- metadata.gz: 93b2c1121364972ebd8085dd87c8486acd5ea3eda17e1a733d9be8e3656ab9df81277ffae35bb8839062feb5582fe8884a5f0ba25e879c33c7b4a419fc75e864
7
- data.tar.gz: e312cf732ce1a4514a4cfeaaed1c44bed3ad91a3760062727e07aaceeb9c5a8d8ffeb0fb57e9daa741526c05e1d84470419421ce5084fc2321c01e2fc14db3ab
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.1
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: "<email hidden>"
16
+ email: jadzia.hax@gmail.com
17
17
  executables:
18
18
  - clean-cut
19
19
  extensions: []