aphorism 0.1.7 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb0e38539a69f0d1e53b80cd352e74d946587f0f449e081834cdf55192865973
4
- data.tar.gz: bccf37e52df93e6f6c3d005bd6ab44bf5fc3018e910b38c5d29d1caa990dda85
3
+ metadata.gz: 5d86eeda62de517ec07de3c14b3f6ab40b6e5040bf8bb9f4035405dd96ee57a9
4
+ data.tar.gz: b85ff8e64484b53352c980136b70b19dd45556c474f9318bffbb4aa4d03465b2
5
5
  SHA512:
6
- metadata.gz: c29970759b75b58d3aafa48e52b5c84ab36526fcdc5511c174830aed5d02a74de9fcbec811602f81aaaf28b35c0142a576d1d5fc5decac998c89876770bc3d39
7
- data.tar.gz: c7123c9157f1f4d7ce8737263a84997d07e4fc4e381ac3b00aa8d184395c0856762083aa29655bcb44c5b313ecbdc8816519b510124cbf32277abd8997a5414a
6
+ metadata.gz: d49c97b058c715eeeaa48c0bc3406ef39bec24dfadadb0be34ca182475a65ace22ab8ca524b2a00aeddcfaf4ca98026d2bca8a8551dffb2210b3404ce7a63136
7
+ data.tar.gz: a2c4776a01f43d8c6652acae404b9ee5cabf513d64cb1261c5d2d73b7903347c560c5eb46f605e6277515ed8d313d88cd062ccf4f750902e33eb3e6b8c6b01f4
@@ -7,4 +7,4 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
7
7
  require 'aphorism'
8
8
 
9
9
  orator = Aphorism::Orator.new
10
- orator.say
10
+ puts orator.say
@@ -9,7 +9,7 @@ module Aphorism
9
9
  class Orator
10
10
  def say
11
11
  aphorisms = internal_aphorisms + custom_aphorisms
12
- puts aphorisms.sample
12
+ aphorisms.sample
13
13
  end
14
14
 
15
15
  private
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aphorism
4
- VERSION = '0.1.7'
4
+ VERSION = '1.1.0'
5
5
  end
@@ -140,7 +140,7 @@
140
140
  %
141
141
  "When you embrace your difference, your DNA, your look or heritage or religion or your unusual name, that's when you start to shine." - Bethenny Frankel
142
142
  %
143
- "You can't be that kid standing at the top of the waterslide, overthinking it. You have to go down the chute." - Tina Fey
143
+ "You can't be that kid standing at the top of the waterslide, overthinking it. You have to go down the chute." - Tina Fey
144
144
  %
145
145
  "If you just set out to be liked, you would be prepared to compromise on anything at any time, and you would achieve nothing." - Margaret Thatcher
146
146
  %
@@ -222,12 +222,12 @@ But from the moment I had voiced my trans identity that first night, every step
222
222
  %
223
223
  "I hadn't been happy in so long. I've been sad again since, but it's a totally different take on sad. There's just some magic in truth and honesty and openness." - Frank Ocean, musician
224
224
  %
225
- "The tide of history only advances when people make themselves fully visible." - Anderson Cooper, journalist and TV . e are powerful because we have survived." - Audre Lorde
226
- - Jameela Jamil%
227
- "To be afraid is to behave as if the truth were not true." - Bayard Rustin
225
+ "The tide of history only advances when people make themselves fully visible." - Anderson Cooper, journalist and TV host
226
+ %
227
+ "We are powerful because we have survived." - Audre Lorde
228
228
  %
229
+ "To be afraid is to behave as if the truth were not true." - Bayard Rustin
229
230
  %
230
-
231
231
  "Marriage is a magic word. And it is magic throughout the world. It has to do with our dignity as human beings, to be who we are openly." — Edie Windsor
232
232
  %
233
233
  "You don't have to live a lie. Living a lie will mess you up. It will send you into depression. It will warp your values." — Gilbert Baker, creator of the rainbow Pride flag
@@ -266,7 +266,7 @@ But from the moment I had voiced my trans identity that first night, every step
266
266
  %
267
267
  "I don't know any more about the future than you do. I hope that it will be full of work, because I have come to know by experience that work is the nearest thing to happiness that I can find." - Zora Neale Hurston
268
268
  %
269
- "Nothing is worth more than laughter. It is strength to laugh and to abandon oneself, to be light. Tragedy is the most ridiculous thing." - Frida Kahlo
269
+ "Nothing is worth more than laughter. It is strength to laugh and to abandon oneself, to be light. Tragedy is the most ridiculous thing." - Frida Kahlo
270
270
  %
271
271
  "Culture does not make people. People make culture. If it is true that the full humanity of women is not our culture, then we can and must make it our culture." - Chimamanda Ngozi Adichie's, We Should All Be Feminists
272
272
  %
@@ -278,4 +278,4 @@ But from the moment I had voiced my trans identity that first night, every step
278
278
  %
279
279
  "I am not free while any woman is unfree, even when her shackles are very different from my own." - Audre Lorde
280
280
  %
281
- "I'm a woman. I'm a black woman. I'm a poor woman. I'm a fat woman. I'm a middle-aged woman. And I'm on welfare. In this country, if you're any one of those things you count less as a human being. If you're all those things, you don't count at all. Except as a statistic." - Johnnie Tillmon
281
+ "I'm a woman. I'm a black woman. I'm a poor woman. I'm a fat woman. I'm a middle-aged woman. And I'm on welfare. In this country, if you're any one of those things you count less as a human being. If you're all those things, you don't count at all. Except as a statistic." - Johnnie Tillmon
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aphorism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kate Donaldson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-24 00:00:00.000000000 Z
11
+ date: 2019-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler