star_wars_quotes 1.0.1 → 1.0.2

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 +4 -4
  2. data/lib/star_wars_quotes/api.rb +8 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5119ee1a25fef7038c1a99a57301b93a85036248ee99a7ecc8f7ce17d852f716
4
- data.tar.gz: e28a403970b67e1aff968e699355a4bfdc93a3fda1044605a0754b6b075bee09
3
+ metadata.gz: d98702f23646a7d7abafab428bf4a63b8ffa0dfad1e95c1a9827c4b238d38f9a
4
+ data.tar.gz: 9c860a0bb9a8d43c385c046ab898b442388febebf9d516e2ce110b0fba814124
5
5
  SHA512:
6
- metadata.gz: 0a438c938ef18618c6a45f711ea9c92d7ee1a62bdb897d195e2e14b86038d63d9e5b333d2947e80a1d89e083345bd234618971ebff3167fde73c1d333b0b7962
7
- data.tar.gz: 7043930f89cc4cc71a9b6c49d2dc36e836701dea38feee23b6d93247f36abdfd81c0ff07b368931e87b2da9d594d01fd028819a83ce98ed7c1ea0e5630daa3b0
6
+ metadata.gz: 7558f437ebd1d5b90ca8159da99c1d507a69e8bdbafa916c07bc47dc112cabc3d39968173eb2fb8efca528d89885fca133fb6af0ed6cdf6b6ceab79e9141ac1c
7
+ data.tar.gz: 6452e4fec8cdb7f1bfa9b2d5bbd48a0c18f89a02622e9f01c3f678a8b8fce1af7e74b69f475f44249c746e4144aa410fda0c716355e01b8c32072986fe517ab4
@@ -126,6 +126,14 @@ module StarWarsQuotes
126
126
  @quotes << StarWarsQuotes::Quote.new('Anakin Skywalker', "Someday I will be the most powerful Jedi ever.", [:build_passed] )
127
127
  @quotes << StarWarsQuotes::Quote.new('Anakin Skywalker', "Sometimes we must let go of our pride and do what is requested of us.", [:build_failed] )
128
128
  @quotes << StarWarsQuotes::Quote.new('Anakin Skywalker', "You're asking me to be rational. That is something that I know I cannot do. Believe me, I wish I could just wish away my feelings, but I can't.", [:build_failed] )
129
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "Roger Roger", [:build_failed] )
130
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "Ah, well. It's my programming.", [:build_failed] )
131
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "Ah, well. It's my programming.", [:build_failed] )
132
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "The navicomputer is heading us straight into the moon.", [:build_failed] )
133
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "Look! A little green life form!", [:build_passed] )
134
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "But I just got promoted!", [:build_passed] )
135
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "That was impressive!", [:build_passed] )
136
+ @quotes << StarWarsQuotes::Quote.new('Battle Droid', "I'll go give him the good news.", [:build_passed] )
129
137
  @quotes << StarWarsQuotes::Quote.new('Boba Fett', "He's no good to me dead.", [:build_failed] )
130
138
  @quotes << StarWarsQuotes::Quote.new('Boba Fett', "I don't want your armor. I want my armor.", [:build_failed] )
131
139
  @quotes << StarWarsQuotes::Quote.new('Boba Fett', "You can only get so far without a tribe.", [:build_failed] )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: star_wars_quotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - hairywookster@gmail.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-02 00:00:00.000000000 Z
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple gem to allow retrieval of various types of star wars quotes
14
14
  for use in other projects
@@ -20,7 +20,7 @@ files:
20
20
  - lib/star_wars_quotes.rb
21
21
  - lib/star_wars_quotes/api.rb
22
22
  - lib/star_wars_quotes/quote.rb
23
- homepage: https://rubygems.org/gems/star_wars_quotes
23
+ homepage: https://github.com/hairywookster/star-wars-quotes
24
24
  licenses:
25
25
  - MIT
26
26
  metadata: {}