bterlson-reddit 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/reddit/session.rb +1 -1
  2. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  module Reddit
2
- BASE_URL = "http://www.beta.reddit.com/"
2
+ BASE_URL = "http://www.reddit.com/"
3
3
  PROFILE_URL = BASE_URL + "user/[username]/"
4
4
  SUBREDDIT_URL = BASE_URL + "r/[subreddit]/"
5
5
  COMMENTS_URL = BASE_URL + "info/[id]/comments/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bterlson-reddit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Terlson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-14 00:00:00 -07:00
12
+ date: 2008-06-05 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency