things-client 0.2.1 → 0.2.2
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.
- data/VERSION +1 -1
- data/lib/things/person.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/lib/things/person.rb
CHANGED
|
@@ -14,7 +14,7 @@ module Things
|
|
|
14
14
|
# Find a Person in Address Book and add a teammate in Things
|
|
15
15
|
#
|
|
16
16
|
# Returns a Things::Person object
|
|
17
|
-
def
|
|
17
|
+
def create(address_book_name)
|
|
18
18
|
reference = Things::App.instance.add_teammate_named(address_book_name)
|
|
19
19
|
raise 'Could not find person in Address Book' if reference == :missing_value
|
|
20
20
|
build(reference)
|