From 57d1382013c85a7b11ac8ce5e683f6006b12b328 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 14 Jan 2010 22:21:43 +0100 Subject: Updated globalize2 to latest version. Modified existing code accoringly --- vendor/plugins/globalize2/Rakefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'vendor/plugins/globalize2/Rakefile') diff --git a/vendor/plugins/globalize2/Rakefile b/vendor/plugins/globalize2/Rakefile index bca49a15..ee807131 100644 --- a/vendor/plugins/globalize2/Rakefile +++ b/vendor/plugins/globalize2/Rakefile @@ -20,3 +20,20 @@ Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('lib/**/*.rb') end + +begin + require 'jeweler' + Jeweler::Tasks.new do |s| + s.name = "globalize2" + s.summary = "Rails I18n: de-facto standard library for ActiveRecord data translation" + s.description = "Rails I18n: de-facto standard library for ActiveRecord data translation" + s.email = "joshmh@gmail.com" + s.homepage = "http://github.com/joshmh/globalize2" + # s.rubyforge_project = '' + s.authors = ["Sven Fuchs, Joshua Harvey, Clemens Kofler"] + # s.add_development_dependency '' + end + Jeweler::GemcutterTasks.new +rescue LoadError + puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" +end -- cgit v1.3