chargify_api_ares 0.4.3 → 0.4.4

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.
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{chargify_api_ares}
3
- s.version = "0.4.3"
3
+ s.version = "0.4.4"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Michael Klett", "Nathan Verni", "Rodrigo Franco", "Shay Frendt"]
7
- s.date = %q{2011-10-20}
7
+ s.date = %q{2011-10-25}
8
8
  s.description = %q{}
9
9
  s.email = %q{support@chargify.com}
10
10
  s.extra_rdoc_files = [
@@ -246,7 +246,7 @@ module Chargify
246
246
 
247
247
  class ProductFamily < Base
248
248
  def self.find_by_handle(handle, attributes = {})
249
- ProductFamily.find(:one, :from => :lookup, :handle => handle)
249
+ ProductFamily.find(:one, :from => :lookup, :params => { :handle => handle })
250
250
  end
251
251
 
252
252
  class Component < Base
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chargify_api_ares
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2011-10-20 00:00:00.000000000 -04:00
15
+ date: 2011-10-25 00:00:00.000000000 -04:00
16
16
  default_executable:
17
17
  dependencies: []
18
18
  description: ''