diff options
| author | hukl <contact@smyck.org> | 2010-01-14 22:21:43 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2010-01-14 22:21:43 +0100 |
| commit | 57d1382013c85a7b11ac8ce5e683f6006b12b328 (patch) | |
| tree | 19646c4fa5952fa1cf0a2c874952affa346373f1 /vendor/plugins/globalize2/Rakefile | |
| parent | 1b86bf5f2e35d1820bfa32d979bcc2d9ff9a9a8e (diff) | |
Updated globalize2 to latest version. Modified existing code accoringly
Diffstat (limited to 'vendor/plugins/globalize2/Rakefile')
| -rw-r--r-- | vendor/plugins/globalize2/Rakefile | 17 |
1 files changed, 17 insertions, 0 deletions
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| | |||
| 20 | rdoc.rdoc_files.include('README') | 20 | rdoc.rdoc_files.include('README') |
| 21 | rdoc.rdoc_files.include('lib/**/*.rb') | 21 | rdoc.rdoc_files.include('lib/**/*.rb') |
| 22 | end | 22 | end |
| 23 | |||
| 24 | begin | ||
| 25 | require 'jeweler' | ||
| 26 | Jeweler::Tasks.new do |s| | ||
| 27 | s.name = "globalize2" | ||
| 28 | s.summary = "Rails I18n: de-facto standard library for ActiveRecord data translation" | ||
| 29 | s.description = "Rails I18n: de-facto standard library for ActiveRecord data translation" | ||
| 30 | s.email = "joshmh@gmail.com" | ||
| 31 | s.homepage = "http://github.com/joshmh/globalize2" | ||
| 32 | # s.rubyforge_project = '' | ||
| 33 | s.authors = ["Sven Fuchs, Joshua Harvey, Clemens Kofler"] | ||
| 34 | # s.add_development_dependency '' | ||
| 35 | end | ||
| 36 | Jeweler::GemcutterTasks.new | ||
| 37 | rescue LoadError | ||
| 38 | puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" | ||
| 39 | end | ||
