aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/gettext_i18n_rails/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/gettext_i18n_rails/Rakefile')
-rw-r--r--vendor/plugins/gettext_i18n_rails/Rakefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/plugins/gettext_i18n_rails/Rakefile b/vendor/plugins/gettext_i18n_rails/Rakefile
deleted file mode 100644
index ac396d4d4..000000000
--- a/vendor/plugins/gettext_i18n_rails/Rakefile
+++ /dev/null
@@ -1,25 +0,0 @@
-require "rspec/core/rake_task"
-RSpec::Core::RakeTask.new(:spec) do |t|
- t.rspec_opts = '--backtrace --color'
-end
-
-task :default do
- puts `rake spec VERSION=2.3.10 RSPEC_COLOR=1`
- puts `rake spec VERSION=3.0.3 RSPEC_COLOR=1`
-end
-
-begin
- require 'jeweler'
- Jeweler::Tasks.new do |gem|
- gem.name = 'gettext_i18n_rails'
- gem.summary = "Simple FastGettext Rails integration."
- gem.email = "grosser.michael@gmail.com"
- gem.homepage = "http://github.com/grosser/#{gem.name}"
- gem.authors = ["Michael Grosser"]
- gem.add_dependency 'fast_gettext'
- end
-
- Jeweler::GemcutterTasks.new
-rescue LoadError
- puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
-end