petfinder-wrap 1.0.2.1 → 1.0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/petfinder-wrap.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5c712696baf50637e3fe886553272e5c1cc305f
4
- data.tar.gz: c4d747fc84d3cd994320f8ec6c0bc7e8682dc330
3
+ metadata.gz: be970554bc2f200e07d158c15aee17718be772a7
4
+ data.tar.gz: e3848ebbf2b22b2e94dde6245162994140034873
5
5
  SHA512:
6
- metadata.gz: 5f93727278b51da53dd45215af7bb7e99593b9476af7401aff97546d4af52e9271824632cb51a3986ab08990d97d7610b9c09344c1e2d8ac050f7f7c805fa278
7
- data.tar.gz: 8d3d5d8d67d0a49560cb6d4801a81d1b6ec344417d3aafbac8be22e31998c13509e986040688f686aa7636c8b9092ceb6022a508b61526ccc729d99230bc1568
6
+ metadata.gz: 2994500fa6b708894bc31b9abc3f81ba6ae66a91a58c5f0157f869f726577566223a669090062ef2b951156fd976c7178325af7eeba42ebef9fb9d46cfaa2b88
7
+ data.tar.gz: 866d9578f2285493f1da00adbf35d9adbc583a80b8f932d42b9ac9941456ea222b36676049ffe7f68c0705c7f59a7672875223713c759047a89d9f8fc96ae153
data/README.md CHANGED
@@ -46,10 +46,11 @@ Additionally, try methods like
46
46
  pet = client.find_pet("38747365")
47
47
  pet.name # => returns the pet's name
48
48
  pet.photos # => returns an array of Photo objects, with multiple size urls accessible by .small, .medium, .large, .thumbnail, .tiny
49
- pet.phone
50
- pet.address1
51
- pet.city
52
- pet.zip
49
+ pet.contact_info # => returns a hash of callable method names for contact info
50
+ pet.phone # => returns the phone # associated with this pet
51
+ pet.address1 # => returns the address associated with this pet
52
+ pet.city # => returns the city
53
+ pet.zip # => returns the postal code
53
54
  ```
54
55
  the same should function for shelters.
55
56
 
@@ -6,7 +6,7 @@ require_relative 'petfinder/client'
6
6
  require 'open-uri'
7
7
 
8
8
  module Petfinder
9
- VERSION = "1.0.2.1"
9
+ VERSION = "1.0.3"
10
10
 
11
11
  class Error < StandardError; end
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: petfinder-wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro De Ona