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 +8 -8
- data/lib/petsearch.rb +0 -1
- data/lib/petsearch/petclient.rb +0 -1
- metadata +31 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NGIzNTZkMGEzNDk3YWM4MDJkZTkyZTZlZWJlZWVmNDA1ZmE3Njk5MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NjIwZjQ2ZDg1YjUyY2YyN2I0N2UwY2YxZjU0NzYxODM5NzAzYjdlNw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
N2YzNjUwYmFhNmU2NTRhYTk0Mjg0MDBiMGRmNjU3MzEzN2Y1ZjE0YzEzOGE2
|
10
|
+
YTAzNmM5MzMzZjc1NGNhMGM0OGZhYmU2Y2E5MTUwZGI2OTUzY2FkNTg4NmE2
|
11
|
+
M2RmMzhmNjQ2MzdhMjVhZWRmMjEzYTAxZGYyMDRlNDExNDRlODE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzcxNTMwOGI5MzA0ZDE4ZjRkODUzM2Y3OTY1NmNhZWUzZjIyYzM0NDg5OWVl
|
14
|
+
NWU3MjllNjBhYjg0ZGE2NmRlYTdmODI0YzFmOTZkNzdiZGQ1NGZjMzcwZGI4
|
15
|
+
YTQyZDJkNDE2M2QwZWY4NmNkOGJmZmE0YzZlYjI2YjViYTNlMWU=
|
data/lib/petsearch.rb
CHANGED
data/lib/petsearch/petclient.rb
CHANGED
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.
|
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.
|
70
|
+
rubygems_version: 2.0.7
|
43
71
|
signing_key:
|
44
72
|
specification_version: 4
|
45
73
|
summary: Interface for PetFinder API
|