lc-api 0.8.4 → 0.8.6

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/lc-api/resource.rb +0 -1
  2. metadata +3 -3
@@ -8,7 +8,6 @@ module LcApi
8
8
  def find(id, options={})
9
9
  uri = member_name
10
10
  uri += "/#{id}" if id
11
- puts "uri is: #{uri}"
12
11
  parse_response(API.get(uri, options))
13
12
  end
14
13
 
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.4
4
+ version: 0.8.6
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
  - !ruby/object:Gem::Dependency
32
- name: active_support
32
+ name: activesupport
33
33
  requirement: !ruby/object:Gem::Requirement
34
34
  none: false
35
35
  requirements:
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ! '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: 2.2.1
47
- description: A gem for consuming the LifeChurch.tv API
47
+ description: A Ruby wrapper for the Lifechurch.tv REST API
48
48
  email: webmaster@lifechurch.tv
49
49
  executables: []
50
50
  extensions: []