twitter2vk 0.3.8 → 0.3.8.1

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.
Files changed (3) hide show
  1. data/ChangeLog +3 -0
  2. data/bin/twitter2vk +1 -0
  3. metadata +7 -5
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.3.8.1 (Горошек)
2
+ * Fix twitter2vk script with Ruby 1.9.
3
+
1
4
  == 0.3.8 (Фунчоза)
2
5
  * Add :all code to exclude\include options.
3
6
  * Add quotes to default RT format.
data/bin/twitter2vk CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # encoding: utf-8
2
3
  # Console tool to create new config and cron task.
3
4
 
4
5
  require 'rubygems'
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter2vk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 117
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 8
10
- version: 0.3.8
10
+ - 1
11
+ version: 0.3.8.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Andrey "A.I." Sitnik
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-01-27 00:00:00 +03:00
19
+ date: 2011-02-08 00:00:00 +03:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -26,12 +27,13 @@ dependencies:
26
27
  requirements:
27
28
  - - "="
28
29
  - !ruby/object:Gem::Version
29
- hash: 3
30
+ hash: 117
30
31
  segments:
31
32
  - 0
32
33
  - 3
33
34
  - 8
34
- version: 0.3.8
35
+ - 1
36
+ version: 0.3.8.1
35
37
  type: :runtime
36
38
  version_requirements: *id001
37
39
  - !ruby/object:Gem::Dependency