wti_gettext_i18n_rails 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/web_translate_it/tasks.rb +1 -0
- data/lib/web_translate_it.rb +0 -1
- metadata +2 -3
- data/tasks/rails.rake +0 -1
data/lib/web_translate_it.rb
CHANGED
@@ -4,7 +4,6 @@ require File.join(File.dirname(__FILE__), 'web_translate_it', 'translation_file'
|
|
4
4
|
require File.join(File.dirname(__FILE__), 'web_translate_it', 'auto_fetch')
|
5
5
|
require File.join(File.dirname(__FILE__), 'web_translate_it', 'command_line')
|
6
6
|
require File.join(File.dirname(__FILE__), 'web_translate_it', 'project')
|
7
|
-
require File.join(File.dirname(__FILE__), 'web_translate_it', 'tasks')
|
8
7
|
|
9
8
|
module WebTranslateIt
|
10
9
|
def self.fetch_translations
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 2
|
9
|
+
version: 1.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- "\xC3\x89douard Bri\xC3\xA8re"
|
@@ -90,7 +90,6 @@ files:
|
|
90
90
|
- man/wti.1
|
91
91
|
- man/wti.1.html
|
92
92
|
- man/wti.1.ron
|
93
|
-
- tasks/rails.rake
|
94
93
|
has_rdoc: true
|
95
94
|
homepage: https://webtranslateit.com
|
96
95
|
licenses: []
|
data/tasks/rails.rake
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require File.join(File.dirname(__FILE__), '/../lib/web_translate_it')
|