Skip to content

Commit

Permalink
Remove rake tasks.
Browse files Browse the repository at this point in the history
See how to install them back for your project [here](https://github.com/AtelierConvivialite/webtranslateit/wiki/Rake-tasks)
  • Loading branch information
edouard committed May 31, 2011
1 parent 657c93e commit a89410b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 43 deletions.
1 change: 1 addition & 0 deletions Rakefile
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'rake'
require 'rake/rdoctask'
require 'spec/rake/spectask'
Expand Down
3 changes: 3 additions & 0 deletions history.md
@@ -1,6 +1,9 @@
## Edge

* Fix: Display more detailed error messages on unconfigured projects. Ticket #56
* Remove rake tasks. Rake tasks are much slower than the `wti executable` and were removed.
Should you want the rake tasks back, see how to add them in your project
[on the wiki](https://github.com/AtelierConvivialite/webtranslateit/wiki/Rake-tasks).

## Version 1.7.3.1 / 2011-05-06

Expand Down
1 change: 0 additions & 1 deletion lib/web_translate_it.rb
Expand Up @@ -6,7 +6,6 @@
require 'web_translate_it/auto_fetch'
require 'web_translate_it/command_line'
require 'web_translate_it/project'
require 'web_translate_it/tasks'
require 'web_translate_it/server'

module WebTranslateIt
Expand Down
40 changes: 0 additions & 40 deletions lib/web_translate_it/tasks.rb

This file was deleted.

1 change: 0 additions & 1 deletion tasks/rails.rake

This file was deleted.

2 changes: 1 addition & 1 deletion web_translate_it.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.summary = "Sync your translations between your app and Web Translate It"
s.email = "edouard@atelierconvivialite.com"
s.homepage = "https://webtranslateit.com"
s.description = "An ruby executable, a sinatra app and a handful of rake tasks to sync your translations between your app and webtranslateit.com."
s.description = "An ruby executable and a handful of tools to sync your translations between your app and webtranslateit.com."
s.authors = ["Édouard Brière"]

s.files = Dir["history.md", "licence", "readme.md", "version.yml", "examples/**/*", "lib/**/*", "generators/**/*", "bin/**/*", "man/**/*"]
Expand Down

0 comments on commit a89410b

Please sign in to comment.