poddb_client 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ let s:client_cmd = "poddb"
2
2
  if !exists($PODDB_SERVER)
3
3
  let g:poddb_base_url = $PODDB_SERVER
4
4
  else
5
- let g:poddb_base_url = "http://poddb.com"
5
+ let g:poddb_base_url = "http://96.126.108.206"
6
6
  endif
7
7
 
8
8
 
@@ -13,7 +13,7 @@ class PoddbClient
13
13
  end
14
14
  end
15
15
 
16
- SERVER = ENV['PODDB_SERVER'] || "http://poddb.com"
16
+ SERVER = "http://96.126.108.206"
17
17
 
18
18
  PODDB_DIR = "%s/.poddb" % ENV['HOME']
19
19
  CACHE_DIR = "%s/.poddb/cache" % ENV['HOME']
@@ -1,3 +1,3 @@
1
1
  class PoddbClient
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poddb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-20 00:00:00.000000000 Z
12
+ date: 2014-04-29 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Podcast aggregation from the command line
15
15
  email: