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 +4 -4
- data/lib/religio_cli/version.rb +1 -1
- data/religio_cli-0.1.0.gem +0 -0
- data/religio_cli.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 046600ddc2873db3339ec4cbf0a4b33fedc3b77dc9ae0ef9cd5acd039315f50d
|
|
4
|
+
data.tar.gz: 76ebb57e754caf2916d0436e6e0c9aed4e1d0febe920d8f66df455521bd23766
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54827410f845d5a9cac9f943a04c938cca3c99d3a63ae38a2d7f26de02a668cf22ff38fdd652cb19e0a4eea8738bcf4ebb203643d6a512d8479cd132e44769b5
|
|
7
|
+
data.tar.gz: 6eb945b197cda0d5f61cc0eb03ab273b67e0bb8edcad6cf74e8243cd6acdb35b575df9de93166123f7963eea04cc6a46134df52cda05605cddf17974d828bd65
|
data/lib/religio_cli/version.rb
CHANGED
|
Binary file
|
data/religio_cli.gemspec
CHANGED
|
@@ -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{
|
|
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.
|
|
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: '
|
|
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:
|