comic 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/comic.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODEyYWM0YzdhMjllMmQ3OTY2ZTYwYmFmMGY2OTkwZTBlMzIzZjcyYg==
5
- data.tar.gz: !binary |-
6
- M2MwYWUyZmRjMWNjMTBlYTZhMzVhMGMwMGIzMTJhMzQ3ZmM0OWJkMw==
2
+ SHA1:
3
+ metadata.gz: 5268834063c02886cb32aa7126eb3498fb41ad34
4
+ data.tar.gz: 106e48c1bef4e6ab27fb13ab3d1a43d89d247a54
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- Y2IxOTZmMzA5OWZiYmE4MzM4YmM5ZjUwNTAyZjQ2MDUzMDZmYTA4Y2NiMjkw
10
- ZDMxYWE5OWY2OGFlNzdhMWM0Zjg1MzNmNGMwNzA0MGNmYmUzNjBkZWJmNzFi
11
- YzlmYmM2MjFjMDNmN2I3ZWQ3YzdkNGI4NDlkMTZkOGRlM2Y2ZGM=
12
- data.tar.gz: !binary |-
13
- OTM0MWU0MjNlZWE3M2RjYTcwMTRhYTRlMTJkODIyNWIxOTUyNzYyMGM0NzQ2
14
- OTg0ZDAwODAwNmYyOTNhNmIwMjczZWJmOTQwNzI3MDFjN2IxMjM1ZDEwOTgz
15
- YjU3NGJkYzE5YjRmNGJiNjU3MmYwYjQzZjViZjMyZWU1ZmU2ZjE=
6
+ metadata.gz: 007a1a1824e50aca9288fbd8fd1741125bc8bd2c1eec18ac7da67bfd5347d84175162a1df9149f5353922621da0a6a830c668a54467d6bf5608215d89ac132ed
7
+ data.tar.gz: f5309bda218ffd2b32e99b8b7b26176fe1e9c1e7cb5a700fc4b769aa8025bd2231d8122f1b9bb3676e94b36cf9b7916ba5eb1af2246be54aa8b4790cf831e526
@@ -1,6 +1,6 @@
1
1
  class Comic
2
2
  def self.quote
3
- puts ["Oh my stars and garters! - the Beast", "It's Clobberin' Time! - the Thing", "What a revoltin' development this is. - the Thing", "Great Krypton! - Superman", "Cheese and Crackers! - Hellcat", "Flame on! - The Human Torch", "Great Guardians! - Green Lantern", "Holy Moly! - the original Captain Marvel", "Shazam! - the original Captain Marvel", "Hulk smash puny humans! - the Hulk", "Sweet Christmas! - Luke Cage, Power Man", "In brightest day, in blackest night, no evil shall escape my sight; let those who worship evil's might beware my power - Green Lantern's light! - Green Lantern", "Avengers Assemble! - the Avengers", "Wahoo! - the Howling Commandos"].sample
3
+ puts ["Whatever happens, remember to protect me. – Deadpool", "Oh my stars and garters! - the Beast", "It's Clobberin' Time! - the Thing", "What a revoltin' development this is. - the Thing", "Great Krypton! - Superman", "Cheese and Crackers! - Hellcat", "Flame on! - The Human Torch", "Great Guardians! - Green Lantern", "Holy Moly! - the original Captain Marvel", "Shazam! - the original Captain Marvel", "Hulk smash puny humans! - the Hulk", "Sweet Christmas! - Luke Cage, Power Man", "In brightest day, in blackest night, no evil shall escape my sight; let those who worship evil's might beware my power - Green Lantern's light! - Green Lantern", "Avengers Assemble! - the Avengers", "Wahoo! - the Howling Commandos"].sample
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantinos Lamprou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-22 00:00:00.000000000 Z
11
+ date: 2016-11-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Random comic quotes. Just require and Comic.quote
14
14
  email: lamprou@live.com
@@ -27,17 +27,17 @@ require_paths:
27
27
  - lib
28
28
  required_ruby_version: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ! '>='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: '0'
33
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - ! '>='
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  requirements: []
39
39
  rubyforge_project:
40
- rubygems_version: 2.3.0
40
+ rubygems_version: 2.4.7
41
41
  signing_key:
42
42
  specification_version: 4
43
43
  summary: Random comic quotes.