lc_api 1.3 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Base < ActiveResource::Base
3
- self.site = "http://lctv-api.herokuapp.com/v1"
3
+ self.site = "http://api.lifechurch.tv/v1"
4
4
 
5
5
  class << self
6
6
  attr_accessor :api_key
@@ -1,3 +1,3 @@
1
1
  module LcApi
2
- VERSION = "1.3"
2
+ VERSION = "1.3.1"
3
3
  end
@@ -2,7 +2,7 @@ require 'lc_api'
2
2
  require 'fakeweb'
3
3
  FakeWeb.allow_net_connect = false
4
4
  LcApi.key = "1111"
5
- SITE_URL = "http://lctv-api.herokuapp.com/v1"
5
+ SITE_URL = "http://api.lifechurch.tv/v1"
6
6
 
7
7
  def fixture_path
8
8
  File.expand_path("../fixtures", __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lc_api
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: 1.3.1
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: 2014-02-12 00:00:00.000000000 Z
12
+ date: 2014-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activeresource