web_translate_it 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ class WebtranslateitGenerator < Rails::Generator::Base
15
15
  project_details = YAML.load WebTranslateIt::Project.fetch_info(options[:api_key])
16
16
  m.template 'translation.yml', 'config/translation.yml',
17
17
  :assigns => { :api_key => options[:api_key], :project => project_details["project"] }
18
- m.append_to 'Rakefile', "require 'web_translate_it/tasks' rescue LoadError"
18
+ m.append_to 'Rakefile', "require 'web_translate_it' rescue LoadError"
19
19
  end
20
20
  end
21
21
  end
data/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Version 1.6.4 /2010-04-02
2
+
3
+ * Bug fix: Rake tasks not working
4
+
1
5
  ## Version 1.6.3 /2010-04-02
2
6
 
3
7
  * Bug fix: Don’t rely on active_support only for .blank? Fix issue #23
@@ -1,5 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require 'rake'
3
+ require 'web_translate_it'
3
4
  namespace :trans do
4
5
  desc "Fetch translation files from Web Translate It"
5
6
  task :fetch, :locale do |task, args|
data/version.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 6
4
- :patch: 3
4
+ :patch: 4
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 3
9
- version: 1.6.3
8
+ - 4
9
+ version: 1.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - "\xC3\x89douard Bri\xC3\xA8re"