pipetext 0.0.5 → 0.0.6

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 +2 -2
  2. metadata +9 -36
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6392f89db4bfd5ba49f14368118a69e518ba8977a6f33107388beb7c9c0e586
3
+ metadata.gz: 1aaa75498d8583ca6574c0e42c123291f7efb67304856de2f4e4f0491e588ad2
4
4
  data.tar.gz: a43d6f3095053170b85f7838ec63999c9fff7b1a63fcd7a63b99f142d89f2699
5
5
  SHA512:
6
- metadata.gz: f487c7a6b1a554eae986a1ac53bf6acbc6c443a524b7a57486fc3b644c9f8c7161accaf9603b992bd31a35f77dea9eccd5aa5bd30a9246c805912b6c9fd16b37
6
+ metadata.gz: c88f4eff61c55f5cc038b7cd61c0859e56360c75b97b543957f2955073c689d636457c91cccd8602d2d1d963b3fc46b7d9ad51625fda287e0654a27958f2f8e0
7
7
  data.tar.gz: be8bb30d38ee21fa304b2e68e0834df9a93bbf30a0f1f70139e8f2fc652f616d1a47a9b0f17ba96e9cefb8dcaad106de98ec1b42b1021908c4c6bdda3517fbee
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipetext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minaswan Nakamoto
@@ -9,41 +9,14 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: |
13
- == Easily add colors, boxes, repetitions and emojis to your terminal output using pipes (|).
14
-
15
-
16
- Install using the Ruby Gem:
17
-
18
-
19
- > gem install pipetext
20
-
21
-
22
- Includes a Ruby library module which can be included in your code:
23
-
24
-
25
- require 'pipetext'
26
-
27
- class YellowPrinter
28
- include PipeText
29
- def print(string)
30
- write('|Y' + string + '|n')
31
- end
32
- end
33
-
34
- printer = YellowPrinter.new
35
- printer.print('This is yellow')
36
-
37
-
38
- The gem includes a command line interface too:
39
-
40
-
41
- > pipetext
42
-
43
- > pipetext '|Ccyan|n'
44
-
45
-
46
- Use the +pipetext+ command to see other options and examples.
12
+ description: "== Easily add colors, boxes, repetitions and emojis to your terminal
13
+ output using pipes (|).\n \n Install using the Ruby Gem:\n \n > gem install
14
+ pipetext\n \n Includes a Ruby library module which can be included in your code:\n
15
+ \ \n require 'pipetext'\n\n class YellowPrinter\n include PipeText\n def
16
+ print(string)\n write('|Y' + string + '|n')\n end\n end\n\n printer =
17
+ YellowPrinter.new\n printer.print('This is yellow')\n \n The gem includes a command
18
+ line interface too:\n \n > pipetext\n\n > pipetext '|Ccyan|n'\n \nUse the ++pipetext++
19
+ command to see other options and examples.\n"
47
20
  email: minaswan.nakamoto@onionmail.org
48
21
  executables:
49
22
  - pipetext