avvo_api 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +14 -8
- data/README.rdoc +1 -1
- data/avvo_api.gemspec +1 -1
- data/lib/avvo_api/version.rb +1 -1
- metadata +6 -7
data/Gemfile.lock
CHANGED
@@ -1,20 +1,27 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
avvo_api (0.1.
|
5
|
-
reactive_resource (~> 0.5
|
4
|
+
avvo_api (0.1.1)
|
5
|
+
reactive_resource (~> 0.5)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
11
|
-
activesupport (=
|
12
|
-
|
10
|
+
activemodel (3.0.6)
|
11
|
+
activesupport (= 3.0.6)
|
12
|
+
builder (~> 2.1.2)
|
13
|
+
i18n (~> 0.5.0)
|
14
|
+
activeresource (3.0.6)
|
15
|
+
activemodel (= 3.0.6)
|
16
|
+
activesupport (= 3.0.6)
|
17
|
+
activesupport (3.0.6)
|
13
18
|
addressable (2.2.2)
|
19
|
+
builder (2.1.2)
|
14
20
|
crack (0.1.8)
|
21
|
+
i18n (0.5.0)
|
15
22
|
rake (0.8.7)
|
16
|
-
reactive_resource (0.
|
17
|
-
activeresource (
|
23
|
+
reactive_resource (0.6.0)
|
24
|
+
activeresource (>= 2.3.10)
|
18
25
|
shoulda (2.11.3)
|
19
26
|
webmock (1.6.2)
|
20
27
|
addressable (>= 2.2.2)
|
@@ -26,6 +33,5 @@ PLATFORMS
|
|
26
33
|
DEPENDENCIES
|
27
34
|
avvo_api!
|
28
35
|
rake
|
29
|
-
reactive_resource (~> 0.5.0)
|
30
36
|
shoulda (~> 2.11.3)
|
31
37
|
webmock (~> 1.6.1)
|
data/README.rdoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
This gem provides an
|
4
4
|
{ActiveResource}[http://api.rubyonrails.org/classes/ActiveResource/Base.html]-based
|
5
|
-
client to information on {Avvo}[http://www.avvo.com], a directory of lawyers and
|
5
|
+
client to information on {Avvo}[http://www.avvo.com], a directory of lawyers and doctors.
|
6
6
|
|
7
7
|
== Requirements
|
8
8
|
|
data/avvo_api.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.summary = %q{An ActiveResource client to the Avvo API}
|
13
13
|
s.description = %q{An ActiveResource client to the Avvo API}
|
14
14
|
|
15
|
-
s.add_dependency "reactive_resource", '~> 0.5
|
15
|
+
s.add_dependency "reactive_resource", '~> 0.5'
|
16
16
|
s.add_development_dependency "shoulda", '~> 2.11.3'
|
17
17
|
s.add_development_dependency "webmock", '~> 1.6.1'
|
18
18
|
|
data/lib/avvo_api/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Justin Weiss
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-
|
17
|
+
date: 2011-04-13 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -27,8 +27,7 @@ dependencies:
|
|
27
27
|
segments:
|
28
28
|
- 0
|
29
29
|
- 5
|
30
|
-
|
31
|
-
version: 0.5.0
|
30
|
+
version: "0.5"
|
32
31
|
type: :runtime
|
33
32
|
prerelease: false
|
34
33
|
version_requirements: *id001
|
@@ -119,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
118
|
requirements:
|
120
119
|
- - ">="
|
121
120
|
- !ruby/object:Gem::Version
|
122
|
-
hash:
|
121
|
+
hash: 3149627312389362997
|
123
122
|
segments:
|
124
123
|
- 0
|
125
124
|
version: "0"
|
@@ -128,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
127
|
requirements:
|
129
128
|
- - ">="
|
130
129
|
- !ruby/object:Gem::Version
|
131
|
-
hash:
|
130
|
+
hash: 3149627312389362997
|
132
131
|
segments:
|
133
132
|
- 0
|
134
133
|
version: "0"
|