vine_client 0.0.4 → 0.0.6

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a806c87c86546f5446ea6b8381ff5480c2ebf76
4
- data.tar.gz: 52510e661ac52175cf38de173872df225a929570
3
+ metadata.gz: 89920530ad17431f008655106ef8557d042470c9
4
+ data.tar.gz: ef9f017012bd693d7cedece05f53ee9d8976362f
5
5
  SHA512:
6
- metadata.gz: 8c640a3cb9ceb99a11738ea01b5f336e58bf4d30c099965cb10241513794eb24f3a5896fba8b50c671cf674396657fd7d70882979feda60524dd0af5495e1d2e
7
- data.tar.gz: 18fecad879c3c396509d43f2f0d881a8ad371de74336badcad874a71e30fc84c2fd39ba69f27662a48a1491208009f6a089a608348ef2108bd0d37c6046661b7
6
+ metadata.gz: ac9684fad297da8479b56c2fa228c99a8fec207d415ac30dcfa9fdc0ea5f78748dae904454dd6420b4e60733af6669ad8a4b7824e3fd0ad62d1fdcbae1e68133
7
+ data.tar.gz: 7e06dd76cbabcb40c3ece828aac91382aee91fd5206e671c725fe5230042716a625661f745b886d1c732c373cb250f28aeaa05a11bd61fa5839c40012dfa3631
@@ -49,5 +49,9 @@ module Vine
49
49
  def like(post_id=nil)
50
50
  post("/posts/#{post_id}/likes") if post_id
51
51
  end
52
+
53
+ def get_post(post_id=nil)
54
+ get("/timelines/posts/#{post_id}") if post_id
55
+ end
52
56
  end
53
57
  end
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.4'
3
+ s.version = '0.0.6'
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.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Lozhkin