pipetext 0.1.3 → 0.1.5

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.
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.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minaswan Nakamoto
@@ -31,12 +31,18 @@ description: "== Easily add colors, boxes, repetitions and emojis to your termin
31
31
  \ Italics |~\n bright red with blue background |R&b Bold |+\n
32
32
  \ green with yellow background |g&y Faint |.\n bright green
33
33
  with red background |G&r Crossed out |x\n normal color and background
34
- \ |n&n Escape Sequence |\\\n---\n Emojis: https://unicode.org/emoji/charts/full-emoji-list.html\n
35
- \ |[Abbreviated CLDR Short Name] \U0001F60D |[smiling face with heart-eyes]
36
- or\n ⚙ |[gear] \U0001F4A4 |[zzz] \U0001F468 |[man] \U0001F60D |[sm
37
- f w he e]\n ✔ |U2714 ❌ |U274c ☮ |u262E \U0001F48E |u1f48e \U0001F49C
38
- |u1f49c\n---\n Single or double line box mode with |- or |=\n \n ┌──┬──┐
39
- ╔══╦══╗ +--+--+ <-- Draw this with this: |15 |-[--v--] |=[--v--] |o[--v--]\n
34
+ \ |n&n Escape Sequence |\\\n\n Add spaces to line end |;
35
+ \ Set line end |]#\n Set current x,y cursor position |[x,y] Terminal
36
+ bell |[bell]\n Move cursor up 1 line |^ Hide cursor |h\n
37
+ \ Move cursor down 1 line |v Unhide cursor |H\n Move cursor
38
+ forward 1 character |> Sleep timer in seconds |[#s]\n Move cursor back
39
+ 1 character |< Sleep timer in milliseconds |[#ms]\n---\n Emojis:
40
+ \ https://unicode.org/emoji/charts/full-emoji-list.html\n |[Abbreviated
41
+ CLDR Short Name] \U0001F60D |[smiling face with heart-eyes] or\n ⚙ |[gear]
42
+ \ \U0001F4A4 |[zzz] \U0001F468 |[man] \U0001F60D |[sm f w he e]\n ✔ |U2714
43
+ \ ❌ |U274c ☮ |u262E \U0001F48E |u1f48e \U0001F49C |u1f49c\n---\n\n Single
44
+ or double line box mode with |- or |=\n \n ┌──┬──┐ ╔══╦══╗ +--+--+
45
+ \ <-- Draw this with this: |15 |-[--v--] |=[--v--] |o[--v--]\n │
40
46
  \ │ │ ║ ║ ║ | | | |15 |-! ! ! |=! ! ! |o! !
41
47
  \ !\n 123456789012345├──┴──┤ ╠══╩══╣ +--+--+ |y1234567890|g12345|n|->--^--<
42
48
  |=>--^--< |o>--^--< \n 15 Spaces │ │ ║ ║ | | |c15|n
@@ -58,7 +64,9 @@ extra_rdoc_files: []
58
64
  files:
59
65
  - bin/pipetext
60
66
  - lib/pipetext.rb
61
- - lib/substitute_emoji_names.rb
67
+ - lib/pipetext/pipetext.rb
68
+ - lib/pipetext/substitute_emoji_names.rb
69
+ - lib/pipetext/version.rb
62
70
  homepage: https://github.com/MinaswanNakamoto/pipetext
63
71
  licenses:
64
72
  - MIT
@@ -70,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
78
  requirements:
71
79
  - - ">="
72
80
  - !ruby/object:Gem::Version
73
- version: '0'
81
+ version: 1.8.7
74
82
  required_rubygems_version: !ruby/object:Gem::Requirement
75
83
  requirements:
76
84
  - - ">="