jalapeno 1.0.4 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07f964c2cf3065c414411fb3ae68a95488e793ce
4
- data.tar.gz: c4cce51ea41238ef116d48dbfa495974739e39c1
3
+ metadata.gz: 6bebf756e4cc4ba73f0302efc5edc1aa96da7d48
4
+ data.tar.gz: be2aed8ce6db1e88763494fd7873021efe980339
5
5
  SHA512:
6
- metadata.gz: dbcb54b2f4814b07ef7d7599054f00733c214a647340d5becd9ca7ec31be2472fdf929bbd471cb67248ac295c4a5d978474551d23ce9b95bec2068061e3d42ff
7
- data.tar.gz: fe44b9c736e1534efa465741af78f93512413180218b3fe02e592641d8438a75300ad642a4ea86c3c2aae54f5ab0b215caf83ae1a7082c84de30d67a0b4d4faa
6
+ metadata.gz: f118f77d798b6608e69c2b04443b52348a1415f947655031435b22220a1e449a8c78be0e3a3e178baf3d0774b66ac27db65066068720d994951831ea2fede184
7
+ data.tar.gz: 9476eb188e79a5cd37dd0e18b99baf7e76eccc8f6db44c008f45bc9411f3ed9986bb48528b17ecfd78ab9c82462e66e328ca73b438190bc00786e5f613465fee
@@ -7,5 +7,5 @@ module Facts
7
7
  "Peanuts are actually a legume, but don't be a jerk about it. Just call them nuts still, ok?!",
8
8
  "Apparently Mozart had written 3 operas and 25 symphonies by the time he was 16. By the time I was 16 I was still 3rd chair trumpet, so screw you Mozart."]
9
9
  TRIVIA = trivia[rand(0..trivia.length - 1)]
10
- FAKE = fake_trivia[rand(0..trivia.length - 1)]
10
+ FAKE = fake_trivia[rand(0..fake_trivia.length - 1)]
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Jalapeno
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jalapeno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brent Busby