quotypie 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/quotypie/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42e426e5c35f8f7b6dade86fed32ee09b1c55ebf61a10928c4453b9730705b85
|
4
|
+
data.tar.gz: 9e63684d0824f47b3db67e782a8e0d1c722e50109ad39477779fcd317bba55eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ec4e2f2d19e81e5c456693da5e5f8c7fcc34df6fd1c7747f545320f1e1ae26807108693ea0466e3151701079eae8bb14400407b1a04dd7c6828afedcd4284d6
|
7
|
+
data.tar.gz: 360bd32ae1a75c62061eebdf6b57125149cf9577ff0a6ba8d8af5e71157212411dd19b22964adb5122f681730621182eb11f448138d10b9e7e0a14a0de0dc14e
|
data/lib/quotypie/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quotypie
|
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
|
- Vasiliy Ermolovich
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Make quotes in error messages consistent.
|
14
14
|
email:
|
15
15
|
- younash@gmail.com
|
16
16
|
executables: []
|
@@ -48,5 +48,5 @@ requirements: []
|
|
48
48
|
rubygems_version: 3.4.7
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
|
-
summary:
|
51
|
+
summary: Make quotes in error messages consistent.
|
52
52
|
test_files: []
|