twitter2vk 0.2.2 → 0.2.4
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/ChangeLog +6 -0
- data/bin/twitter2vk +1 -1
- metadata +9 -7
data/ChangeLog
CHANGED
data/bin/twitter2vk
CHANGED
|
@@ -36,7 +36,7 @@ if resource.body.empty?
|
|
|
36
36
|
exit
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
-
config['vk_session'] = resource.body.match(/value='([a-z0-9]+)'/)[1]
|
|
39
|
+
config['vk_session'] = resource.body.match(/id='s' value='([a-z0-9]+)'/)[1]
|
|
40
40
|
config['twitter'] = ask(i18n.twitter)
|
|
41
41
|
|
|
42
42
|
path = ask(i18n.config) { |q| q.default = "./#{config['twitter']}.yml" }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twitter2vk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrey "A.I." Sitnik
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-05 00:00:00 +03:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.2.
|
|
23
|
+
version: 0.2.4
|
|
24
24
|
version:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: highline
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: "0"
|
|
44
44
|
version:
|
|
45
|
-
description: "Console tool to create new config and cron task to automatic repost Twitter
|
|
45
|
+
description: " Console tool to create new config and cron task to automatic repost Twitter\n statuses to VK (\xD0\x92 \xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB0\xD0\xBA\xD1\x82\xD0\xB5).\n"
|
|
46
46
|
email: andrey@sitnik.ru
|
|
47
47
|
executables:
|
|
48
48
|
- twitter2vk
|
|
@@ -57,8 +57,10 @@ files:
|
|
|
57
57
|
- README.markdown
|
|
58
58
|
- ChangeLog
|
|
59
59
|
- COPYING
|
|
60
|
-
has_rdoc:
|
|
60
|
+
has_rdoc: true
|
|
61
61
|
homepage:
|
|
62
|
+
licenses: []
|
|
63
|
+
|
|
62
64
|
post_install_message:
|
|
63
65
|
rdoc_options: []
|
|
64
66
|
|
|
@@ -79,9 +81,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
81
|
requirements: []
|
|
80
82
|
|
|
81
83
|
rubyforge_project: twitter2vk
|
|
82
|
-
rubygems_version: 1.3.
|
|
84
|
+
rubygems_version: 1.3.5
|
|
83
85
|
signing_key:
|
|
84
|
-
specification_version:
|
|
86
|
+
specification_version: 3
|
|
85
87
|
summary: "Atomatic repost Twitter statuses to VK (\xD0\x92 \xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB0\xD0\xBA\xD1\x82\xD0\xB5)."
|
|
86
88
|
test_files: []
|
|
87
89
|
|