arsenal_console 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df3c6a2de5f8c38d227225db50657760cfd898f1e255d861915fc76c8648b377
4
- data.tar.gz: e504a5d79cd573774fe397181168c6d0fa39c3df9ab413cd20c68de223061361
3
+ metadata.gz: '08610d8ffc83f133a1e55aba23597c73c14f140c064dc032c5649ae52a2fead1'
4
+ data.tar.gz: a7da97c544e78370879e5076f3e62a25039f140ef68ebea4c4015263ba9a89a7
5
5
  SHA512:
6
- metadata.gz: 3ca50ac1adcb5807111e240a4dff7c7fd113a3487eb00b5167e2ddd9d5266aec54a1295e05024d924cebe33e7ccd81b05a11e2f20f063b29b82e72fec047655c
7
- data.tar.gz: 0c30a44257ab60bf4cf312ec7b72c5df92f5e212bd7f2ec36343db56248d9002f81f37ce393ef6ef257890189b3e0d6d73f0da82d9d5965fc52f6a0daf5ae813
6
+ metadata.gz: de4e8487c13a8679b7ff222ecde88bbd5de60934013ac3e1bba249de6242819d65d1ec5643612de61890cbdb2b2258d5e117ce0d4159c99b5efc9ee11d0b4e3d
7
+ data.tar.gz: 9f2d9ea05fc582edd95b83ed0467d3750af8c758130e3604e15cb6b5a902fdde26266d1ef9c2f3f875d190b429461866d534e8fa3e7dfbe323a2ab2a941853d1
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # ArsenalConsole
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/arsenal_console`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Tools to help colorize and manage console output.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,11 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ Run this to see imnstructions and options for Colorize:
24
+
25
+ ```ruby
26
+ puts ArsenalConsole::Colorize.help
27
+ ```
26
28
 
27
29
  ## Development
28
30
 
@@ -125,7 +125,7 @@ module ArsenalConsole
125
125
  end
126
126
 
127
127
  def self.help
128
- message = "\nTo see all options outputted to console: ArsenalConsole::Colorize.demo\n\n"
128
+ message = "\nTo see all options outputted by Colorize: ArsenalConsole::Colorize.demo\n\n"
129
129
  message << "As an example, to use the #{self.tracking} badge inside your code, you can \"puts\": ArsenalConsole::Colorize.tracking\n\n"
130
130
  message << "Make your own with ArsenalConsole::Colorize.custom by sending vars \"text\", \"text_color\", and \"background_color\"\n"
131
131
  message << "Usable colors: black, red, green, yellow, blue, magenta, cyan, white\n"
@@ -1,3 +1,3 @@
1
1
  module ArsenalConsole
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arsenal_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arsenal Admin