things-client 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/things/person.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
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 self.create(address_book_name)
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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: things-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Bunsch