royalprint 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de27d0fc0bf6f2aaee539af5d9b4a0e6ddae198d6e3e59e27f1add094e75e06c
4
- data.tar.gz: 15b4e60034a6133827bc9b709adca7c8f69a7b56441853975a950b2ecdbe6c11
3
+ metadata.gz: e5f6db5c89399cb349a2d6904d2d42fdb5a59604add2c1d579fda54b6d859d6a
4
+ data.tar.gz: 392ea326a68f39d86d91a7afe0c9b6802405d15468e47699f9405cdda8fc2b72
5
5
  SHA512:
6
- metadata.gz: 59943dd5e80eb9b1d0b148394d1f3368e4b5117ba7a46b72b557e9e834d47c73f7f2c45e210f56583ecffba97eb49018717be5d84e2c99edb9b58192086d3093
7
- data.tar.gz: 3a6931eb7f635c93e4942b7fb9a366bb66d7c4a267cddf570a44236e4854d001e76787834711d1c7f13f31c7be2c8cbbefa9836cac2a1d77bd53f3df1f6f6291
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.1
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 that needs
14
- to go to the console, similar to printing in C++ command cout, PHP echo, log("Hi"),
15
- go("Hello mdf"), cout("whoami?"), puts ("She Knows").. and more.
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/royaprint.rb
23
+ - lib/royalprint.rb
24
24
  homepage: ''
25
25
  licenses:
26
26
  - MIT
File without changes