globalize3_translator 0.0.3 → 0.0.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/lib/globalize/translator/version.rb +1 -1
- data/lib/globalize3_translator.rb +1 -0
- metadata +14 -29
- data/Gemfile.lock +0 -42
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'globalize/translator'
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: globalize3_translator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 25
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.0.4
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Laurynas Butkus
|
|
@@ -22,11 +21,9 @@ dependencies:
|
|
|
22
21
|
name: activerecord
|
|
23
22
|
prerelease: false
|
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
24
|
requirements:
|
|
27
25
|
- - ">="
|
|
28
26
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 7712042
|
|
30
27
|
segments:
|
|
31
28
|
- 3
|
|
32
29
|
- 0
|
|
@@ -39,11 +36,9 @@ dependencies:
|
|
|
39
36
|
name: globalize3
|
|
40
37
|
prerelease: false
|
|
41
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
39
|
requirements:
|
|
44
40
|
- - ">="
|
|
45
41
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash: 17
|
|
47
42
|
segments:
|
|
48
43
|
- 0
|
|
49
44
|
- 0
|
|
@@ -55,11 +50,9 @@ dependencies:
|
|
|
55
50
|
name: sishen-rtranslate
|
|
56
51
|
prerelease: false
|
|
57
52
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
53
|
requirements:
|
|
60
54
|
- - ">="
|
|
61
55
|
- !ruby/object:Gem::Version
|
|
62
|
-
hash: 9
|
|
63
56
|
segments:
|
|
64
57
|
- 1
|
|
65
58
|
- 3
|
|
@@ -70,11 +63,9 @@ dependencies:
|
|
|
70
63
|
name: ruby-debug
|
|
71
64
|
prerelease: false
|
|
72
65
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
73
|
-
none: false
|
|
74
66
|
requirements:
|
|
75
67
|
- - ">="
|
|
76
68
|
- !ruby/object:Gem::Version
|
|
77
|
-
hash: 3
|
|
78
69
|
segments:
|
|
79
70
|
- 0
|
|
80
71
|
version: "0"
|
|
@@ -84,11 +75,9 @@ dependencies:
|
|
|
84
75
|
name: sqlite3-ruby
|
|
85
76
|
prerelease: false
|
|
86
77
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
87
|
-
none: false
|
|
88
78
|
requirements:
|
|
89
79
|
- - ">="
|
|
90
80
|
- !ruby/object:Gem::Version
|
|
91
|
-
hash: 3
|
|
92
81
|
segments:
|
|
93
82
|
- 0
|
|
94
83
|
version: "0"
|
|
@@ -103,22 +92,22 @@ extensions: []
|
|
|
103
92
|
extra_rdoc_files: []
|
|
104
93
|
|
|
105
94
|
files:
|
|
106
|
-
- lib/globalize/patches/core_ext/string.rb
|
|
107
|
-
- lib/globalize/patches/active_record/adapter.rb
|
|
108
|
-
- lib/globalize/patches/active_record/migration.rb
|
|
109
|
-
- lib/globalize/patches/active_record/class_methods.rb
|
|
110
|
-
- lib/globalize/patches/active_record/instance_methods.rb
|
|
111
|
-
- lib/globalize/patches/active_record/translation.rb
|
|
112
95
|
- lib/globalize/translator.rb
|
|
113
|
-
- lib/globalize/translator/adapter.rb
|
|
114
|
-
- lib/globalize/translator/version.rb
|
|
115
96
|
- lib/globalize/translator/configuration.rb
|
|
116
|
-
- lib/globalize/translator/
|
|
97
|
+
- lib/globalize/translator/version.rb
|
|
98
|
+
- lib/globalize/translator/adapter.rb
|
|
117
99
|
- lib/globalize/translator/backends/abstract.rb
|
|
100
|
+
- lib/globalize/translator/backends/rtranslate.rb
|
|
101
|
+
- lib/globalize/patches/core_ext/string.rb
|
|
102
|
+
- lib/globalize/patches/active_record/translation.rb
|
|
103
|
+
- lib/globalize/patches/active_record/instance_methods.rb
|
|
104
|
+
- lib/globalize/patches/active_record/adapter.rb
|
|
105
|
+
- lib/globalize/patches/active_record/class_methods.rb
|
|
106
|
+
- lib/globalize/patches/active_record/migration.rb
|
|
107
|
+
- lib/globalize3_translator.rb
|
|
108
|
+
- MIT-LICENSE
|
|
118
109
|
- README.rdoc
|
|
119
110
|
- Rakefile
|
|
120
|
-
- MIT-LICENSE
|
|
121
|
-
- Gemfile.lock
|
|
122
111
|
- Gemfile
|
|
123
112
|
has_rdoc: true
|
|
124
113
|
homepage: http://github.com/laurynas/globalize3_translator
|
|
@@ -130,27 +119,23 @@ rdoc_options: []
|
|
|
130
119
|
require_paths:
|
|
131
120
|
- lib
|
|
132
121
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
133
|
-
none: false
|
|
134
122
|
requirements:
|
|
135
123
|
- - ">="
|
|
136
124
|
- !ruby/object:Gem::Version
|
|
137
|
-
hash: 3
|
|
138
125
|
segments:
|
|
139
126
|
- 0
|
|
140
127
|
version: "0"
|
|
141
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
|
-
none: false
|
|
143
129
|
requirements:
|
|
144
130
|
- - ">="
|
|
145
131
|
- !ruby/object:Gem::Version
|
|
146
|
-
hash: 3
|
|
147
132
|
segments:
|
|
148
133
|
- 0
|
|
149
134
|
version: "0"
|
|
150
135
|
requirements: []
|
|
151
136
|
|
|
152
137
|
rubyforge_project: "[none]"
|
|
153
|
-
rubygems_version: 1.3.
|
|
138
|
+
rubygems_version: 1.3.6
|
|
154
139
|
signing_key:
|
|
155
140
|
specification_version: 3
|
|
156
141
|
summary: Globalize3 auto-translator using Google Translate (or any other backend)
|
data/Gemfile.lock
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
activemodel (3.0.0)
|
|
5
|
-
activesupport (= 3.0.0)
|
|
6
|
-
builder (~> 2.1.2)
|
|
7
|
-
i18n (~> 0.4.1)
|
|
8
|
-
activerecord (3.0.0)
|
|
9
|
-
activemodel (= 3.0.0)
|
|
10
|
-
activesupport (= 3.0.0)
|
|
11
|
-
arel (~> 1.0.0)
|
|
12
|
-
tzinfo (~> 0.3.23)
|
|
13
|
-
activesupport (3.0.0)
|
|
14
|
-
arel (1.0.1)
|
|
15
|
-
activesupport (~> 3.0.0)
|
|
16
|
-
builder (2.1.2)
|
|
17
|
-
columnize (0.3.1)
|
|
18
|
-
globalize3 (0.0.7)
|
|
19
|
-
activerecord (>= 3.0.0.rc)
|
|
20
|
-
i18n (0.4.1)
|
|
21
|
-
json (1.4.6)
|
|
22
|
-
linecache (0.43)
|
|
23
|
-
ruby-debug (0.10.3)
|
|
24
|
-
columnize (>= 0.1)
|
|
25
|
-
ruby-debug-base (~> 0.10.3.0)
|
|
26
|
-
ruby-debug-base (0.10.3)
|
|
27
|
-
linecache (>= 0.3)
|
|
28
|
-
sishen-rtranslate (1.4)
|
|
29
|
-
activesupport (>= 2.2.0)
|
|
30
|
-
json (>= 1.1.3)
|
|
31
|
-
sqlite3-ruby (1.3.1)
|
|
32
|
-
tzinfo (0.3.23)
|
|
33
|
-
|
|
34
|
-
PLATFORMS
|
|
35
|
-
ruby
|
|
36
|
-
|
|
37
|
-
DEPENDENCIES
|
|
38
|
-
activerecord (>= 3.0.0.rc)
|
|
39
|
-
globalize3 (>= 0.0.7)
|
|
40
|
-
ruby-debug
|
|
41
|
-
sishen-rtranslate (>= 1.3)
|
|
42
|
-
sqlite3-ruby
|