RedditPostClassifierBot 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a35f65e15b1a15627b1397fea3f41a2b008521e5
4
- data.tar.gz: 6df1720ac5558aa52a3208241f2ca9068a54b8da
3
+ metadata.gz: 24f519dba9e63cfe4f5c8bdccc5eb9bb4da91133
4
+ data.tar.gz: 86691d72a1f186828759409dccab43da978df2a5
5
5
  SHA512:
6
- metadata.gz: b53ba743aacec92fb3d8ab4808243a6a29787ac4b75f192a051341cc9d5973fdcb0c90a2b1b63bc0ee311fbce36d1ac0b68eecf02086638073fd323ab328ef12
7
- data.tar.gz: 7de4dd9398e0ae0d7d05173f476205a8fbb66f26a1cef51463a89caef896a1ac8c0fc6df033c4593f68b740c5ec5b22d0b05881e51b2646701a0ea16a873285f
6
+ metadata.gz: 3f2ea6b4823fa43c6e255bba4ef51d93adc76189c9ebddae9738d8637f258c916bae51c5ed3d19c8692809567a9907fa77009ce262ad0f15e00705bdaff16635
7
+ data.tar.gz: 5931d91769d21c412698d60d3e42fa16282a132cf586a0299f0c8fd023d6b80adec81c13efe7a3835b6ca54383c603bb2c9a8985af6fe49b2ee8ea0f174df01a
@@ -3,7 +3,7 @@ module RedditPostClassifierBot
3
3
  REDDIT_URL = "https://www.reddit.com"
4
4
  CLASSES = {
5
5
  hot: "/",
6
- new_post: "/new/",
6
+ "new" => "/new/",
7
7
  rising: "/rising/",
8
8
  controversial: "/controversial/",
9
9
  top_hour: "/top/",
@@ -1,3 +1,3 @@
1
1
  module RedditPostClassifierBot
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RedditPostClassifierBot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Salazar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-10 00:00:00.000000000 Z
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nbayes