fictionArt 0.0.3 → 0.0.4

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: acd5bc3da40809a358f377c5018847af2d5b8018c826086f6711599757fdffd2
4
- data.tar.gz: 6460cf10b897b8c25ef9fd48f1d03c1295f08ea4d741f183eec5e8d665c01bce
3
+ metadata.gz: 3853f5a80a9c355372f8858cdbb91bc7cc5a2469fe3cc3643a450917639cc14e
4
+ data.tar.gz: fe730dea0ec7c80700a379cf4a1365be2cdc967a4e8bb2ab3ce9350d311ac69d
5
5
  SHA512:
6
- metadata.gz: 4fdb193c8596dbd3c522164377584645a13749bdbf25b1229a5d826564e38172069c4744b7480c78804e72b4d392078a76631a0a1a84522a216d59565aca1318
7
- data.tar.gz: '08741123508a0121a1bca496d9861012e53a9c2149a3efe99fffd3ce8d18c5ee980f814284ff6a2524113877c638337154debdd9ea4037d7a55c4f6e00e28b10'
6
+ metadata.gz: b2d529eb21d42694c6419cfc4632e245f0b075cd94b5d9a7b2b5e6dcfcd6080a6516106b9675a4be37ec7176607900716dbb563b8e5b3d60afbc3e03227bc207
7
+ data.tar.gz: bcda7f9c8a4d04881cc23618915e57633c78b111843da50dd044e7400bbdd6fc6bf2d381b7229c967600623a69dcb8fbb32bbb8d5afd9f2308951092637de873
data/bin/fictionArt CHANGED
@@ -15,7 +15,7 @@ opt_parser = OptionParser.new do |opts|
15
15
  end
16
16
 
17
17
  opts.on('-c', '--color', 'Switch to use colored terminal output (Default: true)') do
18
- options["color"] = true
18
+ options["color"] = false
19
19
  end
20
20
 
21
21
  opts.on('-i', '--invert-chars', 'Invert the character map. Depending on your terminal and image this can make the image clearer (or a lot worse)') do
Binary file
data/images/batman.jpg ADDED
Binary file
data/images/baymax.jpg ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
data/images/ferb.jpg ADDED
Binary file
data/images/goku.jpg ADDED
Binary file
Binary file
data/images/hulk.jpg ADDED
Binary file
data/images/joker.jpg ADDED
Binary file
data/images/krrish.jpg ADDED
Binary file
data/images/perry.jpg ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
data/images/thanos.jpg ADDED
Binary file
data/images/vegeta.jpg ADDED
Binary file
data/images/vision.jpg ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fictionArt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vaibhav Thakkar
@@ -46,9 +46,30 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - bin/fictionArt
49
+ - images/ash_pokemon.jpg
50
+ - images/batman.jpg
51
+ - images/baymax.jpg
52
+ - images/bulbasaur.jpg
53
+ - images/captain_america.jpg
54
+ - images/charizard.jpg
55
+ - images/charmander.jpg
56
+ - images/ferb.jpg
57
+ - images/goku.jpg
58
+ - images/hawkeye.jpg
59
+ - images/hulk.jpg
49
60
  - images/ironman.jpg
61
+ - images/joker.jpg
62
+ - images/krrish.jpg
63
+ - images/perry.jpg
50
64
  - images/phineas.jpg
65
+ - images/pikachu.jpg
66
+ - images/spiderman.jpg
67
+ - images/squirtle.jpg
68
+ - images/superman.jpg
69
+ - images/thanos.jpg
51
70
  - images/thor.jpg
71
+ - images/vegeta.jpg
72
+ - images/vision.jpg
52
73
  - lib/fictionArt.rb
53
74
  homepage: http://rubygems.org/gems/fictionArt
54
75
  licenses: