aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/gettext_i18n_rails/Rakefile
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-06-23 09:33:42 +0100
committerRobin Houston <robin.houston@gmail.com>2012-06-23 09:33:42 +0100
commitdb1a388f0a7b37cc0ceb3ca07b995b34dabdba58 (patch)
treee34df5ae0dacdbf6c3b77542b22f2d9e3799d322 /vendor/plugins/gettext_i18n_rails/Rakefile
parenta7cc84b9b2b430644fe23e6328d7ab289e7abf0a (diff)
parent7d0fea4b38c214a67b2fc4b56aa670e02a3cda61 (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Conflicts: Gemfile.lock script/handle-mail-replies script/handle-mail-replies.rb spec/controllers/request_controller_spec.rb
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