PetSearch 0.0.5 → 0.0.6

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
- MGRkOGQ3NDBhZTI5NmUyNTljZjM1ZjQxMzI0YzdjZjU3YzdkNDUzOA==
4
+ ZWI3ZTJjYmM4MDU4NzFkYzIzOGVmMmUyNjRiNzcyODRjOWM0ZjAwNg==
5
5
  data.tar.gz: !binary |-
6
- ZjNiNWQ5NDAxNzM5NTUxOGUxYzFhZGM2YTNkMzYyNTliY2E3Nzk2Nw==
6
+ NTgxMWZiNWRkMjU0ZGFhMTcxMTYwMTJhNDExMDMxNTVkZjM2MTdlOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDkwNWI2M2MzNzU1MWIwOWU2ZTYwMjUwMWQ0ZmYwZmRlYTE1Y2YzMGViNzAy
10
- MjQ0YmU4Y2U5NTAzNzY4NGYyOWQyZWIzZGIwZjYyNmEyNzY2ZjE4ZjQ0ODc5
11
- Zjk4YzQ4OTM3NTU2ODJiN2FhMjdmZmM4ZGI5OTk4ZjkyMzc1YTQ=
9
+ MDAzOWNhNTQ2YjQ5NjQ4Mzg1ZTAyOWQ1NTYwMmY3ZmI0MmY3OWU3MDBhOGEx
10
+ YzExNTdmMDMzNWYwZjJmOTMzMDBhMmFmYjRkNGUzMTdkMmU0ZTQ0ODlkZGMz
11
+ NDJmMGRlYmI3MjYxYTM1YzU0MTVhZjdmZDVjN2UwNDczZDhkZWE=
12
12
  data.tar.gz: !binary |-
13
- ZThjYzVjYWE1NmI1YzZiNzA4MDNiYmNiZmM2MTJhZGExZWY2YTc4ZTkwNmQ4
14
- ZjgzOWZjYmM4ZjM2YzMzNDM1MTA5ZWY4ZjcxZGUyOGY1OWE5YWE4NjZkZTFm
15
- NWFjYjc0NmE2YzE2ZmQ3YTI3ODIyMjFhNmI4NmZhMTYyMjBkZWQ=
13
+ OGNjNWJlNzdkZmQ1YzFiNWUwZDgyNzk4Yjg0MjA5NzJlN2ZmMDRhZGM1NGMz
14
+ M2I0NDFhNTVhNDUwYWRiMmMzMTJkMTdlYjllZDE4YzgzMTM5YzFkZTg5NWVl
15
+ Mjc2ZjQyMzAwMzk5NzAxYmE2OTI2MTU5NGNiZDA5OGYyODhkNzI=
data/lib/petsearch.rb CHANGED
@@ -3,8 +3,8 @@ require 'open-uri'
3
3
  require 'digest/md5'
4
4
  require 'nokogiri'
5
5
  require 'date'
6
- require './petsearch/petclient'
7
- require './petsearch/pet'
6
+ require 'petsearch/petclient'
7
+ require 'petsearch/pet'
8
8
 
9
9
  class PetSearch
10
10
  attr_accessor :dog, :cat, :bird, :reptile, :horse, :pig, :barnyard, :smallfurry
data/lib/petsearch/pet.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'date'
2
2
  require 'json'
3
- require_relative '../petsearch'
3
+
4
4
 
5
5
  class Pet
6
6
  attr_accessor :name, :age, :sex, :size, :petfinder_id, :shelter_id, :images, :breeds, :status, :contact, :description, :last_update, :options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PetSearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lior Bendat, Sharif Hadidi