random_poetry_scraper 0.1.1 → 0.1.2
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 +5 -5
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 7f447de35b6c2da11d158b261d91fd9d7e12bdbac17fbe778a438b6b18a6ed42
|
4
|
+
data.tar.gz: 7c9008eef3737af63102e8bc1e73b6f335e7b6f566b0c38a005b4fba9a04fd8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cb34b1e105f51c3de3b43d200aaabb896b260c1ecd53f5d2cc6046c307fcdfaa76564c5e0803dd65394670218c5af60e45b7253d97292a2d9feaf761ab6e71d
|
7
|
+
data.tar.gz: 13318e57377a0fcdc757c678367a3042a7098c8053e49c89a97e206ac88a2deee8fbfa47024e70160083b1fe75f1aee3831e38701472a93241318e338e78dc1b
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: random_poetry_scraper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hayden Betts
|
@@ -108,10 +108,11 @@ dependencies:
|
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '2.0'
|
111
|
-
description: Random Poetry Scraper is a command line gem which returns
|
112
|
-
|
113
|
-
|
114
|
-
|
111
|
+
description: Random Poetry Scraper is a command line gem which returns a configurable
|
112
|
+
number of poems scraped from poemhunter.com. The gem allows you to consume the poems
|
113
|
+
either through a JSON dump or through a command line "pleasure reading" interface.
|
114
|
+
~Most~ poems on poemhunter.com are in English, but not all are. If you plan to to
|
115
|
+
use this gem to build a corpus of poetry, you should do additional language validation.
|
115
116
|
email: haydenbetts@gmail.com
|
116
117
|
executables:
|
117
118
|
- random_poetry_scraper
|
@@ -147,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
148
|
version: '0'
|
148
149
|
requirements: []
|
149
150
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.
|
151
|
+
rubygems_version: 2.7.7
|
151
152
|
signing_key:
|
152
153
|
specification_version: 4
|
153
154
|
summary: Scrape and return a configurable number of random poems from poemhunter.com/
|