wq 1.0.1 → 1.1.0
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 +4 -4
- data/README.md +1 -1
- data/data/quotes.json +120 -0
- data/lib/wq/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8944bf491347ab7f2de46760aee52f99547a540000d2d33bd043debe4135a45
|
|
4
|
+
data.tar.gz: d55fca02ae763d585c988fecea441741b0a687a1789a2cbd40c601cd5326c6d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1206cfd73209c61d3017c75683c27fb6c1b72049e794aa9ffcc1ee19d20dfb55bf19d336a702d77eb8126f210c7d7204ed0b8753ff7bbc7a6f452027df3c3a8
|
|
7
|
+
data.tar.gz: 822a56b744ddcf7b84ce2b973e15e7375aa757a42c80e10090e895993427e328d78a91757dc2d81fe1a110bcf61f4f6af0cce0664c373923f0e162ed4b1186f6
|
data/README.md
CHANGED
|
@@ -26,7 +26,7 @@ The quotes data source is [the dwyl/quotes repository](https://github.com/dwyl/q
|
|
|
26
26
|
|
|
27
27
|
## Releases
|
|
28
28
|
|
|
29
|
-
To release a new version,
|
|
29
|
+
To release a new version, bump the version number in `version.rb`, run `bundle install`, and then `bundle exec rake release`.
|
|
30
30
|
|
|
31
31
|
## Resources
|
|
32
32
|
|
data/data/quotes.json
CHANGED
|
@@ -6498,5 +6498,125 @@
|
|
|
6498
6498
|
{
|
|
6499
6499
|
"author": "Norman Vincent Peale",
|
|
6500
6500
|
"text": "Change your thoughts and you change your world."
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"author": "Marcus Aurelius",
|
|
6504
|
+
"text": "The things you think about determine the quality of your mind."
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"author": "Marcus Aurelius",
|
|
6508
|
+
"text": "You have power over your mind — not outside events. Realize this, and you will find strength."
|
|
6509
|
+
},
|
|
6510
|
+
{
|
|
6511
|
+
"author": "Marcus Aurelius",
|
|
6512
|
+
"text": "Waste no more time arguing about what a good man should be. Be one."
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"author": "Marcus Aurelius",
|
|
6516
|
+
"text": "The impediment to action advances action. What stands in the way becomes the way."
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"author": "Marcus Aurelius",
|
|
6520
|
+
"text": "Very little is needed to make a happy life; it is all within yourself, in your way of thinking."
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"author": "Marcus Aurelius",
|
|
6524
|
+
"text": "When you arise in the morning, think of what a precious privilege it is to be alive."
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"author": "Seneca",
|
|
6528
|
+
"text": "We suffer more often in imagination than in reality."
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"author": "Seneca",
|
|
6532
|
+
"text": "It is not that we have a short time to live, but that we waste a lot of it."
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"author": "Seneca",
|
|
6536
|
+
"text": "Luck is what happens when preparation meets opportunity."
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"author": "Seneca",
|
|
6540
|
+
"text": "Difficulties strengthen the mind, as labor does the body."
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"author": "Seneca",
|
|
6544
|
+
"text": "True happiness is to enjoy the present, without anxious dependence upon the future."
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"author": "Epictetus",
|
|
6548
|
+
"text": "It's not what happens to you, but how you react to it that matters."
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
"author": "Epictetus",
|
|
6552
|
+
"text": "Man is not worried by real problems so much as by his imagined anxieties about real problems."
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"author": "Epictetus",
|
|
6556
|
+
"text": "If you want to improve, be content to be thought foolish and stupid."
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"author": "Epictetus",
|
|
6560
|
+
"text": "Don't explain your philosophy. Embody it."
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"author": "Zeno of Citium",
|
|
6564
|
+
"text": "We have two ears and one mouth, so we should listen more than we say."
|
|
6565
|
+
},
|
|
6566
|
+
{
|
|
6567
|
+
"author": "Cicero",
|
|
6568
|
+
"text": "The function of wisdom is to discriminate between good and evil."
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"author": "Musonius Rufus",
|
|
6572
|
+
"text": "The soul becomes dyed with the color of its thoughts."
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"author": "Publilius Syrus",
|
|
6576
|
+
"text": "It is a great thing to know the season for speech and the season for silence."
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"author": "Heraclitus",
|
|
6580
|
+
"text": "No man ever steps in the same river twice."
|
|
6581
|
+
},
|
|
6582
|
+
{
|
|
6583
|
+
"author": "Alfred A. Montapert",
|
|
6584
|
+
"text": "Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"author": "Alfred A. Montapert",
|
|
6588
|
+
"text": "The great essentials to be happy and successful are being a loving person and a vitalizer."
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"author": "Alfred A. Montapert",
|
|
6592
|
+
"text": "Action is the foundation key to all success."
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"author": "Alfred A. Montapert",
|
|
6596
|
+
"text": "An army of sheep led by a lion can defeat an army of lions led by a sheep."
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
"author": "Alfred A. Montapert",
|
|
6600
|
+
"text": "Expect problems and face them. That is the winning way of life."
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"author": "Alfred A. Montapert",
|
|
6604
|
+
"text": "The shortest answer is doing."
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"author": "Alfred A. Montapert",
|
|
6608
|
+
"text": "Life is a gift -- use it."
|
|
6609
|
+
},
|
|
6610
|
+
{
|
|
6611
|
+
"author": "Alfred A. Montapert",
|
|
6612
|
+
"text": "Nothing at is impossible to a willing heart."
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"author": "Alfred A. Montapert",
|
|
6616
|
+
"text": "Every new day is the start of a new success."
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"author": "Alfred A. Montapert",
|
|
6620
|
+
"text": "Don't be misled by what you see in the mass media or public schools. Real education is the result of deep thought and pure intent."
|
|
6501
6621
|
}
|
|
6502
6622
|
]
|
data/lib/wq/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Julio
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version:
|
|
71
|
+
rubygems_version: 4.0.17
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: A CLI (wq) to learn 500+ words and inspirational quotes.
|
|
74
74
|
test_files: []
|