tasr 0.0.1 → 0.0.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 +4 -4
- data/bin/tasr +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f78e3b1a2c34978166cbb57ce4f3e4f38bd0055
|
4
|
+
data.tar.gz: df44765311aa4d6f472ac1472c9cba8eb089d7fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bd43928452f66b0d7331779af04d1533104bf9fedab6f0f98be86bc6b5879bd1180453f0e9b4961c24b1569b178330b789d4136a3f24ecf36e38cf68229132c
|
7
|
+
data.tar.gz: 690a62f915ea806368d637dfd9536bac8f9756c195eb53b2e290d2a15050d1189901bdee3631de711ae8bcdfdc36c4876e6f671c87efa02883110be4521536a9
|
data/bin/tasr
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tasr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ethan Miller
|
@@ -13,10 +13,12 @@ dependencies: []
|
|
13
13
|
description: A ruby gem which scrapes posts from a given subreddit and analyzes the
|
14
14
|
content.
|
15
15
|
email: ethan@ewmiller.me
|
16
|
-
executables:
|
16
|
+
executables:
|
17
|
+
- tasr
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
19
20
|
files:
|
21
|
+
- bin/tasr
|
20
22
|
- lib/tasr.rb
|
21
23
|
homepage: http://rubygems.org/gems/tasr
|
22
24
|
licenses:
|