lc-api 0.8.2 → 0.8.3

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.
Files changed (2) hide show
  1. data/lib/lc-api/api.rb +0 -2
  2. metadata +2 -2
data/lib/lc-api/api.rb CHANGED
@@ -15,9 +15,7 @@ module LcApi
15
15
 
16
16
  param = nil
17
17
  param = args.shift
18
-
19
18
  (uri = uri + "/#{param}") if (param)
20
-
21
19
  HTTParty.get("#{uri}?key=#{LcApi.key}")
22
20
  end
23
21
  end
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: 0.8.2
4
+ version: 0.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,7 @@ dependencies:
29
29
  - !ruby/object:Gem::Version
30
30
  version: '0'
31
31
  description: A gem for consuming the LifeChurch.tv API
32
- email: daniel@lifechurch.tv
32
+ email: webmaster@lifechurch.tv
33
33
  executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []