religio_cli 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 71c0411917d3dadde516d79f9a067697ef68d8be737517a37cb611f5a8d9e291
4
- data.tar.gz: 9468a178e49ab1674bb32b2e8763adfb88a922f1780179c239606af3f2fffe55
3
+ metadata.gz: 046600ddc2873db3339ec4cbf0a4b33fedc3b77dc9ae0ef9cd5acd039315f50d
4
+ data.tar.gz: 76ebb57e754caf2916d0436e6e0c9aed4e1d0febe920d8f66df455521bd23766
5
5
  SHA512:
6
- metadata.gz: 2f548f141f161ab937830d049f0001f4c0402a44ca96a60c040f0a06bbb46a72da9f8173532c3d85bd53a1d696680761cf005c406e00bf448fd56227e3ead150
7
- data.tar.gz: 04b8eb2aac427897bbd02878db40a2a89457950a189addd64c7a8b1f0b90f26fe6b28c03fe9d6eea57e26ca00e1fcc4b87bb1237795a5163a69991f36c307962
6
+ metadata.gz: 54827410f845d5a9cac9f943a04c938cca3c99d3a63ae38a2d7f26de02a668cf22ff38fdd652cb19e0a4eea8738bcf4ebb203643d6a512d8479cd132e44769b5
7
+ data.tar.gz: 6eb945b197cda0d5f61cc0eb03ab273b67e0bb8edcad6cf74e8243cd6acdb35b575df9de93166123f7963eea04cc6a46134df52cda05605cddf17974d828bd65
@@ -1,3 +1,3 @@
1
1
  module ReligioCLI
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["'lois.lee@me.com'"]
11
11
 
12
12
  spec.summary = %q{Learn about world religious traditions with this CLI!}
13
- spec.description = %q{Scraped using the Patheos website: https://www.patheos.com/library}
13
+ spec.description = %q{Welcome to Religio! This is a Ruby Gem that scrapes information on the top 50 Major Religious traditions around the world from the website Patheos: https://www.patheos.com/library}
14
14
  spec.homepage = "https://github.com/loisklee/religio_cli"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: religio_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Lois Lee'"
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: 'Scraped using the Patheos website: https://www.patheos.com/library'
83
+ description: 'Welcome to Religio! This is a Ruby Gem that scrapes information on the
84
+ top 50 Major Religious traditions around the world from the website Patheos: https://www.patheos.com/library'
84
85
  email:
85
86
  - "'lois.lee@me.com'"
86
87
  executables:
@@ -102,6 +103,7 @@ files:
102
103
  - lib/religio_cli/scraper.rb
103
104
  - lib/religio_cli/trads.rb
104
105
  - lib/religio_cli/version.rb
106
+ - religio_cli-0.1.0.gem
105
107
  - religio_cli.gemspec
106
108
  homepage: https://github.com/loisklee/religio_cli
107
109
  licenses: