subreddit 0.0.6 → 0.0.7
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
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28cdc9f8bfd9dc7d1025e3ff61175babf6775215
|
4
|
+
data.tar.gz: 6918140e7406736eff59b788efea8e9545f2e2e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c98c1bc6a035b042e84a10c29afe3297a25c1a06ac21634844a6fcc1d56537303b5832e6446cc03b45f174711885823ca7f0ba5a6e5ccee291cbe1dcb0c49489
|
7
|
+
data.tar.gz: 97220dd6410a6b80f00eabb99f55f5f3b44cc262e713ff4a4f30071422984868540636612f5257fb4a18dfc5a16770be806859e3d8c17ebbbaf633af95f8b600
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: subreddit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ilana Sufrin
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
version: '0'
|
27
27
|
description: The library uses nokogiri to generate a random subreddit from reddit.com
|
28
28
|
using the random subreddit link. Also includes a bonus file that gives you the top
|
29
|
-
link from that subreddit. Use that by modifying the first line in the
|
29
|
+
link from that subreddit. Use that by modifying the first line in the lib/subreddit.rb
|
30
30
|
file.
|
31
31
|
email:
|
32
32
|
- ilanasufrin@gmail.com
|