|
| 1 | +# Generated by jeweler |
| 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
| 3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command |
| 4 | +# -*- encoding: utf-8 -*- |
| 5 | + |
| 6 | +Gem::Specification.new do |s| |
| 7 | + s.name = %q{later_dude} |
| 8 | + s.version = "0.2.1" |
| 9 | + |
| 10 | + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
| 11 | + s.authors = ["Clemens Kofler"] |
| 12 | + s.date = %q{2009-10-31} |
| 13 | + s.description = %q{LaterDude is a small calendar helper plugin for Rails with i18n support.} |
| 14 | + |
| 15 | + s.extra_rdoc_files = [ |
| 16 | + "README" |
| 17 | + ] |
| 18 | + s.files = [ |
| 19 | + "CHANGELOG", |
| 20 | + "MIT-LICENSE", |
| 21 | + "README", |
| 22 | + "Rakefile", |
| 23 | + "VERSION", |
| 24 | + "init.rb", |
| 25 | + "lib/later_dude.rb", |
| 26 | + "tasks/distribution.rb", |
| 27 | + "tasks/documentation.rb", |
| 28 | + "tasks/testing.rb" |
| 29 | + ] |
| 30 | + s.homepage = %q{http://github.com/clemens/later_dude} |
| 31 | + s.rdoc_options = ["--charset=UTF-8"] |
| 32 | + s.require_paths = ["lib"] |
| 33 | + s.rubygems_version = %q{1.3.5} |
| 34 | + s.summary = %q{Small calendar helper plugin for Rails with i18n support} |
| 35 | + s.test_files = [ |
| 36 | + "test/calendar_helper_test.rb", |
| 37 | + "test/calendar_test.rb", |
| 38 | + "test/test_helper.rb" |
| 39 | + ] |
| 40 | + |
| 41 | + if s.respond_to? :specification_version then |
| 42 | + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
| 43 | + s.specification_version = 3 |
| 44 | + |
| 45 | + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then |
| 46 | + else |
| 47 | + end |
| 48 | + else |
| 49 | + end |
| 50 | +end |
| 51 | + |
0 commit comments