vine_client 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,8 +23,8 @@ module Vine
23
23
  get("/users/profiles/#{user_id}")
24
24
  end
25
25
 
26
- def search(keyword)
27
- get("/users/search/#{keyword}")
26
+ def search(keyword, page)
27
+ get("/users/search/#{keyword}?page=#{page}")
28
28
  end
29
29
 
30
30
  def timelines(user_id=@userId)
data/vine_client.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'vine_client'
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.date = '2013-07-14'
5
5
  s.summary = "vine_client"
6
6
  s.description = "ruby wraper for vine.co api"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vine_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: