live-search 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README +2 -0
- data/lib/live-search/request.rb +5 -0
- data/lib/live-search/version.rb +1 -1
- data/spec/live-search_spec.rb +1 -1
- metadata +2 -2
data/README
CHANGED
data/lib/live-search/request.rb
CHANGED
data/lib/live-search/version.rb
CHANGED
data/spec/live-search_spec.rb
CHANGED
@@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), "spec_helper")
|
|
3
3
|
describe LiveAPI::Search do
|
4
4
|
before do
|
5
5
|
@search_term = "search engine optimization"
|
6
|
-
LiveAPI.application_id = "
|
6
|
+
LiveAPI.application_id = "" # Your app id here
|
7
7
|
end
|
8
8
|
|
9
9
|
it "should return the top 50 results for the term seo" do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: live-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lance Carlson
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-11-
|
12
|
+
date: 2008-11-17 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|