rvk 0.1.6 → 0.1.7
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.
- data/README.md +3 -2
- data/lib/rvk.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -16,6 +16,7 @@ Example
|
|
16
16
|
require 'rvk'
|
17
17
|
|
18
18
|
u = Vkontakte::User.new email, password # or Vkontakte::User.new session
|
19
|
+
# You can save u.session
|
19
20
|
|
20
21
|
u.add_note title, body
|
21
22
|
u.set_status status
|
@@ -23,5 +24,5 @@ Example
|
|
23
24
|
Authors
|
24
25
|
-------
|
25
26
|
|
26
|
-
Alexander Zykov
|
27
|
-
Andrey Sitnik
|
27
|
+
* [Alexander Zykov](mailto:alexandrz@gmail.com)
|
28
|
+
* [Andrey Sitnik](mailto:andrey@sitnik.ru)
|
data/lib/rvk.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rvk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 7
|
10
|
+
version: 0.1.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexandr Zykov
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-09-28 00:00:00 +06:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|