# -*- encoding: utf-8 -*- # stub: rmoriz-smartmonth 1.0 ruby lib Gem::Specification.new do |s| s.name = "rmoriz-smartmonth".freeze s.version = "1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Derek Perez".freeze] s.date = "2008-08-21" s.email = "roland@moriz.de".freeze s.extra_rdoc_files = ["README".freeze, "MIT-LICENSE".freeze] s.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/month.rb".freeze, "lib/smart_month".freeze, "lib/smart_month/calculations.rb".freeze, "lib/smart_month/collection.rb".freeze, "lib/smart_month/magic.rb".freeze, "lib/smart_month/math.rb".freeze, "lib/smart_month/util.rb".freeze, "smartmonth.gemspec".freeze, "tasks/smart_month_tasks.rake".freeze, "test/test_helper.rb".freeze, "test/unit/smart_month_test.rb".freeze] s.homepage = "http://github.com/rmoriz/smartmonth/tree/master".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Making months smarter in Ruby (and Rails).".freeze s.test_files = ["test/test_helper.rb".freeze, "test/unit/smart_month_test.rb".freeze] end