ruby-redtail 0.3.6 → 0.3.7
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 +8 -8
- data/VERSION +1 -1
- data/lib/ruby-redtail/contact.rb +1 -1
- data/lib/ruby-redtail/tag_group.rb +1 -1
- data/ruby-redtail.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTMyNDk1MWFlYWE1Yzg4ZjAwZDMzMjE2MzFmNDRmNDQ4YThhMTdmNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTU0NDRjOTA4MGE5NGJhNWExZTEyOThlOGZhZWQ2MWIzYTU3NDM4Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NWU2MWE5ZGE1OGQwMjRmMTE0NDdjZTU1ZmVmZDFjMDQ5OWQ0ZWE2Njk3OTYw
|
|
10
|
+
NjI5NGM3MDI3ZGUwYzU5YWU2Nzk3OTg5ZDAwMDY2NGIxYzFhNDg0ZjU0NzQ0
|
|
11
|
+
NDNlYjYyMGZjNmFhMTA2OWRiZjY5OTVlYjMwNzY2YzQzZTg4MmI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTUzZmYzZDUxYWE2Mjg0NzAxODkzMjRjY2I3YWRhMjdmNGYxYjJiMmY4OTcw
|
|
14
|
+
MThlMmZiY2NhOGE4NWI0OWE3YjMyYmYxM2U4YzFjNWZmM2YxNWIzNGRlNGZl
|
|
15
|
+
M2E2OTdiZWVhM2RmYWU1NTc3OTM0Y2U5YTliZWZmZmNmYTczNTg=
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.7
|
data/lib/ruby-redtail/contact.rb
CHANGED
|
@@ -41,7 +41,7 @@ module RubyRedtail
|
|
|
41
41
|
# end
|
|
42
42
|
|
|
43
43
|
def tag_groups
|
|
44
|
-
build_tag_groups_array RubyRedtail::Query.run("contacts/#{@contact_id}/taggroups", @api_hash, "GET")
|
|
44
|
+
build_tag_groups_array RubyRedtail::Query.run("contacts/#{@contact_id}/taggroups", @api_hash, "GET")
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# Fetch Contact By Contact Id
|
|
@@ -16,7 +16,7 @@ module RubyRedtail
|
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
def contacts
|
|
19
|
-
build_contacts_array RubyRedtail::Query.run("taggroups/#{@id}/contacts", @api_hash, "GET")["
|
|
19
|
+
build_contacts_array RubyRedtail::Query.run("taggroups/#{@id}/contacts", @api_hash, "GET")["TagMembers"]
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
private
|
data/ruby-redtail.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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.
|
|
5
|
+
# stub: ruby-redtail 0.3.7 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "ruby-redtail"
|
|
9
|
-
s.version = "0.3.
|
|
9
|
+
s.version = "0.3.7"
|
|
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"]
|