PetSearch 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmJmZDI3MWJmMTJkODA1OTRiYmEzYjBkZjY1ZmMwZjUzMTFjZDBmZQ==
4
+ NGIzNTZkMGEzNDk3YWM4MDJkZTkyZTZlZWJlZWVmNDA1ZmE3Njk5MA==
5
5
  data.tar.gz: !binary |-
6
- NWRhOGZhMjY5MTA5Zjk1M2UyOWNkZTliYmIxNzZiNjljNjVhYTExNQ==
6
+ NjIwZjQ2ZDg1YjUyY2YyN2I0N2UwY2YxZjU0NzYxODM5NzAzYjdlNw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDA5NTE2NWRlZGYwMzNjNTM3NzI5YTc3MmUzNTg3YTFkODVkMzlmZTNjYzE4
10
- ZGUzM2NlOWNlOTQ0NGFlN2YwYTE1NGU2YTJiNTc5YmM5ZTE5NDMyYTdlM2Qy
11
- ZWJhM2NkMTY5NjU1ZDVjZmI2NWExMjU5YTEyMmE2NzI1YzUzYmY=
9
+ N2YzNjUwYmFhNmU2NTRhYTk0Mjg0MDBiMGRmNjU3MzEzN2Y1ZjE0YzEzOGE2
10
+ YTAzNmM5MzMzZjc1NGNhMGM0OGZhYmU2Y2E5MTUwZGI2OTUzY2FkNTg4NmE2
11
+ M2RmMzhmNjQ2MzdhMjVhZWRmMjEzYTAxZGYyMDRlNDExNDRlODE=
12
12
  data.tar.gz: !binary |-
13
- YzBiMDk2ZmRlOGJjMTcwODcwMWM3OTc1NzM4Y2YwNGI2YTk0NDViZGRmYzQy
14
- YzU0NjA1ZTliYjBjNjMzMzc3NTgyOTg2MDk4YzFhN2VmZmUzNDFlZmEzZDQ4
15
- Y2ZiYTU3MTE1NzUwMmY5ZjU2YTQ3NTkwODNjOWFhYmI3YzcxN2E=
13
+ YzcxNTMwOGI5MzA0ZDE4ZjRkODUzM2Y3OTY1NmNhZWUzZjIyYzM0NDg5OWVl
14
+ NWU3MjllNjBhYjg0ZGE2NmRlYTdmODI0YzFmOTZkNzdiZGQ1NGZjMzcwZGI4
15
+ YTQyZDJkNDE2M2QwZWY4NmNkOGJmZmE0YzZlYjI2YjViYTNlMWU=
data/lib/petsearch.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require 'json'
2
2
  require 'open-uri'
3
3
  require 'digest/md5'
4
- require 'pry'
5
4
  require 'nokogiri'
6
5
  require 'date'
7
6
  require 'petsearch/PetClient'
@@ -1,7 +1,6 @@
1
1
  require 'json'
2
2
  require 'open-uri'
3
3
  require 'digest/md5'
4
- require 'pry'
5
4
  require 'nokogiri'
6
5
  require 'date'
7
6
 
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lior Bendat, Sharif Hadidi
@@ -9,7 +9,35 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-08-28 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: foreman
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: nokogiri
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
13
41
  description: This gem is a simple interface for the PetFinder API, which is notoriously
14
42
  difficult to deal with. I've attempted to make people's lives easier.
15
43
  email: liorbendat@gmail.com
@@ -39,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
67
  version: '0'
40
68
  requirements: []
41
69
  rubyforge_project:
42
- rubygems_version: 2.0.5
70
+ rubygems_version: 2.0.7
43
71
  signing_key:
44
72
  specification_version: 4
45
73
  summary: Interface for PetFinder API