ruby-redtail 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmFhZWFmMDY3OTU1MTdjODU0MGZkZWYwNDI5Mzg2ZmY5ZTJiZDA0ZQ==
4
+ YjQzZWNiNDRhYzMyMTE1MTI3YzhjOGM2NDQzM2E4ZjVlNWUzZjg1Mw==
5
5
  data.tar.gz: !binary |-
6
- ODY3OWIyNzE1ZjkyZmU4YmY1MjIyYWE5Yjg5ZjRhMmRlY2MwZTEzNg==
6
+ MjYxZWQ1NjU3N2E1MDM3ZjMxNmVlY2I4MWFiNDY5ODYxYWU3ZjhlNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MmQ2YjIxNmEwNTQ2YWFlODRhYWE1YjBjYWU5YmRiYTY0YjdiN2MyY2Q0MGM1
10
- ZWYzYzIxMDMxZTNhNzE2YWM0NGI2ODFhMzdlZDY0MDY1ZTkzYzFhZDgzMTNj
11
- YzIyZGRhZjI3YmE3YjAyYjg5MjYxNjRiZGU5ZmI0MjM2MDM3OTY=
9
+ NGM5YTM1MzI4MzYxYzdiZDdmN2FmN2YzNjQ0NmE4YzJkNTNhNjU1Mjg5MmFk
10
+ ZDcxZGM5MjQwYzliMTFmM2JlNjA3MGQ5MmY3MTVjN2UyYWRkNTEwNGUwNTYz
11
+ YWZhYjYxZDM1NmYzOGQ1OTQzNTU4MzYzZDgyOTE0NDIyM2YxMGE=
12
12
  data.tar.gz: !binary |-
13
- OWI0MjRkMjc5NTZkZTJkYmU4NmI0N2Y0MzI5NjMwMzliYTU5M2ViZWExZmY0
14
- NDI0NDk3MjQ5YTE1NTBmMjA5ZGU1MmE1ZTUxY2UxMTA1M2U3YzgxY2M2YjUz
15
- ODNkZjZlYmU1YmJiNGU1Y2ViNGY5OTEzNmUzZGE3ZDQ4NGUxMDk=
13
+ NTI2NzYwNGY5ODI2M2U4NjQxMmU1OTUxYjVjNzczZjc4YjU5ZDQ5ZGM5OGI5
14
+ MjFiNWM1OGZhNGI4ZDcyODdiNzEzZTVmYWJiZDJhZTYzMmYzOWM4ODhjODNk
15
+ YmM0ZDczYmYyZmRjZGY3N2Y0MDQwOWYwZmYxZmE3OWQ2NzNiMzY=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -62,7 +62,7 @@ module RubyRedtail
62
62
  end
63
63
 
64
64
  def build_contacts_array contact_hashes
65
- if client_hashes
65
+ if contact_hashes
66
66
  contact_hashes.collect { |contact_hash| self.build_contact contact_hash }
67
67
  else
68
68
  raise RubyRedtail::AuthenticationError
@@ -88,4 +88,4 @@ module RubyRedtail
88
88
 
89
89
  end
90
90
  end
91
- end
91
+ end
@@ -2,15 +2,15 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: ruby-redtail 0.3.0 ruby lib
5
+ # stub: ruby-redtail 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "ruby-redtail"
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Nathan Colgate"]
13
- s.date = "2014-04-28"
13
+ s.date = "2014-04-29"
14
14
  s.description = "The gem offers various methods to access the Redtail CRM API"
15
15
  s.email = "nathan@brandnewbox.com"
16
16
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-redtail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Colgate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty