royalprint 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 +5 -5
- /data/lib/{royaprint.rb → royalprint.rb} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5f6db5c89399cb349a2d6904d2d42fdb5a59604add2c1d579fda54b6d859d6a
|
|
4
|
+
data.tar.gz: 392ea326a68f39d86d91a7afe0c9b6802405d15468e47699f9405cdda8fc2b72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a14f97f7978bfebe6619f3c205e8c6948d8acd47709a3057e93e80ffbdf4702ac229bceb225f3923f26be6bc6c64cb170ab8ffd1cd8f42f9e22d6cb55242fbce
|
|
7
|
+
data.tar.gz: 92fe1da311a4809f3a03bab10baf735e29202e8a7c968a6b4acfbfd39c9f374014991d038d670672c3d93740ad08ba3c5580e2bf3ddd80dc03b747a0f52e8ccf
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: royalprint
|
|
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
|
- codebabel
|
|
@@ -10,9 +10,9 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2024-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: royalprint Ruby is perfect for simplifying the information
|
|
14
|
-
to go to the console, similar to printing in C++ command cout, PHP echo,
|
|
15
|
-
go("Hello mdf"), cout("whoami
|
|
13
|
+
description: "\U0001F48E royalprint Ruby is perfect for simplifying the information
|
|
14
|
+
that needs to go to the console, similar to printing in C++ command cout, PHP echo,
|
|
15
|
+
log(\"Hi\"), go(\"Hello mdf\"), cout(\"whoami?\")... and more."
|
|
16
16
|
email:
|
|
17
17
|
- codebabel.contact@gmail.com
|
|
18
18
|
executables: []
|
|
@@ -20,7 +20,7 @@ extensions: []
|
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
22
|
- LICENSE.txt
|
|
23
|
-
- lib/
|
|
23
|
+
- lib/royalprint.rb
|
|
24
24
|
homepage: ''
|
|
25
25
|
licenses:
|
|
26
26
|
- MIT
|
|
File without changes
|