poetry_reader 1.2.0 → 1.2.1

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/README.md +33 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e48e9573f5efa7cb20b2961ee0a44901a38b0c1a8e0de8b17d5ec1b1a9abb92a
4
- data.tar.gz: 6661ef6a4e44c75bc098421ae77acb343d71c0d416a6e9717b3307c7390f0846
3
+ metadata.gz: 1dd50c318d4916f6150fafa64096daec857b735fdb7ce48fe5cd6e745956b9e0
4
+ data.tar.gz: c06e01294cbb20c41c52d933f51c3b9e423e54d6792b2ee037d616346500cecd
5
5
  SHA512:
6
- metadata.gz: a523a180b5209f9b41b6b1e492891007b699b64e47c8b59990b793f9b0cf6abf7ccd66d61c95b062f7f8411d95439310547d8edc47470d49736f331745d976ee
7
- data.tar.gz: 319f472ec21ad98c337a6d8194f478023d8856c055ea1c877557da8a2544ef34da14a0a06c4352bbf13630d638317bfab5f937c219ab1faa63576ed63ba47eb9
6
+ metadata.gz: 8580c7f90c787acc980665627837677bd2da5507a4686b5bf10b34741ae365337422664ca9dc5795dd93cc86bab4f39ae2dcf2bc9b7eecd4211a1ed017ec3106
7
+ data.tar.gz: dfb824b9702c9ec36b8aba54c76c2a939ea8da24142f030a95479ad6f26badd1426c9fd926517ace917773a4779e1c0ca9961704597af06996d5a9ab95801f09
@@ -0,0 +1,33 @@
1
+ # Poetry Reader
2
+
3
+ PoetryReader uses the Poetry Foundation website to find the poems of given authors. It can print these poems to the terminal for reading.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'poetry_reader'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install poetry_reader
20
+
21
+ ## Development
22
+
23
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
+
25
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
26
+
27
+ ## Contributing
28
+
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/JASPMobus/poetry_reader.
30
+
31
+ ## License
32
+
33
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poetry_reader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'James Mobus'"
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-11 00:00:00.000000000 Z
11
+ date: 2019-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,7 +58,8 @@ email:
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
- files: []
61
+ files:
62
+ - README.md
62
63
  homepage:
63
64
  licenses:
64
65
  - MIT